-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andrea

The patch didn't apply cleanly for some reason which I didn't look in
to.  I just applied the changes by hand.

My autoinstallscript.conf looks like it should now thanks.

<disk dev="/dev/sda" label_type="msdos" unit_of_measurement="MB">
    <!--
      This disk's output was brought to you by the partition tool "parted",
      and by the numbers 4 and 5 and the letter Q.
    -->
    <part  num="1"  size="73.97"  p_type="primary"  p_name="-"
flags="boot" />
    <part  num="2"  size="3701"  p_type="primary"  p_name="-"
flags="lvm" lvm_group="system" />
    <part  num="3"  size="519"  p_type="primary"  p_name="-"
flags="lvm" lvm_group="system" />
  </disk>

I need to do more work on the golden-client before uploading the image
and testing the install though.

Thanks

Mike

Andrea Righi wrote:
> Mike Brady wrote:
>> Andrea,
>>
>> Distro is openSUSE 10.2
>>
> 
> Maybe in openSUSE 10.2 for some strange reasons they changed the parted
> output...
> 
> Anyway could you try if the following patch works? if it fix the flags
> problem I'll check it into the 3.8.1 release...
> 
> Regards,
> -Andrea
> 
> PS 3.8.1 will support also cpio initrds so also your other problem
> should be fixed.
> 
> ===================================================================
> --- lib/SystemImager/Common.pm  (revision 3987)
> +++ lib/SystemImager/Common.pm  (working copy)
> @@ -589,6 +589,9 @@
>                          #
>                          $leftovers =~ s/^$fs_regex//go;
> 
> +                        # Get rid of empty elements in the flags output. -AR-
> +                        $leftovers = join(',', grep /\S/, (split(/,/, 
> $leftovers)));
> +
>                          #
>                          # Extract any flags, and remove them from the 
> leftovers. -BEF-
>                          #
> @@ -658,6 +661,9 @@
>                          #
>                          $leftovers =~ s/^$fs_regex//go;
> 
> +                        # Get rid of empty elements in the flags output. -AR-
> +                        $leftovers = join(',', grep /\S/, (split(/,/, 
> $leftovers)));
> +
>                          #
>                          # Extract any flags, and remove them from the 
> leftovers. -BEF-
>                          #
> 

- --

Mike Brady
GPG Key ID: 0x9C777DA4

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF/wvl6xLAi5x3faQRAlTEAJ99sCi5Vod8Zm0ur+VEMZHi+LUUhQCfXrH/
oM4IjF6iL/B0uCrO2tV/rSs=
=2LWc
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
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

Reply via email to