This website works better with JavaScript.
Explore
Help
Sign In
Lubuntu
/
livecd-rootfs
mirror of
https://git.launchpad.net/livecd-rootfs
Watch
3
Star
0
Fork
You've already forked livecd-rootfs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
53ccadc770
livecd-rootfs
/
live-build
/
ubuntu-core
/
hooks
/
11-remove-extra-packages.ch...
8 lines
78 B
Raw
Normal View
History
Unescape
Escape
* live-build/auto/build: - system-image: collect the deivce.tar.gz * live-build/ubuntu-core/hooks/09-move-kernel-to-device-tar.binary: - create a device.tar.gz from the installed kernel/modules and remove it from the rootfs * live-build/ubuntu-core/hooks/10-remove-documentation.binary: - strip documentation * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: - remove extra packages like libicu52/libqt that are still on the image because vivid system-image has a dependency on u-d-m which depends on libqt * live-build/ubuntu-core/hooks/12-add-docker-user.chroot: - add a docker user/group into the image (this can go once we have a hook for this)
10 years ago
#!/bin/sh
set -e
# we want a really minimal image
do not leave some packages in ^rc state on snappy/ubuntu-core (LP: #1428115). Thanks to Daniel Holbach
10 years ago
apt-get purge -y locales
* live-build/auto/build: - system-image: collect the deivce.tar.gz * live-build/ubuntu-core/hooks/09-move-kernel-to-device-tar.binary: - create a device.tar.gz from the installed kernel/modules and remove it from the rootfs * live-build/ubuntu-core/hooks/10-remove-documentation.binary: - strip documentation * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: - remove extra packages like libicu52/libqt that are still on the image because vivid system-image has a dependency on u-d-m which depends on libqt * live-build/ubuntu-core/hooks/12-add-docker-user.chroot: - add a docker user/group into the image (this can go once we have a hook for this)
10 years ago