summaryrefslogtreecommitdiffstats
path: root/rescue/install_bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/install_bootloader')
-rwxr-xr-xrescue/install_bootloader2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/install_bootloader b/rescue/install_bootloader
index 117b217e2..7328de1d2 100755
--- a/rescue/install_bootloader
+++ b/rescue/install_bootloader
@@ -67,4 +67,6 @@ if (!$auto) {
<STDIN> =~ /^n/i and exit 0;
}
+run_program::run('mount', '--bind', '/dev', "$::prefix/dev");
$install->();
+run_program::run('umount', "$::prefix/dev");