summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2022-05-24 22:04:17 +0800
committerIru Cai <mytbk920423@gmail.com>2022-05-24 23:59:05 +0800
commitec66632ec6601e89f8843231d4fae397cb88b98c (patch)
tree96e08f0f63a967b9617edbdf30aeb2d590b14319 /README.md
parentab499cb975263cf644166f8b4b10eb372c7f27d5 (diff)
downloadliveusb-builder-ec66632ec6601e89f8843231d4fae397cb88b98c.tar.xz
support udisks2 mount tool, fall back to system mount/unmount
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18cbad2..293ac0f 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@ A presentation in Chinese is at https://wehack.space/vimacs/liveusb-builder.odp.
You need these packages on your GNU/Linux system to use liveusb-builder.
- libarchive: for ISO image extraction
-- udevil: for mounting USB disk partitions
+- udisks2 (optional,recommended): for mounting USB disk partitions without being root
+- udevil (optional): for mounting USB disk partitions and ISO images without being root
- wget: for downloading
- syslinux (recommended): bootloader for legacy BIOS
- GRUB: bootloader for legacy BIOS if there's no syslinux, and bootloader for UEFI