summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 85837fc..510b1f6 100755
--- a/draklive
+++ b/draklive
@@ -400,7 +400,7 @@ sub mount_system_fs {
sub umount_system_fs {
my ($live) = @_;
- eval { fs::mount::umount($live->get_system_root . $_) } foreach qw(/proc/bus/usb /proc /sys);
+ eval { fs::mount::umount($live->get_system_root . $_) } foreach qw(/dev /proc/bus/usb /proc /sys);
}
sub umount_external_fs {