summaryrefslogtreecommitdiff
path: root/examples/fancy-install-on-sda
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-27 22:50:36 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-27 22:50:36 +0200
commit81f47f128b0301080cf3a7132aef2def4c7c8539 (patch)
tree619e457cec9e0d981f2fa602bc878e6c658a7af4 /examples/fancy-install-on-sda
parentee45c789d7ba4f3aad9d6837bde79cbcb9157d78 (diff)
separate automatic prefilling of configs with manual editing + enable automatic config updating and grub menu.lst generation in automatic installs
Diffstat (limited to 'examples/fancy-install-on-sda')
-rw-r--r--examples/fancy-install-on-sda1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/fancy-install-on-sda b/examples/fancy-install-on-sda
index 1322231..19f35fd 100644
--- a/examples/fancy-install-on-sda
+++ b/examples/fancy-install-on-sda
@@ -19,6 +19,7 @@ worker_intro () {
}
worker_configure_system () {
+ prefill_configs
sed -i 's/^HOSTNAME="myhost"/HOSTNAME="arch-fancy-install"/' $var_TARGET_DIR/etc/rc.conf
}