#398 IoT: move to simple partitioning
Merged 6 years ago by puiterwijk. Opened 6 years ago by pbrobinson.
pbrobinson/fedora-kickstarts f28-iot  into  f28

file modified
+1 -7
@@ -17,13 +17,7 @@ 

  

  zerombr

  clearpart --all

- # Use reqpart to create hardware platform specific partitions

- # https://pagure.io/atomic-wg/issue/299

- reqpart --add-boot

- part pv.01 --grow

- volgroup fedoraiot pv.01

- # Start from 3GB as we did before, since we just need a size.

- logvol / --size=3000 --fstype="ext4" --name=root --vgname=fedoraiot

+ autopart --nohome --noswap --type=plain

Are you sure you want type=plain and not type=lvm?

  

  # Equivalent of %include fedora-repo.ks

  # Pull from the ostree repo that was created during the compose

Simplify things while other issues are sorted out, we can review our options as a WG later on as necessary.

Are you sure you want type=plain and not type=lvm?

Pull-Request has been merged by puiterwijk

6 years ago
Metadata