From f3afa933d4776ae37b306409eee25f34b6b95d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Porcel?= Date: Fri, 28 Jan 2011 19:03:06 +0000 Subject: [PATCH 1/4] Enhance the handling of the console in the netboot linuxrc --- netboot/linuxrc.x | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netboot/linuxrc.x b/netboot/linuxrc.x index 8586ff6..dc4a9bf 100755 --- a/netboot/linuxrc.x +++ b/netboot/linuxrc.x @@ -14,6 +14,10 @@ BasicSetup() { CPYYEAR="$(echo ${MYDATE} | cut -c 1-4)" BBDATE="$(echo ${MYDATE} | cut -c 5-8)$(echo ${MYDATE} | cut -c 1-4)" DISDATE="$(echo ${MYDATE} | cut -c 7-8) $(echo ${MYDATE} | cut -c 5-6) $(echo ${MYDATE} | cut -c 1-4)" + + . /etc/initrd.defaults + # Clean input/output + exec >${CONSOLE} <${CONSOLE} 2>&1 } #//-------------------------------------------------------------------------------- From 92739b11f7fa3c22f68abeefb200a85db2ae8695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Porcel?= Date: Fri, 28 Jan 2011 19:06:57 +0000 Subject: [PATCH 2/4] Use shadow on netboot busybox config --- netboot/busy-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netboot/busy-config b/netboot/busy-config index 0691ff0..2aa4804 100644 --- a/netboot/busy-config +++ b/netboot/busy-config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.7.4 -# Thu Apr 16 15:04:31 2009 +# Tue Apr 13 21:28:34 2010 # CONFIG_HAVE_DOT_CONFIG=y @@ -372,8 +372,8 @@ CONFIG_MESG=y # Login/Password Management Utilities # CONFIG_FEATURE_SHADOWPASSWDS=y -# CONFIG_USE_BB_SHADOW is not set -# CONFIG_USE_BB_PWD_GRP is not set +CONFIG_USE_BB_SHADOW=y +CONFIG_USE_BB_PWD_GRP=y # CONFIG_ADDGROUP is not set # CONFIG_FEATURE_ADDUSER_TO_GROUP is not set # CONFIG_DELGROUP is not set From 23a949e5b586c70fa8ae2ec8032311335369c9fd Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 30 Jan 2011 18:09:41 +0100 Subject: [PATCH 3/4] Extend change log --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e9c797f..dd61413 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,13 @@ # Distributed under the GPL v2 # $Id$ + 30 Jan 2011; Sebastian Pipping ChangeLog: + Enhance console handling on netboot linuxrc (bug #353084) + Enable shadow on netboot's busybox config (bug #353085) + + Special thanks: + - Raúl Porcel + 29 Jan 2011; Sebastian Pipping genkernel: Bump version to 3.4.12.3 From ff1f87e88f1c85c3bbb9c3ca358a243e2da350a7 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 30 Jan 2011 18:10:16 +0100 Subject: [PATCH 4/4] Bump version to 3.4.12.4 --- ChangeLog | 3 +++ genkernel | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd61413..41181ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 30 Jan 2011; Sebastian Pipping genkernel: + Bump version to 3.4.12.4 + 30 Jan 2011; Sebastian Pipping ChangeLog: Enhance console handling on netboot linuxrc (bug #353084) Enable shadow on netboot's busybox config (bug #353085) diff --git a/genkernel b/genkernel index afe8fc4..18b08a5 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.12.3' +GK_V='3.4.12.4' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.