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.
This commit is contained in:
parent
1e8cdd60a8
commit
7535bf7bc7
@ -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