From 75682cc94006f6d697f92b7bef0fbdf396d13285 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 7 Apr 2006 03:50:08 +0000 Subject: [PATCH] - provide a better /etc/issue message --- build.sh | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index 85f5d83..787676f 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: build.sh,v 1.32 2006/04/03 19:33:56 mlhuang Exp $ +# $Id: build.sh,v 1.33 2006/04/03 20:07:45 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -119,12 +119,18 @@ echo "$PLC_BOOT_SSL_PORT" >$overlay/usr/bootme/BOOTPORT # Generate /etc/issue echo "* Generating /etc/issue" mkdir -p $overlay/etc -( - echo "$FULL_VERSION_STRING" - echo 'Kernel \r on an \m' - echo - echo -) >$overlay/etc/issue +cat >$overlay/etc/issue <