From 30df90dd27d4227d22877e236618e50caf7e8f2e Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 21 Dec 2025 17:15:25 +0000 Subject: Support exfat in stage2 (mga#34843) We most likely should rewrite this part as we should not need to load the modules manually before mounting nowadays, so it could be made generic. --- perl-install/fs/mount.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/mount.pm b/perl-install/fs/mount.pm index 6afaa9260..65d4e6977 100644 --- a/perl-install/fs/mount.pm +++ b/perl-install/fs/mount.pm @@ -35,7 +35,7 @@ sub mount { $fs or log::l("not mounting $dev partition"), return; { - my @fs_modules = qw(btrfs ext3 ext4 f2fs hfs jfs nilfs2 nfs ntfs romfs reiserfs ufs xfs vfat); + my @fs_modules = qw(btrfs exfat ext3 ext4 f2fs hfs jfs nilfs2 nfs ntfs romfs reiserfs ufs xfs vfat); my @types = (qw(ext2 proc sysfs iso9660 devpts auto ntfs-3g), @fs_modules); push @types, 'smb', 'cifs', 'davfs2' if !$::isInstall; -- cgit v1.2.1