|
|
@ -66,7 +66,7 @@ swapon -L P_SWAP # swap
|
|
|
|
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
|
|
|
|
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
|
|
|
|
grep ".de/" /etc/pacman.d/mirrorlist.bak > /etc/pacman.d/mirrorlist
|
|
|
|
grep ".de/" /etc/pacman.d/mirrorlist.bak > /etc/pacman.d/mirrorlist
|
|
|
|
|
|
|
|
|
|
|
|
pacstrap /mnt base base-devel linux dhcpcd wpa_supplicant dialog git
|
|
|
|
pacstrap /mnt base base-devel linux linux-firmware dhcpcd wpa_supplicant dialog git netctl netctl-auto
|
|
|
|
genfstab -p /mnt > /mnt/etc/fstab
|
|
|
|
genfstab -p /mnt > /mnt/etc/fstab
|
|
|
|
|
|
|
|
|
|
|
|
cat <<EOF > /mnt/root/bootstrap2.sh
|
|
|
|
cat <<EOF > /mnt/root/bootstrap2.sh
|
|
|
@ -95,7 +95,6 @@ options root=LABEL=P_ROOT rw resume=LABEL=P_SWAP
|
|
|
|
EEE
|
|
|
|
EEE
|
|
|
|
|
|
|
|
|
|
|
|
cat <<EEE > /boot/loader/entries/arch-uefi-fallback.conf
|
|
|
|
cat <<EEE > /boot/loader/entries/arch-uefi-fallback.conf
|
|
|
|
title Arch
|
|
|
|
|
|
|
|
title Arch Linux Fallback
|
|
|
|
title Arch Linux Fallback
|
|
|
|
linux /vmlinuz-linux
|
|
|
|
linux /vmlinuz-linux
|
|
|
|
initrd /initramfs-linux-fallback.img
|
|
|
|
initrd /initramfs-linux-fallback.img
|
|
|
|