You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new special grub_bios bootloader option that builds a MBR-compatible (but still GPT-based) partition layout with GRUB.
Katsu should now attempt to generate a GRUB 2 configuration file at /boot/grub2/grub.cfg if the image is configured to use GRUB as its bootloader.
Adds a new "filesystem" format none, a special flag to completely skip partitioning for a partition.
Adds new special handling for partitions without mountpoints, they will now be skipped completely. Use - or an empty string as the mountpoint value to skip mounting the partition on installation.
Breaking Changes
You can no longer use an empty string ("") to specify a partition's mountpoint to root (/). This will now simply skip the mounts for that partition entirely.