[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 6/9] Update the part command to work with the new storage code.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH 6/9] Update the part command to work with the new storage code.
- Date: Thu, 12 Mar 2009 09:40:13 -0400
>> 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]