Changeset 3324 for lmd/trunk/fuentes/lmd-lliurex-data.install/usr/share/ltsp/plugins/ltsp-build-client/Ubuntu/094-lliurex
- Timestamp:
- Jan 17, 2017, 1:21:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/lmd-lliurex-data.install/usr/share/ltsp/plugins/ltsp-build-client/Ubuntu/094-lliurex
r3305 r3324 2 2 commandline) 3 3 add_option "lliurex-sourceslist" "`eval_gettext "add sources.list properly for lliurex systems"`" "advanced" "false" 4 4 5 ;; 5 6 configure) 6 if [ "true" = "$option_lliurex -sourceslist_value" ]; then7 if [ "true" = "$option_lliurex_sourceslist_value" ]; then 7 8 LLIUREX_SOURCESLIST="true" 9 8 10 fi 11 9 12 ;; 10 13 finalization) 11 12 #case "$CHROOT" in13 # 'llx-client' | 'llx-lite' | 'llx-musica' | 'llx-pime' | ' llx-infantil' | 'llx-desktop')14 15 14 if [ "true" = "$LLIUREX_SOURCESLIST" ]; then 16 cp / usr/share/lliurex-apt/skels/client.list $ROOT/etc/apt/sources.list15 cp /etc/ltsp/sources/client.list $ROOT/etc/apt/sources.list 17 16 else 18 17 cp /etc/apt/sources.list $ROOT/etc/apt/sources.list 19 18 cp /etc/apt/sources.list.d/*.list $ROOT/etc/apt/sources.list.d/ || true 20 19 fi 20 21 21 22 22 [ ! -d /opt/ltsp/$CHROOT/net/mirror/llx16 ] || umount -l /opt/ltsp/$CHROOT/net/mirror/llx16 … … 30 30 touch /opt/ltsp/$CHROOT/root/etc.ldap.ldap.conf 31 31 fi 32 ;; 32 33 ;; 34 33 35 esac 34 36
Note: See TracChangeset
for help on using the changeset viewer.