summaryrefslogtreecommitdiffstats
path: root/kickstarts
diff options
context:
space:
mode:
authorJavier Palacios <javiplx@gmail.com>2009-04-06 20:09:22 +0200
committerJavier Palacios <javiplx@gmail.com>2009-04-06 20:09:22 +0200
commitb4bc3621dcd7f49f900310e61cd278900b471d5c (patch)
tree6f13ff06adcec124a25e0c4aac32601ad7424b66 /kickstarts
parent134fcc15d2bc17b5384ae9226dac303df8bf449a (diff)
downloadcobbler-b4bc3621dcd7f49f900310e61cd278900b471d5c.tar.gz
cobbler-b4bc3621dcd7f49f900310e61cd278900b471d5c.tar.xz
cobbler-b4bc3621dcd7f49f900310e61cd278900b471d5c.zip
Final fixes for debian deployments
Diffstat (limited to 'kickstarts')
-rw-r--r--kickstarts/sample.seed9
1 files changed, 8 insertions, 1 deletions
diff --git a/kickstarts/sample.seed b/kickstarts/sample.seed
index af92ad54..eb829ae7 100644
--- a/kickstarts/sample.seed
+++ b/kickstarts/sample.seed
@@ -2,6 +2,9 @@
# System authorization information
# System bootloader configuration
+d-i grub-installer/only_debian boolean true
+#grub-installer grub-installer/bootdev string hd0
+d-i grub-installer/bootdev string hd0
# Partition clearing information
### Partitioning available methods are: "regular", "lvm" and "crypto"
@@ -41,9 +44,13 @@ d-i mirror/http/hostname string $hostname
d-i mirror/http/directory string $directory
d-i mirror/http/proxy string
# If any cobbler repo definitions were referenced in the kickstart profile, include them here.
+#apt-setup-udeb apt-setup/services-select multiselect security
+d-i apt-setup/services-select multiselect security
+d-i apt-setup/security_host string $hostname$directory-security
+d-i apt-setup/volatile_host string $hostname$directory-volatile
# Network information
-# NOTE : this questions are asked befor downloading preseed
+# NOTE : this questions are asked before downloading preseed
#d-i netcfg/get_hostname string unassigned-hostname
#d-i netcfg/get_domain string unassigned-hostname