diff options
| -rwxr-xr-x | backends/initramfs-tools/live.hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/initramfs-tools/live.hook b/backends/initramfs-tools/live.hook index d3dce71..49aac50 100755 --- a/backends/initramfs-tools/live.hook +++ b/backends/initramfs-tools/live.hook @@ -42,7 +42,7 @@ fi # Handling live-boot -if [ ! -e /usr/share/live-boot ] +if [ ! -e /lib/live/boot ] then echo "W: live-boot-initramfs-tools (backend) installed without live-boot," echo "W: this initramfs will *NOT* have live support." |
