summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-02-27 01:01:02 +0100
committer Eric Hameleers <alien@slackware.com>2016-02-27 01:01:02 +0100
commitafea822a0cf3d0fb675498d6076e3eed0da3008f (patch)
tree309bcd21cf3530fe8441074b518cfb3f4a06ed8e
parentbc16bc5571f6372a2bde0a2d18fb1a580c7d754d (diff)
downloadliveslak-afea822a0cf3d0fb675498d6076e3eed0da3008f.tar.gz
liveslak-afea822a0cf3d0fb675498d6076e3eed0da3008f.tar.xz
Remove duplicate line.
Was there from the beginning... glad someone noticed it, thanks SangDae.
-rwxr-xr-xliveinit1
1 files changed, 0 insertions, 1 deletions
diff --git a/liveinit b/liveinit
index d8c5945..6df6d0d 100755
--- a/liveinit
+++ b/liveinit
@@ -596,7 +596,6 @@ EOT
# Configure custom timezone:
echo "${MARKER}: Configuring timezone '$TZ'"
cp /mnt/overlay/usr/share/zoneinfo/${TZ} /mnt/overlay/etc/localtime
- cp /mnt/overlay/usr/share/zoneinfo/${TZ} /mnt/overlay/etc/localtime
rm /mnt/overlay/etc/localtime-copied-from
ln -s /usr/share/zoneinfo/${TZ} /mnt/overlay/etc/localtime-copied-from
# Configure the hardware clock to be interpreted as localtime and not UTC: