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' or 'uefi') and boot disk/partitions
|
||||||
GRUB_MODE="bios"
|
GRUB_MODE="bios"
|
||||||
GRUB_BIOS_DISK="/dev/sda"
|
GRUB_BIOS_DISK="/dev/sda"
|
||||||
GRUB_UEFI_PART="/dev/sda1"
|
GRUB_UEFI_PART="/dev/nvme0n1p1"
|
||||||
|
|
||||||
# Be careful changing this
|
# 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"
|
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'
|
# 'parted /dev/sda set 1 boot on'
|
||||||
#
|
#
|
||||||
## Common
|
## Common
|
||||||
# swapon /dev/mapper/vglocal-swap
|
# swapon /dev/nvme0n1p5
|
||||||
# mount /dev/mapper/vglocal-root /mnt
|
# mount /dev/nvme0n1p2 /mnt
|
||||||
# mkdir /mnt/{boot,home}
|
# mkdir /mnt/{boot,home,srv}
|
||||||
# mount /dev/mapper/vglocal-home /mnt/home
|
# mount /dev/nvme0n1p3 /mnt/home
|
||||||
|
# mount /dev/nvme0n1p4 /mnt/srv
|
||||||
#
|
#
|
||||||
## MBR Style
|
## MBR Style
|
||||||
# mount /dev/sda1 /mnt/boot
|
# mount /dev/sda1 /mnt/boot
|
||||||
#
|
#
|
||||||
## UEFI Style
|
## UEFI Style
|
||||||
# mount /dev/sda2 /mnt/boot
|
|
||||||
# mkdir /mnt/boot/efi
|
# mkdir /mnt/boot/efi
|
||||||
# mount /dev/sda1 /mnt/boot/efi
|
# mount /dev/nvme0n1p1 /mnt/boot/efi
|
||||||
#
|
#
|
||||||
## Pacstrap
|
## Pacstrap
|
||||||
# pacstrap /mnt base linux linux-firmware --noprogressbar 2>&1 | tee -a pacstrap.log
|
# pacstrap /mnt base linux linux-firmware --noprogressbar 2>&1 | tee -a pacstrap.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue