lp://staging/~jamesodhunt/ubuntu/precise/friendly-recovery/system-symmary-add-lvm+apt
- Get this branch:
- bzr branch lp://staging/~jamesodhunt/ubuntu/precise/friendly-recovery/system-symmary-add-lvm+apt
Branch merges
- Stéphane Graber: Pending requested
-
Diff: 354 lines (+179/-22)5 files modifiedREADME (+1/-1)
debian/changelog (+8/-0)
lib/recovery-mode/options/system-summary (+51/-1)
po/de.po (+47/-10)
po/friendly-recovery.pot (+72/-10)
Branch information
- Owner:
- James Hunt
- Status:
- Development
Recent revisions
- 30. By James Hunt
-
* README: Fixed typo.
* lib/recovery-mode/options/ system- symmary: added brief LVM and APT
summaries. - 29. By Stéphane Graber
-
* Fix failsafeX (thanks to James Hunt)
* Add new system-summary script, trying to give some useful information
about the system
* Add 'apt-get autoremove' to the clean script
* Update translations - 28. By Stéphane Graber
-
* Upload the right version of recovery-menu
(previous upload was a debug version ...)
* Better handle the fsck case by having it be a one-time option that
can only be triggered from read-only mode. - 27. By Stéphane Graber
-
* Rework of the menu
- All options are now displayed again.
- Filesystem state (read-only or read/write) is displayed in the title.
- User is prompted the first time they access an option requiring
read/write access to the filesystem.
- netroot option was dropped and replaced by a new network option
that tries to configure the network by calling ifupdown,
Network Manager and falling back to regular dhclient.
- A warning is now shown when the user wants to resume the boot
sequence warning them that some X drivers don't work when the
system was booted without KMS. Recommending the user to reboot in
that case. - 26. By Stéphane Graber
-
Replace remaining call to basename (/usr/bin/basename) by a bashism.
To avoid using anything from /usr in friendly-recovery. - 25. By Stéphane Graber
-
* Update upstart job
- Make sure to deal with anything failing (upstarts run with set -e)
* Update l10n.sh
- If /usr/share/locale doesn't exist, define eval_gettext as a simple
echo and return. - 24. By Stéphane Graber
-
* Update upstart job
- Drop all the || null in pre-start and replace by a final exit 0
- Start setvtrgb from pre-start
- Emit mounted MOUNTPOINT=/run from pre-start (to start resolvconf)
- Start udev from pre-start
- Manually call udevadm trigger/settle from pre-start (upstart job hangs)
- Turn off kernel output before showing the menu to avoid screen corruption - 23. By James Hunt
-
debian/
friendly- recovery. upstart: Add missing emits stanzas
to avoid breaking 'initctl check-config' (LP: #888095). - 22. By Stéphane Graber
-
* Update upstart job
- Replace tabs by spaces from last change (for consistency)
- Start hostname and console-setup from pre-start (LP: #524605, LP: #782872) - 21. By Stéphane Graber
-
* Check for whiptail earlier in friendly-recovery to avoid noise
related to /usr being on another file system. (LP: #852266)
* Update dpkg option to work with newer versions of python. (LP: #77524)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/precise/friendly-recovery