Cool beans!

It's good to see the alpha support going in.

-Brian



Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> Update of /cvsroot/systemimager/systemimager/lib/SystemImager
> In directory sc8-pr-cvs1:/tmp/cvs-serv23670/lib/SystemImager
> 
> Modified Files:
>       Server.pm 
> Log Message:
> alpha update from Gary Molenkamp.
>  - start partitioning on the first meg, to leave room for srm boot code
>  - remove reiserfs module from the kernel & fix the config for DHCP clients
>  - kernel image should be vmlinux.gz, not vmlinux
> 
> 
> Index: Server.pm
> ===================================================================
> RCS file: /cvsroot/systemimager/systemimager/lib/SystemImager/Server.pm,v
> retrieving revision 1.83
> retrieving revision 1.84
> diff -u -d -r1.83 -r1.84
> --- Server.pm 7 Oct 2003 19:19:44 -0000       1.83
> +++ Server.pm 31 Oct 2003 17:20:41 -0000      1.84
> @@ -380,16 +380,11 @@
>          print $out qq(DISK_SIZE=`parted -s $devfs_dev print ) . q(| grep 'Disk 
> geometry for' | sed 's/^.*-//g' | sed 's/\..*$//' `) . qq(\n);
>          print $out q([ -z $DISK_SIZE ] && shellout) . qq(\n);
>  
> -        ## ##FIXME## $arch isn't defined yet - Gary is fixing...
> -        ## the srm bootloader needs some space at the front of the boot disk
> -        ## see swriteboot(8) for details.  it'd be nice to only do this
> -        ## on the boot disk, but we don't have that context now.
> -        #if ($arch eq "alpha") {  
> -        #    print $out qq(END_OF_LAST_PRIMARY=1\n);
> -        #}
> -        #else {
> -     print $out qq(END_OF_LAST_PRIMARY=0\n);
> -        #}
> +        print $out qq(if [ "$ARCH" = "alpha" ]; then\n);     
> +        print $out qq(    END_OF_LAST_PRIMARY=1\n);
> +        print $out qq(else\n);
> +        print $out qq(    END_OF_LAST_PRIMARY=0\n);
> +        print $out qq(fi\n\n);
>  
>          ### BEGIN Populate the simple hashes. -BEF- ###
>          my (
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?   SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> systemimager-cvs-commits mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/systemimager-cvs-commits

-- 
---------------------------------------------------------
 Brian Elliott Finley                Phone: 630.631.6621
 GPG: 3FF8 D096 0E0C D3F3 29B7  6518 D20B 1931 10F8 EE52
---------------------------------------------------------


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to