summaryrefslogtreecommitdiffstats
path: root/kickstarts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-09-12 17:10:54 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-09-12 17:10:54 -0400
commitb4c005d8b759dddcc75a80e21a0201512277434c (patch)
treef2e4e7cfbd4bc8b89c58a5c0dd890ad00fbd86c7 /kickstarts
parent55dc4e5f09ef7e58ac7e4dc7f775d37f788f8122 (diff)
downloadcobbler-b4c005d8b759dddcc75a80e21a0201512277434c.tar.gz
cobbler-b4c005d8b759dddcc75a80e21a0201512277434c.tar.xz
cobbler-b4c005d8b759dddcc75a80e21a0201512277434c.zip
Add Javier P's patch to add "cobbler import" support for Debian. Also tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
Diffstat (limited to 'kickstarts')
-rw-r--r--kickstarts/sample.seed45
1 files changed, 45 insertions, 0 deletions
diff --git a/kickstarts/sample.seed b/kickstarts/sample.seed
new file mode 100644
index 00000000..9335dc1a
--- /dev/null
+++ b/kickstarts/sample.seed
@@ -0,0 +1,45 @@
+#platform=x86, AMD64, or Intel EM64T
+# System authorization information
+
+# System bootloader configuration
+
+# Partition clearing information
+
+# Use text mode install
+
+# Firewall configuration
+
+# Run the Setup Agent on first boot
+
+# System keyboard
+d-i console-setup/dont_ask_layout note
+d-i console-setup/layoutcode string us
+d-i console-setup/layout select U.S. English
+# System language
+
+# Use network installation
+#d-i mirror/http/hostname string mirror.domain
+#d-i mirror/http/directory string /debian_directory
+# If any cobbler repo definitions were referenced in the kickstart profile, include them here.
+
+# Network information
+
+# Reboot after installation
+finish-install finish-install/reboot_in_progress note
+
+#Root password
+d-i passwd/root-password-crypted password \$1\$mF86/UHC\$WvcIcX2t6crBz2onWxyac.
+user-setup-udeb passwd/root-login boolean true
+user-setup-udeb passwd/make-user boolean false
+# SELinux configuration
+
+# Do not configure the X Window System
+
+# System timezone
+clock-setup clock-setup/utc boolean false
+tzsetup-udeb time/zone select America/New_York
+# Install OS instead of upgrade
+
+# Clear the Master Boot Record
+
+