Pfade für die Zeitzone angepasst, da im arch-chroot und nicht von außen gearbeitet wird.
This commit is contained in:
parent
4f852afdeb
commit
8bda9b6e20
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ pacstrap -i /mnt base linux-firmware vim git "${KERNEL}" "${MICROCODE}" #dracut
|
||||||
|
|
||||||
# ln -sf "/usr/share/zoneinfo/${TIMEZONE}" /etc/localtime -> L /etc/localtime - - - - "/usr/share/zoneinfo/${TIMEZONE}"
|
# ln -sf "/usr/share/zoneinfo/${TIMEZONE}" /etc/localtime -> L /etc/localtime - - - - "/usr/share/zoneinfo/${TIMEZONE}"
|
||||||
arch-chroot /mnt hwclock --systohc
|
arch-chroot /mnt hwclock --systohc
|
||||||
arch-chroot /mnt rm -rf /mnt/etc/localtime
|
arch-chroot /mnt rm -rf /etc/localtime
|
||||||
arch-chroot /mnt ln -sf "/usr/share/zoneinfo/${TIMEZONE}" /mnt/etc/localtime
|
arch-chroot /mnt ln -sf "/usr/share/zoneinfo/${TIMEZONE}" /etc/localtime
|
||||||
|
|
||||||
sed -i 's/#\(Color\)/\1/' /mnt/etc/pacman.conf
|
sed -i 's/#\(Color\)/\1/' /mnt/etc/pacman.conf
|
||||||
# Umbruch notwendug
|
# Umbruch notwendug
|
||||||
|
|
Loading…
Reference in a new issue