@ -1,4 +1,9 @@
#!/bin/bash
# Author: Philip Gaber <phga@posteo.de>
############################################################################
# NOTE: While testing with a VM make sure to enable EFI boot in VM options #
while getopts "p:n:d:" opt;
do case $opt in
@ -1,4 +1,5 @@
scriptdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )