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
|
EOT
|
||||||
|
|
||||||
|
# update /etc/motd
|
||||||
|
cat > $DEST/output/sdcard/etc/motd <<EOF
|
||||||
|
_ _ _ _
|
||||||
|
___ _ _ | |__ (_) ___ | |_ _ __ _ _ ___ | | __
|
||||||
|
/ __|| | | || '_ \ | | / _ \| __|| '__|| | | | / __|| |/ /
|
||||||
|
| (__ | |_| || |_) || || __/| |_ | | | |_| || (__ | <
|
||||||
|
\___| \__,_||_.__/ |_| \___| \__||_| \__,_| \___||_|\_\
|
||||||
|
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
|
||||||
# apt list
|
# apt list
|
||||||
cat <<EOT > $DEST/output/sdcard/etc/apt/sources.list
|
cat <<EOT > $DEST/output/sdcard/etc/apt/sources.list
|
||||||
deb http://http.debian.net/debian wheezy main contrib non-free
|
deb http://http.debian.net/debian wheezy main contrib non-free
|
||||||
|
|
Loading…
Add table
Reference in a new issue