Skip to content

Minor fixes and bugs - Swapfile

Compare
Choose a tag to compare
@mdhorn mdhorn released this 27 Apr 23:37
· 100 commits to master since this release
  • Switched to creating default /var/swapfile instead of creating a swap partition #205
    • Both partition and swapfile can be created/coexist
    • Swapfile size can be set by command line or YAML
    • Command line defaults not changed; existing YAML results in the same generated content
  • Support Software RAID for root partition
    • /boot still required to be on physical media and formatted VFAT
  • Fix bug on media available
  • Now use and report media sizes in XiB
  • Added new linters: lll, goimports, whitespace
  • Refactor storage code
    • Broke larger method into smaller, self-contained methods
    • Reduce cyclomatic complexity
    • Implemented filters on BlockDevices
  • Remove unused code