diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-03-01 11:18:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-03-01 11:18:17 +0000 |
commit | 43cbd821058f2cef0cb1485e87c894c906a54a71 (patch) | |
tree | e6d89eb180efdd9ec76462c987134b7b54b06417 /Makefile | |
parent | 9ce77d96e0f2a1b7c9e1e3cdac68377b7dccc3db (diff) | |
download | bootsplash-43cbd821058f2cef0cb1485e87c894c906a54a71.tar bootsplash-43cbd821058f2cef0cb1485e87c894c906a54a71.tar.gz bootsplash-43cbd821058f2cef0cb1485e87c894c906a54a71.tar.bz2 bootsplash-43cbd821058f2cef0cb1485e87c894c906a54a71.tar.xz bootsplash-43cbd821058f2cef0cb1485e87c894c906a54a71.zip |
use cpio-filter to remove bootsplash from initrd without being root
(removing a file using cpio implies "cpio -i" then "cpio -o", but devices can't be created as non-root)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME=bootsplash -VERSION := 3.2.4 +VERSION := 3.2.5 SUBDIRS=scripts fb fbmngplay fbtruetype splash po FILES=$(SUBDIRS) Makefile ChangeLog README |