Ubuntu installer doesn't allow setting swap higher than 2GB
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
partman-auto (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Installed Ubuntu 18.04 final release and I tried setting up a swap with the pre-seed config but the swap value fails to go above 2GB.
Here's my configuration:
```
## Partitioning regular
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string regular
d-i partman-
# Swap Memory
d-i partman-
d-i partman-
#d-i partman-
d-i partman-
# This makes partman automatically partition without confirmation, provided
d-i partman-
d-i partman/
d-i partman/confirm boolean true
d-i partman/
```
I've seen others facing similar issues and their recommendation was to use `d-i partman-
What we are expected to see if the swap value increase to 4GB as shown in the pre-seed config.
Possible related issue: https:/
Any help?