unminimize script is not restoring man-db
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Xenial |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Running the unminimize script from a minimal image (20180625 serial) results in a system that is missing man-db and potentially additional packages form ubuntu-standard. The script does restore the man pages, but an additional step of installing man-db is required to use them.
This applies to the 20180625 serial for both xenial and bionic.
The expectation is that unminimize would install man in addition to restoring the man pages.
Are there other packages from ubuntu-standard that should also be installed during unminimize?
[Impact]
* Users running the unminimized script on a minimal image may be confused by the end result. The unminimize text indicates "restores the content and packages that are found on a default Ubuntu server system", but this is not the case as only the existing packages are restored plus ubuntu-minimal.
[Test Case]
* Run the unminimize script from a minimal image.
[Regression Potential]
* The changes only impact the unminimize script written to minimal images. As such it will only impact minimal images and only users wishing to rehydrate the image.
[Other Info]
* Cloud images have been built using the linked livecd-rootfs branches. The kvm images are available under https:/
Related branches
- Philip Roche (community): Approve
- Robert C Jennings (community): Approve
- Ubuntu Core Development Team: Pending requested
-
Diff: 46 lines (+14/-3)2 files modifieddebian/changelog (+7/-0)
live-build/auto/build (+7/-3)
- Philip Roche (community): Approve
- Robert C Jennings (community): Approve
- Ubuntu Core Development Team: Pending requested
-
Diff: 46 lines (+14/-3)2 files modifieddebian/changelog (+7/-0)
live-build/auto/build (+7/-3)
- Łukasz Zemczak: Approve
-
Diff: 46 lines (+11/-3)2 files modifieddebian/changelog (+4/-0)
live-build/auto/build (+7/-3)
summary: |
- unminimize script is not restoring to ubuntu-server + unminimize script is not restoring man-db |
description: | updated |
description: | updated |
tags: | added: id-5b3530321a6de28db49ec39b |
description: | updated |
Workaround for the specific issue is to 'apt install man-db'.