aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-16 23:26:19 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-16 23:26:19 +0100
commit0e291c9c0a166ee083ab5ed1efc7739efc57dd63 (patch)
tree67f7ac8634e7efdfe5c8fd870202fe90be06b8e2
parentBetter lsblk (diff)
downloadarch-installer-0e291c9c0a166ee083ab5ed1efc7739efc57dd63.tar.gz
arch-installer-0e291c9c0a166ee083ab5ed1efc7739efc57dd63.tar.bz2
arch-installer-0e291c9c0a166ee083ab5ed1efc7739efc57dd63.tar.xz
arch-installer-0e291c9c0a166ee083ab5ed1efc7739efc57dd63.tar.zst
arch-installer-0e291c9c0a166ee083ab5ed1efc7739efc57dd63.zip
Even better lsblk format for the user
-rwxr-xr-xjoes-arch-install-UEFI.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index 67760aa..c528bd2 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -100,7 +100,7 @@ while [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr
echo && echo
dn=$(lsblk | grep -c disk)
id=1
- lsblk | grep disk | awk '{print $1 " ->", $4}'
+ lsblk | grep disk | awk '{print "Disk", "", "", "Size"}{print $1 " ->", $4}'
echo && echo
echo "Please choose the drive on which Arch Linux shoud be installed:"
while [[ $dn != 0 ]]; do