7 lines
314 B
Bash
7 lines
314 B
Bash
# vim: set ft=sh :
|
|
%include http://git.pyrocufflink.net/infra/kickstart/raw/branch/master/fedora-disk-dch.ks
|
|
%include http://git.pyrocufflink.net/infra/kickstart/raw/branch/master/fedora-rpi-common.ks
|
|
|
|
ignoredisk --only-use /dev/nvme0n1
|
|
logvol /tmp --fstype ext4 --name tmp --vgname fedora --size 2048 --label tmp
|