[Pkg-sysvinit-devel] Bug#587954: initscripts: checkfs/checkroot: print kernel commandline if forcefsck is set
Ondrej Zary
linux at rainbow-software.org
Thu Apr 17 09:25:39 UTC 2014
Package: initscripts
Version: 2.88dsf-41+deb7u1
Followup-For: Bug #587954
This bug is still present in Wheezy. The problem is a missing "-q" parameter in
/etc/init.d/checkfs.sh and /etc/init.d/checkroot.sh files:
if [ -f /forcefsck ] || grep -s -w -i "forcefsck" /proc/cmdline
Should be:
if [ -f /forcefsck ] || grep -q -s -w -i "forcefsck" /proc/cmdline
-- System Information:
Debian Release: 7.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.12-0.bpo.1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages initscripts depends on:
ii coreutils 8.13-3.5
ii debianutils 4.3.2
ii libc6 2.13-38+deb7u1
ii lsb-base 4.1+Debian8+deb7u1
ii mount 2.20.1-5.3
ii sysv-rc 2.88dsf-41+deb7u1
ii sysvinit-utils 2.88dsf-41+deb7u1
Versions of packages initscripts recommends:
ii e2fsprogs 1.42.5-1.1
ii psmisc 22.19-1+deb7u1
initscripts suggests no packages.
-- no debconf information
More information about the Pkg-sysvinit-devel
mailing list