Update partition.sh
This commit is contained in:
parent
1101d9f99f
commit
b00f6b05fd
|
@ -51,6 +51,8 @@ echo -e
|
||||||
echo "This is your new partition table:"
|
echo "This is your new partition table:"
|
||||||
lsblk | grep "$dev"
|
lsblk | grep "$dev"
|
||||||
|
|
||||||
|
echo $dev > /tmp/disk
|
||||||
|
|
||||||
# Exit.
|
# Exit.
|
||||||
break
|
break
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue