Skip to content

Commit

Permalink
add INSTALL.usb.
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Oct 11, 2015
1 parent 3a68122 commit d1a6a53
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions INSTALL.usb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Rough steps to install on USB with a FAT partition, from a booted ISO:

We assume /dev/sda is the USB stick.

fdisk /dev/sda
mkfs.vfat -n VOID_LIVE
mount /dev/sda1 /mnt
rsync -avP -x /run/initramfs/live/ /mnt/
syslinux -d boot -i /dev/sda1
mkdir /mnt/boot/syslinux
mv /mnt/boot/isolinux /mnt/boot/syslinux
mv /mnt/boot/syslinux/isolinux.cfg /mnt/boot/syslinux/syslinux.cfg
dd if=/usr/lib/syslinux/bios/mbr.bin of=/dev/sda conv=notrunc

0 comments on commit d1a6a53

Please sign in to comment.