readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# ARCH linux USB post install
|
||||
# DRACHT : ARCH linux USB post install
|
||||
|
||||
|
||||
https://www.reddit.com/r/archlinux/comments/5p8au4/arch_linux_on_a_persistent_usb_a_guide_i_made_for/
|
||||
@@ -7,4 +7,25 @@ https://www.reddit.com/r/archlinux/comments/7xoted/persistent_and_encrypted_arch
|
||||
|
||||
btrfs
|
||||
|
||||
broadcom-wl-dkms (for apple wifi)
|
||||
see arch-post-install
|
||||
|
||||
|
||||
```
|
||||
# /etc/vconsole.conf
|
||||
KEYMAP=fr-latin1
|
||||
|
||||
# /etc/mkinitcpio.conf for / encryption
|
||||
base udev keymap encrypt autodetect modconf block filesystems keyboard fsck
|
||||
```
|
||||
|
||||
```
|
||||
# changing disk uuids
|
||||
uuidgen
|
||||
sudo e2fsck -f /dev/sdcX
|
||||
sudo tune2fs /dev/sdcX -U xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||
```
|
||||
|
||||
```
|
||||
# apple wifi
|
||||
pacman -S broadcom-wl-dkms
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user