Merge lp:~jmarsden/ubiquity/lp775124 into lp:ubiquity
Proposed by
Jonathan Marsden
Status: | Work in progress |
---|---|
Proposed branch: | lp:~jmarsden/ubiquity/lp775124 |
Merge into: | lp:ubiquity |
Diff against target: |
34 lines (+12/-1) 2 files modified
debian/changelog (+6/-1) ubiquity/plugins/ubi-prepare.py (+6/-0) |
To merge this branch: | bzr merge lp:~jmarsden/ubiquity/lp775124 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Dimitri John Ledkov | Needs Resubmitting | ||
Evan (community) | Needs Fixing | ||
Review via email: mp+73963@code.launchpad.net |
Description of the change
Checks for Lubuntu or Xubuntu seeds, and if found, uses a more appropriate minimum free space determination of casper/
This allows these flavours to install on low disk space machines, including those with 4GB SSDs.
See LP bug #775124.
To test, install Lubuntu from LiveCD into a 4GB Virtualbox machine -- you cannot do so on current Lubuntu 11.04 or 11.10 Beta 1 LiveCD images because of this issue.
To post a comment you must log in.
Unmerged revisions
- 4926. By Jonathan Marsden
-
ubiquity/
plugins/ ubi-prepare. py: Allow low-resource- oriented
Ubuntu flavours to install in appropriate low disk space
environments. (LP: #775124)
This really ought to be done by having the Xubuntu and Lubuntu images
preseed a specific debconf template, rather than by checking for the
existence of preseed files at run-time.