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-sda4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda
index 305bc9a..18dc43a 100644
--- a/examples/generic-install-on-sda
+++ b/examples/generic-install-on-sda
@@ -5,7 +5,8 @@
SOURCE=cd
FILE_URL=file:///src/core/pkg
SYNC_URL=
-
+HARDWARECLOCK=localtime
+TIMEZONE=Canada/Pacific
# Do you want to have additional pacman repositories or packages available at runtime (during installation)?
# RUNTIME_REPOSITORIES = array like this ('name1' 'location of repo 1' ['name2' 'location of repo2',..])
RUNTIME_REPOSITORIES=
@@ -24,6 +25,7 @@ worker_intro () {
}
worker_configure_system () {
+ prefill_configs
sed -i 's/^HOSTNAME="myhost"/HOSTNAME="arch-generic-install"/' $var_TARGET_DIR/etc/rc.conf
}