Fix incorrect hostname command
This commit is contained in:
parent
b714b3af1b
commit
020ed2f7bb
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ arch-chroot "$ARCH_MOUNT_ROOT" locale-gen;
|
|||
echo "LANG=$ARCH_LANG" | arch-chroot "$ARCH_MOUNT_ROOT" tee /etc/locale.conf > /dev/null;
|
||||
echo "KEYMAP=$ARCH_KEYMAP" | arch-chroot "$ARCH_MOUNT_ROOT" tee /etc/vconsole.conf > /dev/null;
|
||||
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" echo "$ARCH_HOSTNAME" > /etc/hostname;
|
||||
echo "$ARCH_HOSTNAME" | arch-chroot "$ARCH_MOUNT_ROOT" tee /etc/hostname;
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" mkinitcpio -P;
|
||||
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GRUB/install.sh";
|
||||
|
|
Loading…
Reference in a new issue