From 8e08d3ebd28b3ddd3f56c8e1c4618d5354d932f8 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 29 Apr 2007 21:33:56 +0000 Subject: Fixed error from removing of "MAC", check the usage of macaddr for XEN! Gave more room for SLX version string. The variable $DISTRO is to be filled in with the export name (to be compatible with directory naming of config directories ...), see BootRootVerzeichnisse for that ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@965 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/servconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initramfs/initrd-stuff/bin/servconfig') diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig index 2354cfb8..ca1ccbb3 100755 --- a/initramfs/initrd-stuff/bin/servconfig +++ b/initramfs/initrd-stuff/bin/servconfig @@ -60,8 +60,8 @@ cp -a /rootfs/* /mnt 2>/dev/null # set greeting and add information on booted system (distro) len=$(expr length ${SLXVERSION}${DISTRO}) -vdstr="v${SLXVERSION}/${DISTRO})" -while [ $len -le 20 ] ; do +vdstr="V${SLXVERSION}/${DISTRO})" +while [ $len -le 28 ] ; do vdstr="$vdstr " len=$(expr $len + 1) done @@ -79,7 +79,7 @@ echo " | |_| | | | |___| | | | ____| | |___ / / _____/|__| |______|__| |__| |_______|______|__| |__| - Stateless Workstation ($vdstr (c) + Stateless Workstation ($vdstr (c) ">/mnt/etc/issue ############################################################################# -- cgit v1.2.3-55-g7522