Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Latest commit

 

History

History
6 lines (6 loc) · 146 Bytes

grub_usb.md

File metadata and controls

6 lines (6 loc) · 146 Bytes
# mkfs.ext3 -v -L "blah" /dev/<device>
# mount /dev/<device> /mnt
# cd /mnt
# grub-install  --no-floppy  --root-directory=. /dev/<device>