summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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.