git-svn-id: http://svn.brehm-online.com/svn/my-stuff/initramfs/trunk@166
ec8d2aa5-1599-4edb-8739-
2b3a1bc399aa
cd $( dirname $0 ) || exit 1
-echo "Creating makefile.tmpl ..."
+echo_action "RM" "initramfs"
+rm -f initramfs
+
+echo_action "CREATE" 'makefile.tmpl'
cp makefile-core.tmpl makefile.tmpl
COUNTER=0
done >> makefile.tmpl
cat << EOF
-
-$COUNTER modules found for $KERNEL_VERSION
-
+ $COUNTER modules found for $KERNEL_VERSION
EOF
-echo "Creating initramfs ..."
+echo_action "CREATE" 'initramfs'
uid=$( id -u )
username=$( id -un )