Compare commits

...

1 Commits

Author SHA1 Message Date
Silvan Mosberger
b8e8e8c720 Resume from hibernate before postDeviceCommands
Should work for me, because I don't want to be asked for ZFS credentials
when I can resume
2023-02-15 17:14:14 +01:00

View File

@@ -267,7 +267,6 @@ lvm vgchange -ay
if test -n "$debug1devices"; then fail; fi
@postDeviceCommands@
# Check the specified file system, if appropriate.
@@ -484,6 +483,8 @@ if test -e /sys/power/resume -a -e /sys/power/disk; then
fi
fi
@postDeviceCommands@
# If we have a path to an iso file, find the iso and link it to /dev/root
if [ -n "$isoPath" ]; then
mkdir -p /findiso