SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:guides:bootguide [2016/05/21 15:39]
bellard SliTaz ISO image customization
en:guides:bootguide [2016/05/21 15:57]
bellard [SliTaz ISO image boot tricks]
Line 89: Line 89:
 <​code>​iso2exe -a " lang=fr_FR kmap=fr-latin1 tz=Europe/​Paris"​ -i myconfig.gz slitaz.iso <​code>​iso2exe -a " lang=fr_FR kmap=fr-latin1 tz=Europe/​Paris"​ -i myconfig.gz slitaz.iso
 iso2exe -l slitaz.iso iso2exe -l slitaz.iso
-taziso slitaz.iso getcustomconf</​code>​+iso2exe -r slitaz.iso custom.append custom.initrd 
 +taziso slitaz.iso getcustomconf 
 +taziso slitaz.iso isomd5</​code>​
 <note tip>You can tune the boot process the your own /init script: <note tip>You can tune the boot process the your own /init script:
 <​code>#​!/​bin/​sh <​code>#​!/​bin/​sh
-grep ^RUN_DAEMONS= /​etc/​rcS.conf | grep -q dropbear ||+
 sed -i '​s,​^RUN_DAEMONS=",​RUN_DAEMONS="​dropbear ,' /​etc/​rcS.conf sed -i '​s,​^RUN_DAEMONS=",​RUN_DAEMONS="​dropbear ,' /​etc/​rcS.conf
 cat >> /​etc/​init.d/​local.sh <<EOM cat >> /​etc/​init.d/​local.sh <<EOM
 
en/guides/bootguide.txt · Last modified: 2020/03/15 12:59 by bellard