diff options
Diffstat (limited to 'src/partvi')
-rwxr-xr-x | src/partvi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -353,8 +353,8 @@ do | |||
353 | esac | 353 | esac |
354 | done | 354 | done |
355 | 355 | ||
356 | loudly $sudo grub-install --target=i386-pc --recheck --boot-directory="$BOOT_DIR" "$whole" | 356 | loudly $sudo eatmydata -- grub-install --target=i386-pc --recheck --boot-directory="$BOOT_DIR" "$whole" |
357 | loudly $sudo grub-install --target=x86_64-efi --recheck --removable --efi-directory="$EFI_DIR" "$whole" | 357 | loudly $sudo eatmydata -- grub-install --target=x86_64-efi --recheck --removable --efi-directory="$EFI_DIR" "$whole" |
358 | 358 | ||
359 | for f in part*.conf | 359 | for f in part*.conf |
360 | do | 360 | do |