#227 cloud/docker: move to autopart with the new no home/swap/boot options to enable generic architecture images
Merged 6 years ago by ausil. Opened 6 years ago by pbrobinson.
pbrobinson/fedora-kickstarts f26-img-multi-boot  into  f26

file modified
+1 -2
@@ -44,8 +44,7 @@ 

  # We will be able to move to autopart when new pykickstart lands which adds option for noswap/noboot (fixed upstream)
ausil commented 6 years ago

can we please remove this comment

if you want to go ahead and merge i can fix it up in a subsequent PR since i've got one to open today anyway

  zerombr

  clearpart --all

- part /boot/efi --fstype="vfat" --size=50

- part / --fstype ext4 --grow

+ autopart --noboot --nohome --noswap --nolvm

  

  %include fedora-repo.ks

  

file modified
+1 -4
@@ -24,12 +24,9 @@ 

  network --bootproto=dhcp --device=link --activate --onboot=on

  reboot

  

- # boot partitions are irrelevant as none of that content is taken into the final docker image

- # We will be able to move to autopart when new pykickstart lands which adds option for noswap/noboot (fixed upstream)

  zerombr

  clearpart --all

- part /boot/efi --fstype="vfat" --size=100

- part / --fstype ext4 --grow

+ autopart --noboot --nohome --noswap --nolvm

  

  %packages --excludedocs --instLangs=en --nocore

  fedora-release

can we please remove this comment

if you want to go ahead and merge i can fix it up in a subsequent PR since i've got one to open today anyway

Pull-Request has been merged by ausil

6 years ago