Browse Source

mkinitramfs: install/ is applied automagically now

user/amery/next/uclibc
Alejandro Mery 12 years ago
parent
commit
cc4117533f
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      base/mkinitramfs/mkinitramfs.conf

+ 1
- 3
base/mkinitramfs/mkinitramfs.conf

@ -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'"

Loading…
Cancel
Save