wok rev 821

slitaz-loram-cdrom: update boot help screens
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 17 12:03:15 2008 +0000 (2008-05-17)
parents a4cc5b4682a2
children 7dc1231fd0a7
files slitaz-loram-cdrom/stuff/loram.rootfs
line diff
     1.1 --- a/slitaz-loram-cdrom/stuff/loram.rootfs	Sat May 17 14:01:08 2008 +0200
     1.2 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs	Sat May 17 12:03:15 2008 +0000
     1.3 @@ -69,6 +69,14 @@
     1.4    cat $ii | awk '{ print } /append/ { printf "label loram\n\tkernel /boot/bzImage\n\tappend ro sound=noconf screen=text %s %s %s\n",$5,$6,$7 }' > $ii.tmp
     1.5    mv -f $ii.tmp $ii
     1.6  done
     1.7 +cat >> ../rootcd/boot/isolinux/enopts.txt <<EOT
     1.8 + With few RAM, you can use loram entry with the cdrom device; example:
     1.9 + boot: loram root=/dev/hdc
    1.10 +EOT
    1.11 +cat >> ../rootcd/boot/isolinux/options.txt <<EOT
    1.12 + Avec peu de RAM, utilisez l'entrée loram en précisant le cdrom, exemple:
    1.13 + boot: loram root=/dev/hdc
    1.14 +EOT
    1.15  for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink ; do
    1.16    ln -s busybox $ii
    1.17  done