support for swap files
Bug #82351 reported by
mon
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
partman-basicfilesystems (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned | ||
Bug Description
Binary package hint: ubiquity
Hi
i think it would be nice if ubiquity could support swap files instead (or as well as) swap partitions. Without LVM by default creating a swap partition is not ideal whereas you can easily create a swap file in / or somewhere else and mount it under fstab. AFAIK there are no performance issues on using one alternative instead of the other.
I usually do it just after an installation following:
https:/
thanks
Changed in ubiquity: | |
importance: | Undecided → Wishlist |
status: | Unconfirmed → Confirmed |
To post a comment you must log in.
I support the logic in this bug.
Personally, I prefer swap files rather than partitions in that it gives me more flexibility with the size and location of my swap space.
When I do not create a swap partition at installation time, the installer warns that I have not specified a swap partition, and questions whether I would like to go back and create one.
I suggest that this process is enhanced, such that if no swap partition is detected, first ask the user if a swap file should to be created. After the partitioning and formatting, dd some /dev/zero to a file, mkswap, swapon, and buffer a configuration line to be added to /etc/fstab
Is this doable for Intrepid?