summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/fancy-install-on-sda1
-rw-r--r--examples/generic-install-on-sda1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/fancy-install-on-sda b/examples/fancy-install-on-sda
index ec920d4..0e6934d 100644
--- a/examples/fancy-install-on-sda
+++ b/examples/fancy-install-on-sda
@@ -21,6 +21,7 @@ worker_intro () {
worker_configure_system () {
preconfigure_target
sed -i 's/^HOSTNAME="myhost"/HOSTNAME="arch-fancy-install"/' $var_TARGET_DIR/etc/rc.conf
+ postconfigure_target
}
# These variables are mandatory
diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda
index a5b9a2e..7892644 100644
--- a/examples/generic-install-on-sda
+++ b/examples/generic-install-on-sda
@@ -27,6 +27,7 @@ worker_intro () {
worker_configure_system () {
preconfigure_target
sed -i 's/^HOSTNAME="myhost"/HOSTNAME="arch-generic-install"/' $var_TARGET_DIR/etc/rc.conf
+ postconfigure_target
}