From 2ca594db0d1fe2ce19e4bd83d5fbd497cc390dc1 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 16 Sep 2023 08:04:26 +0200 Subject: T5511: drop empty hooks This is a roundup commit to 0be277647 ("T5511: Cleanup of unused directories (and files) in order to shrink image-size") that dropy empty/commented out live-build hook scripts. --- .../hooks/live/81-cleanup-etc-defaults.chroot | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 data/live-build-config/hooks/live/81-cleanup-etc-defaults.chroot (limited to 'data/live-build-config/hooks/live/81-cleanup-etc-defaults.chroot') diff --git a/data/live-build-config/hooks/live/81-cleanup-etc-defaults.chroot b/data/live-build-config/hooks/live/81-cleanup-etc-defaults.chroot deleted file mode 100755 index 554f74d9..00000000 --- a/data/live-build-config/hooks/live/81-cleanup-etc-defaults.chroot +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# Made obsolete by T5511, use rootfs/excludes instead. -# -## we use systemd to control ISC daemons from within vyos-1x -#FILES="/etc/default/isc-dhcp-server /etc/default/isc-dhcp-relay" -# -#for FILE in ${FILES} -#do -# if [ -f ${FILE} ]; then -# rm -f ${FILE} -# fi -#done - -- cgit v1.2.3