From 3f8d4a3f0f491a0f477ad32ff30ba4f571813897 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 11 Nov 2014 08:53:08 -0500 Subject: build: Remove installed .dat files of images --- diff --git a/build b/build index c8931ff..a9a6ec5 100755 --- a/build +++ b/build @@ -13,7 +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 + rm dest/boot/coffee.bmp dest/boot/debian*.bmp dest/boot/*.dat # Remove unneeded Perl and Bash scripts. set -e; \ for script in keytab-lilo liloconfig lilo-uuid-diskid mkrescue; do \ -- cgit v0.9.1