summaryrefslogtreecommitdiffstats
path: root/kickstarts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-10-15 13:46:21 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-10-15 13:46:21 -0400
commit23c6f54f7f565ebe92e4f2de95213565e987eb68 (patch)
treecb17179186fd25972f6f0444459262177412730d /kickstarts
parentb5b94ca6bbde852de822445fba63d03140c6d9b8 (diff)
downloadcobbler-23c6f54f7f565ebe92e4f2de95213565e987eb68.tar.gz
cobbler-23c6f54f7f565ebe92e4f2de95213565e987eb68.tar.xz
cobbler-23c6f54f7f565ebe92e4f2de95213565e987eb68.zip
Apply JP's Debian import patch
Diffstat (limited to 'kickstarts')
-rw-r--r--kickstarts/sample.seed11
1 files changed, 9 insertions, 2 deletions
diff --git a/kickstarts/sample.seed b/kickstarts/sample.seed
index 9335dc1a..43ff7f79 100644
--- a/kickstarts/sample.seed
+++ b/kickstarts/sample.seed
@@ -18,11 +18,18 @@ 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
+# NOTE : The suite seems to be hardcoded on installer
+d-i mirror/suite string $suite
+d-i mirror/country string enter information manually
+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.
# Network information
+# NOTE : this questions are asked befor downloading preseed
+#d-i netcfg/get_hostname string unassigned-hostname
+#d-i netcfg/get_domain string unassigned-hostname
# Reboot after installation
finish-install finish-install/reboot_in_progress note