summaryrefslogtreecommitdiff
path: root/examples/generic-install-on-sda
diff options
context:
space:
mode:
Diffstat (limited to 'examples/generic-install-on-sda')
-rw-r--r--examples/generic-install-on-sda2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda
index d1e79b9..305bc9a 100644
--- a/examples/generic-install-on-sda
+++ b/examples/generic-install-on-sda
@@ -24,7 +24,7 @@ worker_intro () {
}
worker_configure_system () {
- sed -i 's/HOSTNAME="myhost"/HOSTNAME="arch-generic-install"/' $var_TARGET_DIR/etc/rc.conf
+ sed -i 's/^HOSTNAME="myhost"/HOSTNAME="arch-generic-install"/' $var_TARGET_DIR/etc/rc.conf
}