new_test
This commit is contained in:
parent
4c9a65cf90
commit
4ef5a027f2
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ function abfrage() {
|
|||
echo "Please write down the entries: D !!!"
|
||||
echo "For each yes you have to make a y and for every no an n, unless it is interpreted differently!!!"
|
||||
echo ""
|
||||
if mount | grep efi > /dev/null; then
|
||||
if mount | grep efi > /dev/null && [ -d /sys/firmware/efi/efivars/ ]; then
|
||||
echo "System supports UEFI"
|
||||
read -p "How would you like to have your hard drive partitioned?: [UEFI/bios] " Partition
|
||||
[[ -z "${Partition}" ]] && Partition=uefi
|
||||
|
|
Loading…
Reference in a new issue