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-11 13:17:21 +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
Import patches-unapplied version 2.267 to ubuntu/vivid-proposed Imported using git-ubuntu import. Changelog parent: 50aa7ff1c2c14ba7e453dcae26a7a68170d009fc New changelog entries: * live-build/auto/config: - system-image: do not install ubuntu-minimal - system-image: install KERNEL_FLAVOURS=virtual on i386/amd64 - system-image: use "--linux-packages=linux-image" - add click-hook-framework * 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 13:06:19 +01:00
#!/bin/sh
set -e
# we want a really minimal image
Import patches-unapplied version 2.291 to ubuntu/vivid-proposed Imported using git-ubuntu import. Changelog parent: d43f1aeb9c4becad068fdd3e57739dc0ec26f63f New changelog entries: [ Michael Vogt ] * do not leave some packages in ^rc state on snappy/ubuntu-core (LP: #1428115). Thanks to Daniel Holbach [ Oliver Grawert ] * put FLASH_KERNEL_SKIP=true into /etc/environment on phones, this will prevent the systems from trying to flash an updated initrd automatically in case you call update-initramfs or install your own kernel package on a nexus device where this is supported, please call flash-kernel manually after unsetting the variable in your work environment.
2015-03-06 21:14:11 +01:00
apt-get purge -y locales
Import patches-unapplied version 2.267 to ubuntu/vivid-proposed Imported using git-ubuntu import. Changelog parent: 50aa7ff1c2c14ba7e453dcae26a7a68170d009fc New changelog entries: * live-build/auto/config: - system-image: do not install ubuntu-minimal - system-image: install KERNEL_FLAVOURS=virtual on i386/amd64 - system-image: use "--linux-packages=linux-image" - add click-hook-framework * 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 13:06:19 +01:00
Reference in New Issue
Copy Permalink