From 7c547a30f456a3ad86ffebc5893acc4ee952a9db Mon Sep 17 00:00:00 2001 From: proledatarian Date: Sat, 12 Feb 2022 15:36:07 +0000 Subject: [PATCH] Update config.sh --- config.sh | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/config.sh b/config.sh index 13a3d07..45995ba 100644 --- a/config.sh +++ b/config.sh @@ -1,26 +1,6 @@ #!/bin/bash -#PS3="Please select a disk to partition:" -echo "Please select a disk to partition:" +sh partition.sh -IFS=$'\n' -disks=( $(lsblk -d | tail -n+2 | awk '{print $1" "$4}') ) -declare -a disks -select disk in ${disks[*]} -do -echo "You have choosen $disk." -done - -# Partitioning using sgdisk. - -# Zap existing partition table: -sgdisk -Z /dev/sda - -# Create 256M boot partition. -sgdisk -n 1:0:+256M /dev/sda - -# Create system partition: -sgdisk -n 2:0:0 /dev/vda - -wget https://gitlab.com/srtghn3657/simple-modern-and-secure-arch-linux-install/-/raw/master/00-keyboard.conf -cp ./00-keyboard.conf /etc/X11/xorg.conf.d/00-keyboard.conf +#wget https://gitlab.com/srtghn3657/simple-modern-and-secure-arch-linux-install/-/raw/master/00-keyboard.conf +#cp ./00-keyboard.conf /etc/X11/xorg.conf.d/00-keyboard.conf