mirror of
https://github.com/AlexBocken/mykb.git
synced 2024-11-23 11:49:36 +01:00
smaller fixes
This commit is contained in:
parent
9c0ff364e3
commit
377abbef49
@ -50,15 +50,15 @@ pacstrap -K /mnt base base-devel linux linux-firmware lvm2 efibootmgr networkman
|
|||||||
genfstab -U >> /mnt/etc/fstab
|
genfstab -U >> /mnt/etc/fstab
|
||||||
arch-chroot /mnt
|
arch-chroot /mnt
|
||||||
echo YourHostName > /etc/hostname
|
echo YourHostName > /etc/hostname
|
||||||
nvim /etc/locale-gen
|
nvim /etc/locale.conf
|
||||||
locale-gen
|
locale-gen
|
||||||
ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime
|
ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime
|
||||||
hwclock --systohc
|
hwclock --systohc
|
||||||
passwd
|
passwd
|
||||||
```
|
```
|
||||||
|
|
||||||
## Edit /edit/mkinitcpio.conf to support encryption
|
## Edit /etc/mkinitcpio.conf to support encryption
|
||||||
In /etc/mkninitcpio.conf edit the HOOKS:
|
In `/etc/mkinitcpio.conf` edit the HOOKS to include these highlighted ones as well:
|
||||||
```
|
```
|
||||||
HOOKS=(base __udev__ autodetect modconf kms keyboard keymap consolefont block __encrypt__ __lvm2__ filesystems fsck)
|
HOOKS=(base __udev__ autodetect modconf kms keyboard keymap consolefont block __encrypt__ __lvm2__ filesystems fsck)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user