Greetings, From notes made during my last Ubuntu install (Karmic) :
Shutdown didn't work properly until i fixed /etc/init.d/umountfs : this line: fstab-decode umount -f -r -d $WEAK_MTPTS becomes: fstab-decode umount -r -d $WEAK_MTPTS and this line: fstab-decode umount -f -v -r -d $WEAK_MTPTS becomes: fstab-decode umount -v -r -d $WEAK_MTPTS These changes fixed the shutdown problem on my laptop, an HP G60 notebook. YMMV. Best, dp _______________________________________________ 64studio-users mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-users
