mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Deactivated mounting
This commit is contained in:
parent
913f7361c9
commit
a53ae1e762
@ -6,7 +6,7 @@ source "$(dirname "$(readlink -f "${0}")")/base.sh" || (echo "Loading base.sh fa
|
||||
|
||||
destructor(){
|
||||
info "Unmount everything" &&
|
||||
umount "$root_mount_path"/{dev/pts,dev,sys,proc,boot,} $boot_mount_path||
|
||||
umount "$root_mount_path"{dev/pts,dev,sys,proc,boot,} $boot_mount_path||
|
||||
warning "Failed."
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user