From 06b8ca8f164fe4add2c02fe51675af1702e23200 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 9 Dec 2010 11:21:56 +0100 Subject: clarify SOURCE, SYNC_URL and HARDWARELCOCK variables --- examples/generic-install-on-sda | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') 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',..]) -- cgit v1.2.3-54-g00ecf