|
|
@ -1,4 +1,9 @@
|
|
|
|
#!/bin/bash
|
|
|
|
#!/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;
|
|
|
|
while getopts "p:n:d:" opt;
|
|
|
|
do case $opt in
|
|
|
|
do case $opt in
|
|
|
|