Bugs item #780764, was opened at 2003-07-31 10:34 Message generated for change (Comment added) made by kbuytaer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100259&aid=780764&group_id=259
Category: Documentation Group: v3.2.0 Status: Closed Resolution: Works For Me Priority: 5 Submitted By: Kris Buytaert (kbuytaer) Assigned to: Nobody/Anonymous (nobody) Summary: Suse 8.2 = Working Initial Comment: As the manual describes I am reporting a "bug" that I am success fully working with SystemImager in a Suse 8.2 environment. ---------------------------------------------------------------------- >Comment By: Kris Buytaert (kbuytaer) Date: 2003-08-05 09:58 Message: Logged In: YES user_id=62339 Actually I forgot to mention that one has to modify /usr/lib/systemimager/perl/Systemimager/Common.pl HPS-16-2:/tmp/originalfiles # sfdisk -l -uM Disk /dev/sda: 8924 cylinders, 255 heads, 63 sectors/track Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End MiB #blocks Id System /dev/sda1 0+ 54- 55- 56196 6 FAT16 /dev/sda2 54+ 1066- 1012- 1036192+ 82 Linux swap /dev/sda3 * 1066+ 69994- 68928- 70581577+ 83 Linux /dev/sda4 0 - 0 0 0 Empty We modified Common.pm HPS-16-2:/usr/lib/systemimager/perl/SystemImager # diff Common.pm Common.pm.orig 426c426 < my $cmd = "sfdisk -l -uS /dev/$disk"; --- > my $cmd = "sfdisk -l -uM /dev/$disk"; ---------------------------------------------------------------------- Comment By: Brian Elliott Finley (brianfinley) Date: 2003-08-01 16:00 Message: Logged In: YES user_id=140 Thanks! Got you listed in the credits, and made note of your success. -Brian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100259&aid=780764&group_id=259 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Sisuite-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
