tazlito rev 524

tazlito/loram: root may not be set
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 19 12:30:49 2020 +0000 (2020-04-19)
parents 69ddff8a21b0
children b32eae972f44
files tazlito
line diff
     1.1 --- a/tazlito	Wed Dec 04 14:45:21 2019 +0100
     1.2 +++ b/tazlito	Sun Apr 19 12:30:49 2020 +0000
     1.3 @@ -1651,7 +1651,7 @@
     1.4  	VOLUM_NAME="SliTaz_LoRAM_CDROM"
     1.5  	sed -i "s|root=|isofs= rodev=/dev/cdrom/fs &|;s/.ive/cdrom/" \
     1.6  		$TMP_DIR/loramiso/boot/isolinux/*.cfg
     1.7 -	sed -i '/LABEL slitaz/{NNNNp;s|z cdrom|& text|;s|L slitaz|&text|;s|root=|screen=text &|;s|,[^ ]*||}' \
     1.8 +	sed -i '/LABEL slitaz/{NNNNp;s|z cdrom|& text|;s|L slitaz|&text|;s|autologin|screen=text &|;s|,[^ ]*||}' \
     1.9  		$TMP_DIR/loramiso/boot/isolinux/*.cfg
    1.10  	create_iso $OUTPUT $TMP_DIR/loramiso
    1.11  }