diff options
author | maximilian attems <maks@debian.org> | 2008-04-10 13:41:40 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-04-10 13:41:40 +0200 |
commit | 6a4e2130950d3505bf664177747a6a11220f3460 (patch) | |
tree | 11485366bcc1fe4bd849600de8a7182da76fde31 /hook-functions | |
parent | 11ec6b75ce098ef0708b8d4bc5849ffef789efbe (diff) | |
download | initramfs-tools-6a4e2130950d3505bf664177747a6a11220f3460.tar.gz initramfs-tools-6a4e2130950d3505bf664177747a6a11220f3460.zip |
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 <geoffrey.levand@am.sony.com>
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 |