This website requires JavaScript.
Explore
Help
Sign In
Lubuntu
/
livecd-rootfs
Watch
3
Star
0
Fork
0
You've already forked livecd-rootfs
mirror of
https://git.launchpad.net/livecd-rootfs
synced
2025-02-10 04:37:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
livecd-rootfs
/
live-build
/
ubuntu-core
/
hooks
/
11-remove-extra-packages.chroot
8 lines
78 B
Plaintext
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)
2014-11-14 08:47:39 +01:00
#!/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
2015-03-04 16:25:29 +01:00
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)
2014-11-14 08:47:39 +01:00
Reference in New Issue
Copy Permalink