mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 02:54:22 +00:00
9a45c1d0a0
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-arm-xbase.ks
|
|
%include fedora-kde-common.ks
|
|
|
|
part btrfs.007 --fstype="btrfs" --size=7000
|
|
btrfs none --label=fedora btrfs.007
|
|
btrfs /home --subvol --name=home LABEL=fedora
|
|
btrfs / --subvol --name=root LABEL=fedora
|
|
|
|
%post
|
|
|
|
%end
|