From 245998ea9152976411454f5750ff1b668dccb5ec Mon Sep 17 00:00:00 2001 From: AngeD Date: Tue, 14 Mar 2023 19:11:16 +0100 Subject: [PATCH] fix: cp rootfs content --- base_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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