V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m25s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m25s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -60,21 +60,18 @@ mount_with_dir() {
|
|||||||
do_log "info" "false" "Mounted: '${var_mount_device}' on: '${TARGET}${var_mount_path}' incl. options: '${var_mount_options}'."
|
do_log "info" "false" "Mounted: '${var_mount_device}' on: '${TARGET}${var_mount_path}' incl. options: '${var_mount_options}'."
|
||||||
}
|
}
|
||||||
|
|
||||||
###########################################################################################
|
#######################################
|
||||||
# Function for mounting all partitions for debootstrap incl. generating btrfs subvolumes.
|
# Function for mounting all partitions for debootstrap, including the generation of btrfs subvolumes.
|
||||||
# Globals:
|
# Globals:
|
||||||
# ERR_MOUNTING_ROOT
|
# ERR_MOUNTING_ROOT
|
||||||
# ERR_NO_DEVIC_PATH
|
# HMP_MOUNTPATH_DEV
|
||||||
# ERR_NO_ENCR_LABEL
|
|
||||||
# MAP_EPHEMERAL_DEV
|
|
||||||
# MAP_MOUNTPATH_DEV
|
|
||||||
# MODULE_ERR
|
|
||||||
# MODULE_TXT
|
|
||||||
# RECIPE_STRING
|
|
||||||
# TARGET
|
# TARGET
|
||||||
|
# VAR_RECIPE_STRING
|
||||||
|
# VAR_SETUP_PART
|
||||||
|
# var_fs_options
|
||||||
# Arguments:
|
# Arguments:
|
||||||
# None
|
# None
|
||||||
###########################################################################################
|
#######################################
|
||||||
mount_partition() {
|
mount_partition() {
|
||||||
### Mount "/"-filesystem
|
### Mount "/"-filesystem
|
||||||
declare -r var_mount_path_root="/"
|
declare -r var_mount_path_root="/"
|
||||||
|
|||||||
Reference in New Issue
Block a user