[PATCH] Python's octals changed; mount's didn't.

Martin Kolman mkolman at redhat.com
Mon Jul 14 17:40:15 UTC 2014



----- Original Message -----
> From: "Peter Jones" <pjones at redhat.com>
> To: anaconda-patches at lists.fedorahosted.org
> Sent: Monday, July 14, 2014 7:18:22 PM
> Subject: [PATCH] Python's octals changed; mount's didn't.
> 
> Signed-off-by: Peter Jones <pjones at redhat.com>
> ---
>  pyanaconda/kickstart.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
> index 654213a..d5cefff 100644
> --- a/pyanaconda/kickstart.py
> +++ b/pyanaconda/kickstart.py
> @@ -1085,7 +1085,7 @@ class PartitionData(commands.partition.F18_PartData):
>                  ty = "macefi"
>              else:
>                  ty = "EFI System Partition"
> -                self.fsopts =
> "defaults,uid=0,gid=0,umask=0o077,shortname=winnt"
> +                self.fsopts =
> "defaults,uid=0,gid=0,umask=077,shortname=winnt"
>          else:
>              if self.fstype != "":
>                  ty = self.fstype
> --
> 1.9.3
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 
Oops! :P
Patch looks good, ACK!


More information about the anaconda-patches mailing list