Skip to content

Commit

Permalink
Merge pull request #123 from billzhong/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
antonym authored Jan 28, 2025
2 parents 51024a7 + 3e79632 commit c3c2388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/booting/grub.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkdir /boot/images
cd /boot/images
wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso
ln -s /usr/share/grub/grub-mkconfig_lib /usr/lib/grub/grub-mkconfig_lib
#Download iamgeboot config file
#Download imageboot config file
wget https://raw.githubusercontent.com/formorer/grub-imageboot/529ac5d2bf91e7da8c31b9e15f37702127bddc1c/bin/60_grub-imageboot -O /etc/grub.d/60_grub-imageboot
chmod 755 /etc/grub.d/60_grub-imageboot
grub2-mkconfig -o /boot/grub2/grub.cfg
Expand Down

0 comments on commit c3c2388

Please sign in to comment.