mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-14 11:31: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(){
|
destructor(){
|
||||||
info "Unmount everything" &&
|
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."
|
warning "Failed."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user