fix: cp rootfs content

This commit is contained in:
AngeD 2023-03-14 19:11:16 +01:00
parent afc80c621e
commit 245998ea91

View File

@ -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