* Add btrfs support
* Fix bootloader path when rootfs is already btrfs
* Breaking change: remove --boot-directory
grub-mkrelpath is used instead
Co-authored-by: Bohan Yang <youthdna@live.com>
Co-authored-by: Bohan Yang <8384161+bohanyang@users.noreply.github.com>
@ -143,7 +143,6 @@ Otherwise, you can run this command to revert all changes made by the script:
* `--hold` Don't reboot or power off after installation
* `--hold` Don't reboot or power off after installation
* `--power-off` Power off after installation rather than reboot
* `--power-off` Power off after installation rather than reboot
* `--architecture <string>` e.g. `amd64`, `i386`, `arm64`, `armhf`, etc.
* `--architecture <string>` e.g. `amd64`, `i386`, `arm64`, `armhf`, etc.
* `--boot-directory <string>` Automatically set to `/` if there is an individual boot partition otherwise set to `/boot`. You can try to treak this if needed (for example setting subvolume for btrfs)