[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.



>>           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]