diff options
-rw-r--r-- | move/move.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 08c1ac228..e75dadf26 100644 --- a/move/move.pm +++ b/move/move.pm @@ -150,6 +150,7 @@ sub init { } #- free up stage1 memory + eval { fs::umount('/stage1/proc/bus/usb') }; fs::umount($_) foreach qw(/stage1/proc /stage1); #- devfsd needed for devices accessed by old names |