diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | lilo.pkg/files | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ install: build oh-autoinstall install -m 0755 ../install-lilo.sh dest/sbin/install-lilo rm dest/etc/*/p*.d/* dest/etc/lilo.conf_example + rm dest/boot/coffee.bmp dest/boot/debian*.bmp # Remove unneeded Perl and Bash scripts. set -e; \ for script in keytab-lilo liloconfig lilo-uuid-diskid mkrescue; do \ diff --git a/lilo.pkg/files b/lilo.pkg/files index da5ca21..758a0f8 100644 --- a/lilo.pkg/files +++ b/lilo.pkg/files @@ -1 +1,2 @@ +/boot/*.bmp /sbin/ |