Skip to content

mxgrub: Add target to grub install line in warning #179

Merged
merged 1 commit into from
May 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mxgrub/mxgrub
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sub check_grub_installation {

Consider updating the boot-loader with:

grub-install --boot-directory=/boot $root_dev[1]
grub-install --target=i386-pc --boot-directory=/boot $root_dev[1]

EOF
}
Expand Down