Skip to content

Instantly share code, notes, and snippets.

View gorhill's full-sized avatar

Raymond Hill gorhill

  • Canada / Québec
View GitHub Profile
#!/bin/sh
DEVICE=sdf
mkfs.vfat -n multipass01 /dev/$DEVICE1
mount /dev/$DEVICE1 /mnt/
grub-install --no-floppy --root-directory=/mnt /dev/$DEVICE