|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: target/idunn/build-initramfs.in |
|
|
# Filename: target/idunn/build-initramfs.in |
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2008 - 2011 The OpenSDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
# |
|
|
# |
|
@ -34,7 +34,7 @@ initramfs_install_pattern() { |
|
|
local pkg="$1"; shift |
|
|
local pkg="$1"; shift |
|
|
|
|
|
|
|
|
case "$pkg" in |
|
|
case "$pkg" in |
|
|
linux26) |
|
|
|
|
|
|
|
|
linux) |
|
|
echo "-e '/\/\(source\|build\)$/d;' -e '/ boot\//d;' $@" |
|
|
echo "-e '/\/\(source\|build\)$/d;' -e '/ boot\//d;' $@" |
|
|
;; |
|
|
;; |
|
|
fhs) |
|
|
fhs) |
|
|