Ack, good point thanks - I updated the patch to:
@@ -87,7 +87,9 @@
fi
# base-passwd defines gid 46 as group plugdev
if [ "$method" != efi ]; then
- options="$options,umask=007,gid=46"
+ if ! ([ "$mountpoint" =
"/boot/firmware" ] && grep -sq "Raspberry Pi" /proc/device-tree/model); then
+
options="$options,umask=007,gid=46"
+ fi
fi
echo "$path" "$mountpoint" vfat $options 0 1
fi
@adamsmith can you test with this patch to make sure it fixes the install
problem? I have builds of partman-basicfilesystems in this ppa:
https://launchpad.net/~ddstreet/+archive/ubuntu/lp1770093
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1770093
Title:
Ubiquity crashes with mount points that are FAT16/32
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-basicfilesystems/+bug/1770093/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs