Created
March 11, 2018 14:59
-
-
Save kluzny/6124c465a5b67ffab1c493871f85aeb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kickstart file for failing graphical installation based on anaconda output from Qubes R2 | |
install | |
auth --enableshadow --passalgo=sha512 | |
cdrom | |
firstboot --enable | |
keyboard --vckeymap=us --xlayouts='' | |
lang en_US.UTF-8 | |
network --hostname=dom0 --bootproto=dhcp | |
timezone America/Chicago --isUtc | |
xconfig --startxonboot | |
rootpw --plaintext changeme0 | |
selinux --disabled | |
authconfig --enableshadow --passalgo=sha512 --enablefingerprint | |
firewall --service=ssh | |
clearpart --all --initlabel --drives=sda | |
ignoredisk --only-use=sda | |
autopart --encrypted --passphrase="changeme1" --type=lvm | |
bootloader --location=mbr --boot-drive=sda | |
# Demanded by anaconda but clashes with first boot in Qubes | |
user --name=user --password=changeme2 | |
%packages | |
@base | |
@base-x | |
@fonts | |
@hardware-support | |
@qubes | |
@sound-basic | |
@xfce-desktop-qubes | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment