mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-10 01:08:28 +02:00
installer: add partitions as installation source
This add compatiblity for rufus usb-keys that convert the iso to fat or ntfs partition. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -31,7 +31,7 @@ install() {
|
||||
|
||||
# Filesystem support
|
||||
inst_multiple parted mkswap mke2fs mkreiserfs mkfs.xfs mkfs.vfat
|
||||
instmods ext4 iso9660 reiserfs vfat xfs
|
||||
instmods ext4 iso9660 reiserfs vfat xfs ntfs3
|
||||
|
||||
# Extraction
|
||||
inst_multiple tar gzip zstd
|
||||
|
||||
Reference in New Issue
Block a user