We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current Kaiten-yaki allows "bulk" partition for one OS. For example, It allows :
So, it doesn't allow separated /home or /var. To be a better user operation, we should allow extra volume creation during the installation.
For example,
export LVROOTNAME=anko export USELVEXTRA1=1 export LVEXTRA1SUFFIX="_home" export USELVEXTR2=0 export LVEXTR2SUFFIX="_var"
In this case, the following LVs are created
In the overwrite mode, extra volume settings are just ignored. Existing volumes are untouched. And it should not be deleted in the cancelation.
In the non-overwrite mode, the extra volumes have to be created with specified volume size. And it should be deleted in the cancelation.
The text was updated successfully, but these errors were encountered:
Update CHANGELOG to describe issue #31.
121f195
Issue 31 : Add extra partition functionality. #31
Merged to develop. ready to release.
Sorry, something went wrong.
suikan4github
No branches or pull requests
Current Kaiten-yaki allows "bulk" partition for one OS. For example, It allows :
So, it doesn't allow separated /home or /var. To be a better user operation, we should allow extra volume creation during the installation.
For example,
In this case, the following LVs are created
In the overwrite mode, extra volume settings are just ignored. Existing volumes are untouched. And it should not be deleted in the cancelation.
In the non-overwrite mode, the extra volumes have to be created with specified volume size. And it should be deleted in the cancelation.
The text was updated successfully, but these errors were encountered: