fix: cp rootfs content
This commit is contained in:
parent
afc80c621e
commit
245998ea91
@ -9,7 +9,7 @@ GREEN='\e[32m'
|
|||||||
PACMAN='pacman --noconfirm --needed -Syu'
|
PACMAN='pacman --noconfirm --needed -Syu'
|
||||||
|
|
||||||
# System config
|
# System config
|
||||||
cp -rf rootfs/ /
|
cp -rfT rootfs/ /
|
||||||
ln -sf "/usr/share/zoneinfo/$tz" /etc/localtime
|
ln -sf "/usr/share/zoneinfo/$tz" /etc/localtime
|
||||||
hwclock --systohc
|
hwclock --systohc
|
||||||
for l in "${locales[@]}"; do
|
for l in "${locales[@]}"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user