mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
added new motd
This commit is contained in:
parent
ad8a4b41fe
commit
5fcb37f2a2
1 changed files with 12 additions and 0 deletions
12
build.sh
12
build.sh
|
@ -153,6 +153,18 @@ Debian GNU/Linux 7 $VERSION
|
|||
|
||||
EOT
|
||||
|
||||
# update /etc/motd
|
||||
cat > $DEST/output/sdcard/etc/motd <<EOF
|
||||
_ _ _ _
|
||||
___ _ _ | |__ (_) ___ | |_ _ __ _ _ ___ | | __
|
||||
/ __|| | | || '_ \ | | / _ \| __|| '__|| | | | / __|| |/ /
|
||||
| (__ | |_| || |_) || || __/| |_ | | | |_| || (__ | <
|
||||
\___| \__,_||_.__/ |_| \___| \__||_| \__,_| \___||_|\_\
|
||||
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
# apt list
|
||||
cat <<EOT > $DEST/output/sdcard/etc/apt/sources.list
|
||||
deb http://http.debian.net/debian wheezy main contrib non-free
|
||||
|
|
Loading…
Reference in a new issue