mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-18 10:35:21 +00:00
IoT: move to simple partitioning
This commit is contained in:
parent
2f5861cb1c
commit
3721df6e5a
@ -17,13 +17,7 @@ services --enabled=NetworkManager,sshd,rngd,initial-setup
|
|||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
# Use reqpart to create hardware platform specific partitions
|
autopart --nohome --noswap --type=plain
|
||||||
# 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
|
|
||||||
|
|
||||||
# Equivalent of %include fedora-repo.ks
|
# Equivalent of %include fedora-repo.ks
|
||||||
# Pull from the ostree repo that was created during the compose
|
# Pull from the ostree repo that was created during the compose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user