Skip to content
New issue

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

Add extra partition functionality. #31

Closed
suikan4github opened this issue Feb 23, 2022 · 1 comment
Closed

Add extra partition functionality. #31

suikan4github opened this issue Feb 23, 2022 · 1 comment
Assignees
Milestone

Comments

@suikan4github
Copy link
Owner

suikan4github commented Feb 23, 2022

Current Kaiten-yaki allows "bulk" partition for one OS. For example, It allows :

  • /
  • SWAP

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

  • anko
  • anko_home

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.

@suikan4github suikan4github added this to the v1.3.0 milestone May 7, 2022
suikan4github added a commit that referenced this issue May 7, 2022
Issue 31 : Add extra partition functionality.
#31
@suikan4github suikan4github self-assigned this May 7, 2022
@suikan4github
Copy link
Owner Author

Merged to develop. ready to release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant