Fix memtest support when using dracut-live

This commit is contained in:
Aaron Rainbolt 2024-12-10 19:34:33 -06:00
parent 61d2eb3f30
commit 2bc716193d
No known key found for this signature in database
GPG Key ID: A709160D73C79109
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ esac
# Setting destination directory
case "${LB_INITRAMFS}" in
live-boot)
live-boot|dracut-live)
DESTDIR="binary/live"
;;