diff options
author | Dan Radez <dradez@redhat.com> | 2017-03-30 20:06:24 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-04-03 20:33:17 +0000 |
commit | 1a10b8e7559ca75f5ac624d561303cf20bac9bc9 (patch) | |
tree | cde7a8abffd6198166e756870f81d19582372682 /ci/iso-verify.ks | |
parent | b7c0066de509b3eb2e1264966eff12cff49472e1 (diff) |
Adding kickstart file for iso verify
Change-Id: If2712b15d23ce1453e7d3ee1aa4df92b8e537856
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit 854199f3485680c1193b3cb07caf477298371714)
Diffstat (limited to 'ci/iso-verify.ks')
-rw-r--r-- | ci/iso-verify.ks | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/ci/iso-verify.ks b/ci/iso-verify.ks new file mode 100644 index 00000000..f3e975c5 --- /dev/null +++ b/ci/iso-verify.ks @@ -0,0 +1,57 @@ +# poweroff on success +poweroff + +# Do not configure the X Window System +skipx +# System timezone +timezone US/Eastern --isUtc +# System bootloader configuration +bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=vda +autopart --type=lvm +# Partition clearing information +clearpart --all --initlabel --drives=vda + +%packages +@apex-opendaylight +@base +@core +@virtualization-hypervisor +@virtualization-tools +chrony +kexec-tools + +%end + +%addon com_redhat_kdump --disable + +%end + +%anaconda +pwpolicy root --minlen=6 --minquality=50 --notstrict --nochanges --notempty +pwpolicy user --minlen=6 --minquality=50 --notstrict --nochanges --notempty +pwpolicy luks --minlen=6 --minquality=50 --notstrict --nochanges --notempty +%end + +#version=DEVEL +# System authorization information +auth --enableshadow --passalgo=sha512 +# Use CDROM installation media +cdrom +# Use text mode install +text +# Run the Setup Agent on first boot +firstboot --disable +ignoredisk --only-use=vda +# Keyboard layouts +keyboard --vckeymap=us --xlayouts='' +# System language +lang en_US.UTF-8 + +# Network information +network --bootproto=dhcp --device=eth0 --onboot=off --ipv6=auto --no-activate +network --hostname=localhost.localdomain + +# Root password +rootpw --iscrypted $6$l4m1GNdyJ/.EP40T$2Nn99xwbJexsqqYqbgWCUivSIqJTOTTNuxmli6TM9.3uom5eiIZDPQ3UZ6gVYi0ir2px4z7e2DnccmoV/EXNB/ +# System services +services --enabled="chronyd" |