Let the user mount what he wants to /mnt/cambria and install Cambria on this mount point. The user also needs to make the fstab manually.
- need to separate fstab gen from
install.sh into a later sourced file fstab.sh
- filesystem creation and mounting needs to be separated into a separate function to allow the use of already created and mounted partitions
Let the user mount what he wants to
/mnt/cambriaand install Cambria on this mount point. The user also needs to make the fstab manually.install.shinto a later sourced filefstab.sh