[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, master, updated. 0.6-16-gfcd2394

Andreas B. Mundt andi at debian.org
Sun Jul 22 11:32:27 UTC 2012


The following commit has been merged in the master branch:
commit fcd239407c6631638e31fc9e0093522a16a26a24
Author: Andreas B. Mundt <andi at debian.org>
Date:   Sun Jul 22 11:12:18 2012 +0200

    Do not clear the screen after start up to keep messages available.
    
    This is essential to notice the admin about how to create the nfsroot
    after installation (cf. /etc/rc.local).

diff --git a/fai/config/scripts/DEBIAN/40-misc b/fai/config/scripts/DEBIAN/40-misc
index ef285e5..38feb38 100755
--- a/fai/config/scripts/DEBIAN/40-misc
+++ b/fai/config/scripts/DEBIAN/40-misc
@@ -13,7 +13,7 @@ done
 fcopy -v /etc/hostname || echo $HOSTNAME > $target/etc/hostname
 ainsl -av /etc/mailname ${HOSTNAME}
 sed -i -e "s/^UTC.*/UTC=${UTC}/" $target/etc/default/rcS
-sed -i -e 's#/sbin/getty 38400#/sbin/getty -f /etc/issue.linuxlogo 38400#' ${target}/etc/inittab
+sed -i -e 's#/sbin/getty 38400#/sbin/getty --noclear -f /etc/issue.linuxlogo 38400#' ${target}/etc/inittab
 
 [ $FAI_ACTION = "softupdate" ] || cp /etc/fai/fai.conf $target/etc/fai/fai.conf
 ainsl -av /etc/fai/fai.conf "FAI_CONFIG_SRC=$FAI_CONFIG_SRC"

-- 
Debian-LAN development and packaging



More information about the debian-lan-devel mailing list