mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Use packaged unminimize in the ubuntu-server images
unminimize is currently present at /usr/local/sbin/unminimize, which is spit out by livecd-rootfs currently. We'd like to switch that to use the packaged unminimize, which will be at /usr/bin/unminimize instead. (cherry picked from commit 7535bf7bc729b52d28a0a5a44b3aa8362ca9397d)
This commit is contained in:
parent
0f837b9431
commit
c8ee3dddba
@ -12,7 +12,7 @@ esac
|
||||
|
||||
# Run the unminimize script to re-install packages with all dpkg filters removed and install packages
|
||||
# removed as part of minimization
|
||||
yes | /usr/local/sbin/unminimize
|
||||
yes | /usr/bin/unminimize
|
||||
|
||||
# Fix up missing recommends. Other non-layered flavors handle this in
|
||||
# live-build/auto/build, but we need to do it here. Also, there are
|
||||
|
Loading…
x
Reference in New Issue
Block a user