From afea822a0cf3d0fb675498d6076e3eed0da3008f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 27 Feb 2016 01:01:02 +0100 Subject: Remove duplicate line. Was there from the beginning... glad someone noticed it, thanks SangDae. --- liveinit | 1 - 1 file changed, 1 deletion(-) (limited to 'liveinit') 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: -- cgit v1.2.3