diff options
-rw-r--r-- | src/core/procedures/automatic | 2 |
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 } |