From d5d9fdfc01e7dc2aa2f196e7be661ea18145dfa2 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 26 Oct 2009 15:12:53 +0100 Subject: [PATCH] /etc/mgetty/login.config: use zsh instead of bash; update changelog for release --- debian/changelog | 11 +++++++++++ etc/mgetty/login.config | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 513453d..50fb940 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +grml-etc (1.1.27) unstable; urgency=low + + [ Ulrich Dangel ] + * Only remove digits from DEVICE in grml-reboot if DEVICE is not + already a valid block device name. + + [ Michael Prokop ] + * /etc/mgetty/login.config: use zsh instead of bash. + + -- Michael Prokop Mon, 26 Oct 2009 15:12:30 +0100 + grml-etc (1.1.26) unstable; urgency=low * /etc/skel/.xinitrc: adjust font in osd_cat command. Thanks to diff --git a/etc/mgetty/login.config b/etc/mgetty/login.config index 74a4821..eb193d8 100644 --- a/etc/mgetty/login.config +++ b/etc/mgetty/login.config @@ -72,4 +72,5 @@ # default will do exactly this. # #* - - /bin/login @ -root root root /bin/bash -l +#root root root /bin/bash -l +root root root /bin/zsh -l -- 2.1.4