浏览代码

More helpful motd

Bob Mottram 9 年前
父节点
当前提交
049808981e
共有 1 个文件被更改,包括 12 次插入3 次删除
  1. 12
    3
      src/freedombone-image-customise

+ 12
- 3
src/freedombone-image-customise 查看文件

143
     sed -i "/nameserver $NAMESERVER1/a\nameserver $NAMESERVER2" $rootdir/etc/resolv.conf
143
     sed -i "/nameserver $NAMESERVER1/a\nameserver $NAMESERVER2" $rootdir/etc/resolv.conf
144
 
144
 
145
     # change the motd to show further install instructions
145
     # change the motd to show further install instructions
146
-    echo '
147
-To complete the installation run the following:
146
+    echo "
147
+ .---.                  .              .
148
+ |                      |              |
149
+ |--- .--. .-.  .-.  .-.|  .-. .--.--. |.-.  .-. .--.  .-.
150
+ |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
151
+ '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
152
+
153
+                    Initial base install
154
+
155
+Your system is not yet installed. To complete the process run the
156
+following commands, then enter your details.
148
 
157
 
149
     sudo su
158
     sudo su
150
     freedombone menuconfig
159
     freedombone menuconfig
151
 
160
 
152
-' > $rootdir/etc/motd
161
+" > $rootdir/etc/motd
153
 }
162
 }
154
 
163
 
155
 configure_ssh() {
164
 configure_ssh() {