diff options
| author | maximilian attems <maks@debian.org> | 2006-08-17 17:14:01 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-08-17 17:14:01 +0200 |
| commit | 839572386f35bf4b4404dac5f976566bc155de94 (patch) | |
| tree | 3d4c49ba90c9070d8652b579b5039d4d67876c50 /scripts/local-premount | |
| parent | a84613ae7742190e50cc619eee462cc0cd17f6c8 (diff) | |
| download | initramfs-tools-839572386f35bf4b4404dac5f976566bc155de94.tar.gz initramfs-tools-839572386f35bf4b4404dac5f976566bc155de94.zip | |
Release 0.74:
- scripts/functions: fix debug boot param
- update-initramfs: checkout /etc/kernel-img.conf if lilo and grub is installed
- rename mdraid to mdrun, readd mdrun as it seems to work much better
with sarge systems
- add an help message for rescue shell
- better package desc
Diffstat (limited to 'scripts/local-premount')
| -rwxr-xr-x | scripts/local-premount/resume | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/local-premount/resume b/scripts/local-premount/resume index 593df78..881af90 100755 --- a/scripts/local-premount/resume +++ b/scripts/local-premount/resume @@ -33,8 +33,6 @@ if [ ! -e "${resume}" ]; then fi if [ -e /sys/power/resume ]; then -# FIXME: klibc-utils resume needs more tests -# resume ${resume} - major_minor=$(ls -l ${resume} | awk '{printf "%d:%d", $5, $6}') - echo $major_minor >/sys/power/resume + # hardcode path, uswsusp ships an resume binary too + /bin/resume ${resume} fi |
