summaryrefslogtreecommitdiff
path: root/src/core/procedures
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-03-13 21:59:17 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-03-13 21:59:17 +0100
commitb6aad22d8c0657d9205314b176e31878ffbc46a4 (patch)
tree5fa47433d3f4b4ce5a2820a20e83ef0cb28580e7 /src/core/procedures
parent06e6aa5d5eaa01ff7a371a66c88da8568f7f7e68 (diff)
grub-install invocation fix
Diffstat (limited to 'src/core/procedures')
-rw-r--r--src/core/procedures/automatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic
index 65174de..b0e327a 100644
--- a/src/core/procedures/automatic
+++ b/src/core/procedures/automatic
@@ -125,5 +125,5 @@ worker_auto_network () {
worker_install_bootloader ()
{
- grub_install $var_GRUB_DEVICE --root-directory=/mnt
+ grub-install $var_GRUB_DEVICE --root-directory=/mnt
}