2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-18 15:25:46 +00:00

Merge pull request #223 from zer0def/master

Reapplied upstream PR #26
This commit is contained in:
multibootusb 2017-10-31 17:14:29 +05:30 committed by GitHub
commit 147c46a2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ from . import config
extlinux_path = os.path.join(multibootusb_host_dir(), "syslinux", "bin", "extlinux4")
syslinux_path = os.path.join(multibootusb_host_dir(), "syslinux", "bin", "syslinux4")
extlinux_fs = ["ext2", "ext3", "ext4", "Btrfs"]
syslinux_fs = ["vfat", "ntfs", "FAT32", "NTFS"]
extlinux_fs = ["ext2", "ext3", "ext4", "Btrfs", "ntfs", "NTFS"]
syslinux_fs = ["vfat", "FAT32"]
mbr_bin = resource_path(os.path.join("data", "tools", "mbr.bin"))