summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-07-24 11:21:02 -0400
committerChris Lumens <clumens@redhat.com>2012-07-24 15:03:20 -0400
commit67bc16294198471a374940dfe0f4bb26651bdfac (patch)
tree2902cadeb05d4f5771ddaa67ef13c2550da013c0 /data
parent7e5b6abfe114243d4317d2a19566443c835e9720 (diff)
downloadanaconda-67bc16294198471a374940dfe0f4bb26651bdfac.tar.gz
anaconda-67bc16294198471a374940dfe0f4bb26651bdfac.tar.xz
anaconda-67bc16294198471a374940dfe0f4bb26651bdfac.zip
Add support for loading defaults for an interactive install from a ks file.
Kickstart and interactive installs differ in certain default settings. This allows loading those differences from somewhere without having to complicate the code with lots of conditionals.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
-rw-r--r--data/interactive-defaults.ks4
2 files changed, 7 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 800e2cdc4..49b68c48c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -22,6 +22,9 @@ SUBDIRS = bootdisk command-stubs icons liveinst pixmaps systemd post-scripts
EXTRA_DIST = lang-table
CLEANFILES = *~ lang-names
+ksdir = $(datadir)/$(PACKAGE_NAME)
+dist_ks_DATA = interactive-defaults.ks
+
udevdir = /lib/udev/rules.d
dist_udev_DATA = 70-anaconda.rules
diff --git a/data/interactive-defaults.ks b/data/interactive-defaults.ks
new file mode 100644
index 000000000..f692ccdc8
--- /dev/null
+++ b/data/interactive-defaults.ks
@@ -0,0 +1,4 @@
+# Kickstart defaults file for an interative install.
+# This is not loaded if a kickstart file is provided on the command line.
+auth --enableshadow --passalgo=sha512
+firstboot --enable