20 lines
446 B
Django/Jinja
20 lines
446 B
Django/Jinja
{# vim: set ft=sh.jinja sw=4 ts=4 sts=4 et : -#}
|
|
|
|
# Create the "standard" disk layout using only the first disk
|
|
# Other disks are left alone in case they already contain data, e.g.
|
|
# migrated from another system.
|
|
bootloader --location mbr
|
|
clearpart --all --initlabel --drives vda
|
|
reqpart
|
|
|
|
{% include "fedora-disk-dch.ks" %}
|
|
{% include "fedora-common.ks" %}
|
|
|
|
%packages
|
|
qemu-guest-agent
|
|
-*-firmware
|
|
-fwupd
|
|
%end
|
|
|
|
{% include "autoprovision.ks.j2" %}
|