busybox: create /etc/issue

This commit is contained in:
Stephan Raue 2009-09-19 21:45:38 +02:00
parent 5222606ad6
commit 75cec350da

View File

@ -22,6 +22,7 @@ if [ "$2" = system ]; then
cp $PKG_DIR/config/passwd $INSTALL/etc
cp $PKG_DIR/config/group $INSTALL/etc
cp $PKG_DIR/config/sysconfig $INSTALL/etc
echo $ISSUE > $INSTALL/etc/issue
mkdir -p $INSTALL/usr/share/udhcpc
cp $PKG_DIR/scripts/udhcp.script $INSTALL/usr/share/udhcpc/default.script