swap partition wasnʻt created during xinux installation process #5
Labels
No labels
bug
duplicate
enhancement
fix
good first issue
help wanted
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xinux/xeonitte#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add swap creation to this section of the code
you can see how to create partition from these resources:
https://nixos.org/manual/nixos/stable/#sec-installation-manual-partitioning-formatting
https://github.com/xinux-org/distinst
Creating swap partition must be done by default with RAM/2 size (if RAM is 16 GB, then swap should be 8 GB). Also, user should be overwrite this while creating partitions by himself/herself in "advanced" or "murakkab" mode.