Type __install_partition_msdos*: allow --size + for any partition #235

Closed
opened 2021-11-20 15:22:09 +00:00 by ungleich-gitea · 4 comments

Created by: telmich

using + for the first partition breaks the setup, as it occupies all space and nothing is left for the other partitions.

*Created by: telmich* using + for the first partition breaks the setup, as it occupies all space and nothing is left for the other partitions.
ungleich-gitea added the
feature
documentation
Stale
labels 2021-11-20 15:22:09 +00:00
Author
Owner

closed

closed
Author
Owner

Created by: asteven

yes, just as it's supposed to be. no bug or problem here.
That's not how it's currenlty implemented. Partitions are created in order.

I would consider the current implementation of the disk partitioning as a proof-of-concept.
Defenatly room for improvment there.

*Created by: asteven* yes, just as it's supposed to be. no bug or problem here. That's not how it's currenlty implemented. Partitions are created in order. I would consider the current implementation of the disk partitioning as a proof-of-concept. Defenatly room for improvment there.
Author
Owner

Created by: telmich

If you use /dev/sda1 --size + and /dev/sda2 --size 2G, there is no space left for sda2 :-)

*Created by: telmich* If you use /dev/sda1 --size + and /dev/sda2 --size 2G, there is no space left for sda2 :-)
Author
Owner

Created by: asteven

hmmm, what did you expect + to do? I'd say thats excatly what it is supposed to do: use rest of disk

*Created by: asteven* hmmm, what did you expect + to do? I'd say thats excatly what it is supposed to do: use rest of disk
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#235
No description provided.