Fix memtest support when using dracut-live
This commit is contained in:
parent
61d2eb3f30
commit
2bc716193d
|
@ -95,7 +95,7 @@ esac
|
|||
|
||||
# Setting destination directory
|
||||
case "${LB_INITRAMFS}" in
|
||||
live-boot)
|
||||
live-boot|dracut-live)
|
||||
DESTDIR="binary/live"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue