summaryrefslogtreecommitdiffstats
path: root/kickstart/kickstart/ipekatrin.ks
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart/kickstart/ipekatrin.ks')
-rw-r--r--kickstart/kickstart/ipekatrin.ks57
1 files changed, 0 insertions, 57 deletions
diff --git a/kickstart/kickstart/ipekatrin.ks b/kickstart/kickstart/ipekatrin.ks
deleted file mode 100644
index b394ca8..0000000
--- a/kickstart/kickstart/ipekatrin.ks
+++ /dev/null
@@ -1,57 +0,0 @@
-#version=DEVEL
-# System authorization information
-auth --enableshadow --passalgo=sha512
-# Use CDROM installation media
-cdrom
-# Use graphical install (graphical is enforce by vnc requested at kernel args)
-#graphical
-text
-
-# Run the Setup Agent on first boot
-firstboot --enable
-ignoredisk --only-use=@SYSDISKS@
-# Keyboard layouts
-keyboard --vckeymap=us --xlayouts='us'
-# System language
-lang en_US.UTF-8
-
-# Network information
-#network --bootproto=dhcp --device=eth0 --ipv6=auto --activate
-network --bootproto=static --ip=@IP@ --netmask=@NETMASK@ --gateway=@GW@ --nameserver=@NS@ --device=eth0 --ipv6=auto --activate
-network --hostname=@FQDN@
-
-# Root password
-rootpw --iscrypted $6$ioKrEQSxzYypx2HZ$jiynrl6knbmhbL066k.HjmxcwvQwBsT53LPlp2fRdkg2E1E7Gy4gwxaZ0m86rbD6q4dTaWdYfKhDVSij6N1Y7.
-# System services
-services --enabled="chronyd"
-# System timezone
-timezone Europe/Berlin --isUtc --ntpservers=@TIME@
-user --groups=wheel --name=csa --password=$6$H8NeYbDfSuTtJKmA$pyUj57Ao1gAyT2C8ijivRxTMTkTClpOFUigmxsgKZ1L71Np6URTT4s6PU6WsuoEQgHgo9XjJNGePg/RneBY9a1 --iscrypted --gecos="Suren A. Chilingaryan"
-# System bootloader configuration
-bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=@BOOTDISK@
-autopart --type=lvm
-# Partition clearing information
-clearpart --all --initlabel --drives=@SYSDISKS@
-
-
-
-%packages
-@^minimal
-@core
-chrony
-kexec-tools
-
-%end
-
-%addon com_redhat_kdump --enable --reserve-mb='auto'
-
-%end
-
-%anaconda
-pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty
-pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok
-pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty
-%end
-
-
-poweroff