linuxconf writes: "/dev/sda5 /mnt/d vfat exec,dev,suid,rw,perm=007 1 1" in /etc/fstab instead of: "/dev/sda5 /mnt/d vfat exec,dev,suid,rw,umask=007 1 1" And "perm" doesn't exist according to the mount man pages and it also doesn't work. So you've got to mannualy edit the /etc/fstab file and change "perm" into "umask".
Confirmed in test lab. Perm has no effect with a mount statement.
Added Jacques to the CC list so that he can fix it.
should be fixed in linuxconf-1.14-3 package; patch sent to Jacques
Jacques accepted patch for 1.14r2.1