Sorry.... obviously the correct script is the following: -------------------------------------- #!/bin/sh cat << EOF > /boot/grub/menu.lst (fd0) /dev/fd0 (hd0) /dev/sda EOF --------------------------------------
or /dev/hda if you have not a scsi disk... Best regards, -Andrea Andrea Righi wrote: > Jason, > > so you could try to define a simple post-install script like the > following (see /var/lib/systemimager/scripts/post-install/README for > more informations about post-install scripts): > > -------------------------------------- > #!/bin/sh > cat << EOF > /boot/grub/menu.lst > (fd0) /dev/fd0 > (hd0) /dev/hd0 > EOF > -------------------------------------- > > Moreover, which versions of grub and systemconfigurator are you using? > > Regards, > -Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
