doc: author + note

This commit is contained in:
phga 2022-03-12 14:59:45 +01:00
parent 8b4a6d73f0
commit 44c1204429
Signed by: phga
GPG Key ID: 5249548AA705F019
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# Author: Philip Gaber <phga@posteo.de>
scriptdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) scriptdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )