summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-09 11:21:56 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-09 11:21:56 +0100
commit06b8ca8f164fe4add2c02fe51675af1702e23200 (patch)
treedf8f8577f1ae0971a9512660b0b4900fbf293fbc
parent27202e211f99e1ea6c53bc165f040afa0e461796 (diff)
clarify SOURCE, SYNC_URL and HARDWARELCOCK variables
-rw-r--r--examples/generic-install-on-sda6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda
index 44a2166..473198a 100644
--- a/examples/generic-install-on-sda
+++ b/examples/generic-install-on-sda
@@ -2,10 +2,10 @@
# the variables are optional and we define their defaults here (so you could omit the
# definitions), unless otherwise specified.
-SOURCE=cd
+SOURCE=cd #change to 'net' to do a network install
FILE_URL=file:///src/core/pkg
-SYNC_URL=
-HARDWARECLOCK=localtime
+SYNC_URL= # optional, if you do netinstall use a repository string like ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/$arch (the same format as what you find in /etc/pacman.conf)
+HARDWARECLOCK=localtime # UTC is the better option, but some OS'es don't support it (i.e. Windows)
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',..])