summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-02-11 19:39:59 +0800
committerIru Cai <mytbk920423@gmail.com>2021-02-11 19:39:59 +0800
commit5bb9d3187ba628159c3741f0ce77621ea7b0d7a1 (patch)
tree2505fb91e60cb2ef6163af3669c491db21d64bd1
parent178c82749f825c8d18e753b41025de6a3e752dbd (diff)
downloadliveusb-builder-5bb9d3187ba628159c3741f0ce77621ea7b0d7a1.tar.xz
update README.md
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90010d3..34202fb 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ You need these packages on your GNU/Linux system to use liveusb-builder.
- udevil: for mounting iso files
- wget: for downloading
- syslinux (recommended): bootloader for legacy BIOS
-- GRUB: bootloader for leagacy BIOS if there's no syslinux, and bootloader for UEFI
+- GRUB: bootloader for legacy BIOS if there's no syslinux, and bootloader for UEFI
For Arch Linux users, just install [liveusb-builder-git](https://aur.archlinux.org/packages/liveusb-builder-git/) from AUR.
@@ -125,6 +125,13 @@ At last, make the Live USB (we install Arch and Fedora 32 in it):
$ ./buildlive --boot /media/boot --root /media/root arch fedora/32
```
+## Experimental features
+
+I've made some experimental features that are not yet merged to the main source tree.
+
+- [metaiso](https://github.com/mytbk/liveusb-builder/tree/metaiso): support using a custom iso file for a certain distro
+- [ia32efi-test](https://github.com/mytbk/liveusb-builder/commits/ia32efi-test): support IA32 EFI
+
## Status
The resulting USB stick works on QEMU with PC BIOS (SeaBIOS), UEFI (OVMF), libreboot (i440fx, GRUB txtmode) as firmware.