From 6a4e2130950d3505bf664177747a6a11220f3460 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Thu, 10 Apr 2008 13:41:40 +0200 Subject: ps3: Add ps3_sys_manager to MODULES=dep ps3 modules. "ps3_sys_manager handles system shutdown, so having it in initramfs allows the user to properly shutdown the system with the power button if the root file system can not be mounted at boot. Without it the user must do a forced poweroff." Geoff Levand --- hook-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hook-functions') diff --git a/hook-functions b/hook-functions index d271c58..b427dab 100644 --- a/hook-functions +++ b/hook-functions @@ -293,7 +293,7 @@ dep_add_modules() fi if [ -e /sys/bus/ps3_system_bus/ ]; then - for x in ps3disk ps3rom ps3-gelic; do + for x in ps3disk ps3rom ps3-gelic ps3_sys_manager; do manual_add_modules "${x}" done fi -- cgit v1.2.3