summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-04-03 09:20:19 +0800
committerIru Cai <mytbk920423@gmail.com>2019-04-03 09:22:58 +0800
commit4ea5c6e0cb2378964c2caf6dbb553df27d43cd7a (patch)
treed34313b08b419b6df4b4ca226512bc93fad0aa26
parentffce99173427b8b7538c63f7630c27ae387ec8a7 (diff)
downloadliveusb-builder-4ea5c6e0cb2378964c2caf6dbb553df27d43cd7a.tar.xz
add my presentation in README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e52c06e..c786f42 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ liveusb-builder is a script suite to create multiboot USB stick for GNU/Linux di
The source code is hosted on both [git.wehack.space](https://git.wehack.space/liveusb-builder/) and GitHub.
+A presentation in Chinese is at https://wehack.space/vimacs/liveusb-builder.odp.
+
## Features
- Multiboot support with syslinux and GRUB
@@ -32,7 +34,7 @@ Then run buildlive script as follows, suppose your USB is /dev/sdb and /dev/sdb1
```bash
# install Arch, Mint (x86_64 with MATE Desktop) and Fedora 28 to USB
-./buildlive --root=/media/sdb1 --dev=/dev/sdb arch mint/64/mate fedora/28
+./buildlive --root=/media/sdb1 arch mint/64/mate fedora/28
```
### The more customizable way: using a FAT32 boot partition and an ext2 data partition