summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-08-06 14:05:05 +0800
committerIru Cai <mytbk920423@gmail.com>2016-08-06 14:05:05 +0800
commitcf464558254ebaf20ffdefe8b5885c24b713f0d4 (patch)
tree65aab0d98c74dbaca6dc5a7619c1449e69ee74e7
parent25545a33aab48c1c9780e5a634d5f94d623f8930 (diff)
downloadliveusb-builder-cf464558254ebaf20ffdefe8b5885c24b713f0d4.tar.xz
update README.md
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6c2af6d..4e1edce 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,20 @@ A script suite to create multiboot USB stick for GNU/Linux distributions
## dependencies
- udevil: for mounting iso files
-- wget or curl: for downloading
+- wget: for downloading
+- GRUB with BIOS and UEFI support
## usage
-./buildlive --root=/mnt/ \<a list of distros\>
+First mount your USB drive partition. I recommend using udevil so that you can write files without as root.
+
+Then run buildlive script as follows, suppose your USB is /dev/sdb and /dev/sdb1 is mount to /media/sdb1:
+
+```
+# install Arch, Mint (x86_64 with MATE Desktop) and Fedora to USB
+./buildlive --root=/media/sdb1 --dev=/dev/sdb arch mint/mate/64 fedora
+```
+
+## status
+
+The resulting USB stick works on QEMU with PC BIOS (SeaBIOS), UEFI (OVMF), libreboot (i440fx, GRUB txtmode) as firmware.