[Bug 540401] Re: Don't set 2,5 GB as default minimum required disk
Adolfo Jayme Barrientos
fitoschido at gmail.com
Fri May 17 01:08:31 UTC 2013
** Changed in: ubiquity (Ubuntu)
Importance: Undecided => Low
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/540401
Title:
Don't set 2,5 GB as default minimum required disk
Status in “ubiquity” package in Ubuntu:
New
Bug description:
Binary package hint: ubiquity
in file:
/lib/partman/automatically_partition/10resize_use_free/do_option
There is a line:
maxsize="$(expr "$maxsize" - \( 2 \* 1024 + 510 \) \* 1024 \* 1024)"
That sets 2,5 GB as default minimum size for new Ubuntu partition.
With new filesystem.size file (/cdrom/casper/filesystem.size) we can
calculate this.
This bug don't appear to affect the normal Ubuntu CDROM isos, but
derivate DVD based on Ubuntu could need at least 8GB.
I propose:
maxsize= maxsize - (filesystem.size + [510 or 1020] )
.
Users can use more than this minimum, but its a failsafe setting.
Our derivative overwrite: http://bit.ly/9s5sdl
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/540401/+subscriptions
More information about the foundations-bugs
mailing list