about summary refs log tree commit diff
path: root/INSTALL.usb
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-11 16:49:07 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-11 16:49:07 +0200
commitd1a6a534a546a7887235a8c20e59ec2571c4c9c5 (patch)
tree58e40dad4ebe120efe352c7ff718852a08893590 /INSTALL.usb
parent3a6812269893d1e89eef89e43effe233571e5020 (diff)
downloadhrmpf-d1a6a534a546a7887235a8c20e59ec2571c4c9c5.tar.gz
hrmpf-d1a6a534a546a7887235a8c20e59ec2571c4c9c5.tar.xz
hrmpf-d1a6a534a546a7887235a8c20e59ec2571c4c9c5.zip
add INSTALL.usb. v0.1.90.20151011
Diffstat (limited to 'INSTALL.usb')
-rw-r--r--INSTALL.usb14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL.usb b/INSTALL.usb
new file mode 100644
index 0000000..775bf46
--- /dev/null
+++ b/INSTALL.usb
@@ -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
+