summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-03-14 16:44:48 -0400
committerPeter Jones <pjones@pjones2.localdomain>2008-03-14 16:44:48 -0400
commit4e711321b4c29481c97dceb718fe7c3543cf208f (patch)
tree7d100f51a2ba3668786f76e752134516b11686d9 /fsset.py
parentd3318f4d50e9558cb06699711c55d0d5bfa919bb (diff)
downloadanaconda-4e711321b4c29481c97dceb718fe7c3543cf208f.tar.gz
anaconda-4e711321b4c29481c97dceb718fe7c3543cf208f.tar.xz
anaconda-4e711321b4c29481c97dceb718fe7c3543cf208f.zip
Use shortname=winnt instead of shortname=win95 when mounting /boot/efi
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index c853f4899..04b9222fe 100644
--- a/fsset.py
+++ b/fsset.py
@@ -977,7 +977,7 @@ class EFIFileSystem(FATFileSystem):
self.partedFileSystemType = parted.file_system_type_get("fat32")
self.partedPartitionFlags = [ parted.PARTITION_BOOT ]
self.maxSizeMB = 256
- self.defaultOptions = "uid=0,gid=0,umask=0077,shortname=win95"
+ self.defaultOptions = "uid=0,gid=0,umask=0077,shortname=winnt"
def getMountName(self, quoted = 0):
return "vfat"