Skip to content

v0.9.0 - The Legacy update

Latest
Compare
Choose a tag to compare
@korewaChino korewaChino released this 11 Nov 06:11
· 1 commit to main since this release
04429b3

Changes

  • 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.