update to nvme
This commit is contained in:
parent
7233158ee0
commit
fffa1ca067
1 changed files with 7 additions and 7 deletions
14
archxfce.sh
14
archxfce.sh
|
|
@ -61,7 +61,7 @@ ARCH_VF="eurlatgr"
|
|||
# grub mode ('bios' or 'uefi') and boot disk/partitions
|
||||
GRUB_MODE="bios"
|
||||
GRUB_BIOS_DISK="/dev/sda"
|
||||
GRUB_UEFI_PART="/dev/sda1"
|
||||
GRUB_UEFI_PART="/dev/nvme0n1p1"
|
||||
|
||||
# Be careful changing this
|
||||
PKG_CORE="grub linux linux-firmware linux-headers linux-lts linux-lts-headers os-prober intel-ucode lvm2 dkms dbus-broker-units"
|
||||
|
|
@ -108,18 +108,18 @@ AXCONF="/root/axconf.sh"
|
|||
# 'parted /dev/sda set 1 boot on'
|
||||
#
|
||||
## Common
|
||||
# swapon /dev/mapper/vglocal-swap
|
||||
# mount /dev/mapper/vglocal-root /mnt
|
||||
# mkdir /mnt/{boot,home}
|
||||
# mount /dev/mapper/vglocal-home /mnt/home
|
||||
# swapon /dev/nvme0n1p5
|
||||
# mount /dev/nvme0n1p2 /mnt
|
||||
# mkdir /mnt/{boot,home,srv}
|
||||
# mount /dev/nvme0n1p3 /mnt/home
|
||||
# mount /dev/nvme0n1p4 /mnt/srv
|
||||
#
|
||||
## MBR Style
|
||||
# mount /dev/sda1 /mnt/boot
|
||||
#
|
||||
## UEFI Style
|
||||
# mount /dev/sda2 /mnt/boot
|
||||
# mkdir /mnt/boot/efi
|
||||
# mount /dev/sda1 /mnt/boot/efi
|
||||
# mount /dev/nvme0n1p1 /mnt/boot/efi
|
||||
#
|
||||
## Pacstrap
|
||||
# pacstrap /mnt base linux linux-firmware --noprogressbar 2>&1 | tee -a pacstrap.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue