resume after hibernation fails because resume script is never executed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
initramfs-tools (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
In recent versions of initramfs-
I'm not sure when this change was introduced. All I can see is that it worked fine on 18.04, but that it's broken in current 19.10-dev.
╰─▶ ls -la /usr/share/
-rw-r--r-- 1 root root 1,5K apr 29 09:24 /usr/share/
Unpacking the initramfs confirms this:
╰─▶ unmkinitramfs /boot/initrd.
╰─▶ ls -la initramfs/
total 32K
drwxr-xr-x 2 bas bas 4,0K mei 20 10:49 ./
drwxr-xr-x 10 bas bas 4,0K mei 20 10:49 ../
-rw-r--r-- 1 bas bas 246 mei 20 10:29 ORDER
-rwxr-xr-x 1 bas bas 270 mrt 12 04:53 btrfs*
-rwxr-xr-x 1 bas bas 4,1K apr 29 09:24 fixrtc*
-rwxr-xr-x 1 bas bas 226 mei 3 07:49 ntfs_3g*
-rw-r--r-- 1 bas bas 1,5K apr 29 09:24 resume
╰─▶ cat initramfs/
/scripts/
[ -e /conf/param.conf ] && . /conf/param.conf
/scripts/
[ -e /conf/param.conf ] && . /conf/param.conf
/scripts/
[ -e /conf/param.conf ] && . /conf/param.conf
summary: |
- resume afte hibernation fails because resume script is never executed + resume after hibernation fails because resume script is never executed |