CreateImageWizard: allow /boot fs customization

This commit is contained in:
Sanne Raymaekers 2022-11-09 10:50:52 +01:00
parent c49d96871a
commit b4b9b0e15b

View file

@ -12,6 +12,7 @@ const MountPoint = ({ ...props }) => {
// check '/' last!
const validPrefixes = [
'/app',
'/boot',
'/data',
'/home',
'/opt',