diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-02 19:34:34 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-02 19:34:34 +0000 |
commit | 1e44416ee9804348f825851b2b831102c2561e47 (patch) | |
tree | c0d6c4d216fdeb11e8674ca158e76bc7eb55a812 /move/move.pm | |
parent | 2a2c9ad3968483eb5166bf5c4536c5e1e8a1573d (diff) | |
download | drakx-1e44416ee9804348f825851b2b831102c2561e47.tar drakx-1e44416ee9804348f825851b2b831102c2561e47.tar.gz drakx-1e44416ee9804348f825851b2b831102c2561e47.tar.bz2 drakx-1e44416ee9804348f825851b2b831102c2561e47.tar.xz drakx-1e44416ee9804348f825851b2b831102c2561e47.zip |
full stage1 may mount /proc/bus/usb
Diffstat (limited to 'move/move.pm')
-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 |