Added GUID-Array
This commit is contained in:
parent
b064c72d8f
commit
17883014af
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ warning() { out "==> WARNING:" "$@"; } >&2
|
|||
msg() { out "==>" "$@"; }
|
||||
die() { error "$@"; exit 1; }
|
||||
|
||||
declare -A GUID=""
|
||||
GUID=([ESP]="c12a7328-f81f-11d2-ba4b-00a0c93ec93b" [ROOT]="4f68bce3-e8cd-4db1-96e7-fbcaf984b709")
|
||||
DEVICE="/dev/vda"
|
||||
|
||||
mkdir repart || die 'Fehler beim erstellen des Directory'
|
||||
|
|
Loading…
Reference in a new issue