On 21-07-10 13:34, Bas van der Vlies wrote: > On 21-07-10 12:52, Tristam MacDonald wrote: >> On Wed, Jul 21, 2010 at 3:00 AM, Bas van der Vlies<[email protected]> wrote: >>> >>> If you want ext4 and grub2 support. You can can grab the kernel/initrd from >>> https://subtrac.sara.nl/oss/sali to replace the kernel/initrd that your are >>> know using. >> >> I saw the SALI kernel and gave it a spin, but it seems to take a >> different set of parameters, and I haven't been able to figure out >> which parameter I am feeding wrong. >> >> With the default systemimager configuration, it boots fine, rsyncs the >> script directory successfully, and then errors out with 'couldn't find >> script'. Any idea how I pass it the image/script name? >> > You have to supply the scriptname parameter ;-). Here is an example: > {{{ > default rsync_squeeze > > label shell > kernel sali/trunk/kernel > append vga=extended initrd=sali/trunk/initrd.img ramdisk_size=32768 > root=/dev/ram MONITOR_SERVER=si_monitor MONITOR_CONSOLE=yes SSHD=y > tmpfs_size=5000M rw > > label rsync_squeeze > kernel sali/trunk/kernel > append vga=extended initrd=sali/trunk/initrd.img ramdisk_size=131072 > root=/dev/ram MONITOR_SERVER=si_monitor MONITOR_CONSOLE=yes PROTOCOL=rsync > tmpfs_size=2400M STAGING=/tmp GRUB2=yes SCRIPTNAME=amd64_squeeze_lisa.master > rw > > label rsync_lenny > kernel sali/trunk/kernel > append vga=extended initrd=sali/trunk/initrd.img ramdisk_size=131072 > root=/dev/ram MONITOR_SERVER=si_monitor MONITOR_CONSOLE=yes PROTOCOL=rsync > tmpfs_size=2400M STAGING=/tmp SCRIPTNAME=amd64_lenny_lisa.master rw > > > label bittorent > kernel sali/trunk/kernel > append vga=extended initrd=sali/trunk/initrd.img ramdisk_size=131072 > root=/dev/ram MONITOR_SERVER=si_monitor MONITOR_CONSOLE=yes > PROTOCOL=bittorrent tmpfs_size=2400M STAGING=/tmp GRUB2=yes > SCRIPTNAME=amd64_squeeze_lisa.master rw > }}} >
There is also an example master script that use GRUB2. We expect a partition for grub2, see: * https://subtrac.sara.nl/oss/sali/browser/trunk/example/masterscript.new ans search for grub2 -- ******************************************************************** * Bas van der Vlies e-mail: [email protected] * * SARA - Academic Computing Services Amsterdam, The Netherlands * ******************************************************************** ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
