mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user