Installer fuer ein read-only-Dateisystem angepasst.

mingetty entfernt, da wir agetty verwenden.
issue veraendert


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@396 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-25 15:36:43 +00:00
parent de297ec3fb
commit 0b59f25c65
12 changed files with 36 additions and 120 deletions

View File

@@ -75,7 +75,10 @@ $(TARGET) :
[ -f $$i ] && cp $$i /etc; \
done
touch /etc/mtab
echo "$(NAME) v$(VERSION) - $(SLOGAN)" > /etc/issue
echo "$(NAME) v$(VERSION) - $(SLOGAN)" > /etc/issue
echo "===============================" >> /etc/issue
echo "\n running on \s \r \m" >> /etc/issue
# Scripts
for i in `find $(DIR_SRC)/src/scripts -maxdepth 1 -type f`; do \