Обновить install.sh

This commit is contained in:
2024-05-21 23:43:50 +03:00
parent ab96da1063
commit ff3535ba48

View File

@@ -12,12 +12,12 @@ sgdisk -a 4096 --largest-new=3 --typecode=3:8300 ${drive}
mkfs.vfat ${drive}p1
mkswap --force ${drive}p2
mkfs.xfs -f ${drive}3
mkfs.xfs -f ${drive}p3
mount ${drive}3 /mnt
mount ${drive}p3 /mnt
mkdir /mnt/{boot,dev,sys,proc,run}
mkdir /mnt/boot/efi
mount ${drive}1 /mnt/boot/efi
mount ${drive}p1 /mnt/boot/efi
mount --bind /dev /mnt/dev
mount --bind /sys /mnt/sys