mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 07:32:22 +00:00
Removing debian assets from the final image
This commit is contained in:
parent
59a6218557
commit
53dcbdad2b
24
live-build/ubuntu-core/hooks/600-no-debian.binary
Executable file
24
live-build/ubuntu-core/hooks/600-no-debian.binary
Executable file
@ -0,0 +1,24 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# removing debian packaging artifacts
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
echo "I: Removing the debian legacy"
|
||||||
|
|
||||||
|
PREFIX=binary/boot/filesystem.dir
|
||||||
|
|
||||||
|
# dpkg-deb and dpkg purposefully left behind
|
||||||
|
(cd $PREFIX
|
||||||
|
chroot . dpkg --purge apt
|
||||||
|
rm -r \
|
||||||
|
var/lib/dpkg \
|
||||||
|
var/log/apt
|
||||||
|
rm \
|
||||||
|
usr/bin/dpkg-query \
|
||||||
|
usr/bin/dpkg-split \
|
||||||
|
usr/bin/dpkg-divert \
|
||||||
|
usr/bin/dpkg-trigger \
|
||||||
|
usr/bin/dpkg-statoverride \
|
||||||
|
usr/bin/dpkg-maintscript-helper
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user