base-files: updated for nabia
This commit is contained in:
parent
db06ee0f37
commit
c6e7f08f7d
1 changed files with 6 additions and 6 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=2
|
VERSION=3
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -27,7 +27,7 @@ CODENAMECAPS=$(echo $CODENAME | /bin/sed -e "s/\b\(.\)/\u\1/g")
|
||||||
find -name *motd-news* -delete
|
find -name *motd-news* -delete
|
||||||
sed '/motd-news/d' -i debian/rules
|
sed '/motd-news/d' -i debian/rules
|
||||||
|
|
||||||
cat << EOF > update-motd.d/01-banner
|
cat << EOF > motd/01-banner
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "\
|
echo "\
|
||||||
___ ___ ___ ___ ___ ___ ___
|
___ ___ ___ ___ ___ ___ ___
|
||||||
|
|
@ -44,13 +44,13 @@ echo "\
|
||||||
"
|
"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat << EOF > update-motd.d/10-help-text
|
cat << EOF > motd/10-help-text
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Welcome to Trisquel GNU/Linux"
|
echo "Documentation: https://trisquel.info/wiki/"
|
||||||
echo "Documentation: http://trisquel.info/wiki/"
|
echo "Support forum: https://trisquel.info/forum/"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod 755 update-motd.d/*
|
chmod 755 motd/*
|
||||||
|
|
||||||
cat << EOF > etc/legal
|
cat << EOF > etc/legal
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue