diff --git a/base_install.sh b/base_install.sh index 19414ba..2cae4cd 100755 --- a/base_install.sh +++ b/base_install.sh @@ -9,7 +9,7 @@ GREEN='\e[32m' PACMAN='pacman --noconfirm --needed -Syu' # System config -cp -rf rootfs/ / +cp -rfT rootfs/ / ln -sf "/usr/share/zoneinfo/$tz" /etc/localtime hwclock --systohc for l in "${locales[@]}"; do