|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../mkinitramfs/mkinitramfs.conf |
|
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2007 - 2012 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -25,5 +25,3 @@ if [ -s "$initrd_img" ]; then
|
|
|
|
|
else |
|
|
|
|
echo_warning "No initrd.img found." |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
hook_add postmake 5 "overlay_apply '$confdir/install'" |
|
|
|
|