summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoru <u@billy>2022-01-10 16:55:04 -0500
committeru <u@billy>2023-11-17 08:44:10 -0500
commit675343085590618cd61cbd79e1c29b916943448c (patch)
tree4e4217536aff3f6ef0dc8af80719a9dff4a41118 /src
parent05fe46b29f15ef13eda4766ec85a2b90b30670dd (diff)
partvi: show grub-install runtime
Diffstat (limited to 'src')
-rwxr-xr-xsrc/partvi4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partvi b/src/partvi
index 7d8fe5b..a0ac679 100755
--- a/src/partvi
+++ b/src/partvi
@@ -404,5 +404,5 @@ $sudo kpartx -su "$whole"
404 404
405iterate_partitions copy_data_to_mounted_target_filesystems 405iterate_partitions copy_data_to_mounted_target_filesystems
406 406
407loudly $sudo eatmydata -- grub-install --target=i386-pc --recheck --boot-directory="$BOOT_DIR" "$whole" 407time loudly $sudo eatmydata -- grub-install --boot-directory="$BOOT_DIR" "$whole" --target=i386-pc
408loudly $sudo eatmydata -- grub-install --target=x86_64-efi --recheck --removable --efi-directory="$EFI_DIR" --boot-directory="$BOOT_DIR" "$whole" || true 408time loudly $sudo eatmydata -- grub-install --boot-directory="$BOOT_DIR" "$whole" --target=x86_64-efi --removable --efi-directory="$EFI_DIR" || true