From 28290d089856391b13fd29664edbc8caae6c5fcd Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 13 Apr 2006 18:06:22 +0000 Subject: [PATCH] install motd as motd.install --- etc/Makefile | 2 +- etc/motd.install | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100755 etc/motd.install diff --git a/etc/Makefile b/etc/Makefile index 5bf1be150..8f05dd616 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,7 +1,7 @@ ETC=/etc/ USRETC=/usr/etc/ -FILES1=fstab group hostname.file inet.conf motd mtab passwd profile protocols rc services termcap ttytab utmp rc.cd binary_sizes binary_sizes.big binary_sizes.xxl rc.rescue syslog.conf rc.daemons.dist +FILES1=fstab group hostname.file inet.conf motd.install mtab passwd profile protocols rc services termcap ttytab utmp rc.cd binary_sizes binary_sizes.big binary_sizes.xxl rc.rescue syslog.conf rc.daemons.dist FILES2=shadow FILES3=daily dhcptags.conf rc diff --git a/etc/motd.install b/etc/motd.install new file mode 100755 index 000000000..6ca3dc066 --- /dev/null +++ b/etc/motd.install @@ -0,0 +1,12 @@ + +To install X Windows, run 'packman' with the install CD still in the +drive. To start X Windows after you have installed it, login as root +and type: 'xdm'. For more information about configuring X Windows, see +www.minix3.org. + +If you do not have sufficient memory to run X Windows, standard MINIX 3 +supports multiple virtual terminals. Just use ALT+F1, F2, F3 and F4 to +navigate among them. + +To get rid of this message, edit /etc/motd. + -- 2.44.0