>> elif pd.mountpoint == "/boot/efi": >> - filesystem = fileSystemTypeGet("efi") >> - fsopts = "defaults,uid=0,gid=0,umask=0077,shortname=winnt" >> + type = "vfat" >> + pd.fsopts = "defaults,uid=0,gid=0,umask=0077,shortname=winnt" > > Are we just using vfat for the filesystem type identifier for /boot/efi now? Yeah, there's really nothing special about /boot/efi except that it's vfat and that it's mounted on /boot/efi. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list