diff options
Diffstat (limited to 'mkinitramfs')
| -rwxr-xr-x | mkinitramfs | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinitramfs b/mkinitramfs index 0fc45db..355ec9c 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -221,7 +221,7 @@ ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin  ln -s /lib/klibc-*.so ${DESTDIR}/lib  rm -f ${DESTDIR}/bin/kinit* ${DESTDIR}/bin/gzip -copy_exec /usr/share/initramfs-tools/init /init +cp -p /usr/share/initramfs-tools/init /init  # add existant boot scripts  for b in $(cd /usr/share/initramfs-tools/scripts/ && find . \ @@ -239,7 +239,7 @@ for b in $(cd "${CONFDIR}/scripts" && find . \  done  echo "DPKG_ARCH=${DPKG_ARCH}" > ${DESTDIR}/conf/arch.conf -copy_exec "${CONFDIR}/initramfs.conf" /conf +cp -p "${CONFDIR}/initramfs.conf" /conf  for i in ${EXTRA_CONF}; do  	if [ -e "${CONFDIR}/conf.d/${i}" ]; then  		copy_exec "${CONFDIR}/conf.d/${i}" /conf/conf.d  | 
