[Bug 37430] Re: Crash during breezy->dapper upgrade
Michael R. Head
burner at suppressingfire.org
Fri May 26 09:01:22 UTC 2006
Would changing 2.6.* to 2.6.15.* in the section below from
/etc/init.d/pcmcia be a reasonable fix? Could it break something for
laptops during the upgrade?
case "$1" in
start)
if [ "x$PCIC" = x ] && expr $(uname -r) : "2.6.*" >/dev/null 2>&1 \
&& ! ls /sys/class/pcmcia_socket/* >/dev/null 2>&1; then
log_success_msg "PCMCIA not present"
exit 1
fi
--
Crash during breezy->dapper upgrade
https://launchpad.net/bugs/37430
More information about the kernel-bugs
mailing list