[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
anaconda disk image partitioning question
- From: "David A. Marlin" <dmarlin redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: anaconda disk image partitioning question
- Date: Tue, 24 Jul 2012 22:29:23 -0500
I am using livemedia-creator on F17 to create a disk image. I manually
select the partitioning scheme in the kickstart:
clearpart --all
part /boot --size 255 --fstype ext3 --label=boot
part swap --size 511
part / --size 3327 --fstype ext4 --label=rootfs
Previously I created several disk images and they all had the partitions
in the following order:
1 - /boot
2 - swap
3 - / (root)
I created another disk image today, but the partitions are now in the
following order:
1 - /boot
2 - / (root)
3 - swap
The reason this is significant is that after installing the disk image
onto physical media I want to be able to resize the root partition
('/'), and that is only practical if it is the last partition on the image.
So my question is, what determines the order of the partitions on a disk
image, and is there a way to select, or guarantee a specific order?
Thank you,
d.marlin
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]