[opensuse-autoinstall] Set starting block of first partition
From what I can see, the partition starts on block 63 on systems installed with autoyast. I can't see any options for this in the
Hello fellow autoyast'ers, I have a questions that I can't seem to find the answer for in the autoyast documentation. The question is quite simple: I want the first partition on each disk to start on block 64 or preferably block 16384. Is there anyway to accomplish this using autoyast? partition-section of autoyast... Disk /dev/sda: 53.7 GB, 53687091200 bytes 255 heads, 63 sectors/track, 6527 cylinders, total 104857600 sectors Units = sectors of 1 * 512 = 512 bytes Disk identifier: 0x0008dbe5 Device Boot Start End Blocks Id System /dev/sda1 * 63 273104 136521 83 Linux Thanks, Alexander Holte-Davidsen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Of course I mean _sectors_, not blocks! :) On Mon, Nov 21, 2011 at 2:41 PM, Alexander Holte-Davidsen <alexander.davidsen@gmail.com> wrote:
Hello fellow autoyast'ers,
I have a questions that I can't seem to find the answer for in the autoyast documentation. The question is quite simple: I want the first partition on each disk to start on block 64 or preferably block 16384. Is there anyway to accomplish this using autoyast?
From what I can see, the partition starts on block 63 on systems installed with autoyast. I can't see any options for this in the partition-section of autoyast...
Disk /dev/sda: 53.7 GB, 53687091200 bytes 255 heads, 63 sectors/track, 6527 cylinders, total 104857600 sectors Units = sectors of 1 * 512 = 512 bytes Disk identifier: 0x0008dbe5
Device Boot Start End Blocks Id System /dev/sda1 * 63 273104 136521 83 Linux
Thanks,
Alexander Holte-Davidsen
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
on Monday 21 November 2011 Alexander Holte-Davidsen wrote:
I want the first partition on each disk to start on block 64 or preferably block 16384. Is there anyway to accomplish this using autoyast?
not with the <partitioning> section in the XML file You can try to use a pre-script to create at least the first partition on your own and then let autoyast reuse that partition (<create ...>false</create>) I did not try that put I'd be interested in the results. I already looked at how to implement it, so you can specify the start cylinder but I have no code yet. Maybe for 12.2 -- ciao, Uwe Gansert SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer Home: http://www.suse.de/~ug - Blog: http://suse.gansert.net listening to: "Käfigseele" by Stillste Stund -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (2)
-
Alexander Holte-Davidsen
-
Uwe Gansert