This commit is contained in:
Marc Beninca 2023-10-01 21:14:31 +02:00
parent cf876c72d8
commit b4724623f7
2 changed files with 8 additions and 4 deletions

View file

@ -16,8 +16,11 @@ function get_path_uuid {
get_mount_uuid "${tmp}"
}
ESP="$(get_path_uuid "${ROOT}")"
DATA='b0626dca-c6c2-45fc-9a02-31549680bbe5'
if [ "${1}" ] ; then
DATA="$(get_path_uuid "${1}")"
else
DATA="${ESP}"
fi
PGP_PUB='BADA5579'
@ -224,8 +227,9 @@ du --human-readable --summarize \
"${UEFI_ROOT}" \
"${BIOS_DIRECTORY}" \
"${ROOT}"
echo
echo "ESP: ${ESP}"
echo "DATA: ${DATA}"
# clean ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅

View file

@ -62,6 +62,6 @@ Build an ESP File System including:
* layouts
* grub.env
* variablize
* data
* pgp
![Graph](todo.svg)