mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-18 05:24:30 +00:00
_live_build: FIXME for using three disks
Change the comment on why we put /var/lib/mock on the third hard disk: we probably can cut it down to two, now, but I don't want to do it right now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4c426051ce
commit
5c6ae24e99
@ -27,9 +27,10 @@ sub run {
|
|||||||
# we need the update repo mounted to use it in image creation
|
# we need the update repo mounted to use it in image creation
|
||||||
mount_update_image;
|
mount_update_image;
|
||||||
if (get_var("NUMDISKS") > 2) {
|
if (get_var("NUMDISKS") > 2) {
|
||||||
# put /var/lib/mock on the third disk, so we don't run out of
|
# put /var/lib/mock on the third disk. FIXME: this used to
|
||||||
# space on the main disk. The second disk will have already
|
# be because we used the second disk for the updates repo,
|
||||||
# been claimed for the update repo.
|
# but now we use an updates image, we can probably change
|
||||||
|
# this
|
||||||
assert_script_run "echo 'type=83' | sfdisk /dev/vdc";
|
assert_script_run "echo 'type=83' | sfdisk /dev/vdc";
|
||||||
assert_script_run "mkfs.ext4 /dev/vdc1";
|
assert_script_run "mkfs.ext4 /dev/vdc1";
|
||||||
assert_script_run "echo '/dev/vdc1 /var/lib/mock ext4 defaults 1 2' >> /etc/fstab";
|
assert_script_run "echo '/dev/vdc1 /var/lib/mock ext4 defaults 1 2' >> /etc/fstab";
|
||||||
|
Loading…
Reference in New Issue
Block a user