You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
menuentry "Rescuezilla Live ${version} ${arch}" "${isofile}" "${isoname}" --class rescuezilla {
set isofile=$2
set isoname=$3
use "${isoname}"
loop $isofile
# Change root might not be necessary, depending on Rescuezilla's boot process
change_root (loop)
set iso_path=$isofile
export iso_path
# Point to the actual loopback configuration file for Rescuezilla (if it exists)
configfile /boot/grub/loopback.cfg
# Restore root might not be necessary
restore_root
}
}
if any_exists ${isopath}/rescuezilla/rescuezilla*.iso; then
menuentry "Rescuezilla >" --class rescuezilla {
configfile "${prefix}/inc-rescuezilla.cfg"
}
fi
I rebuilt the USB and have it working. I did have some issue with files being overwritten when running the script but I have things going now.
I also had to add an entry in the README.md file so it would create a folder for the iso when running the script:
I created a inc-rescuezilla.cfg for Rescuezilla
I based on the nixos example using loopback.cfg given by thias.
To grub.cfg I have added:
I rebuilt the USB and have it working. I did have some issue with files being overwritten when running the script but I have things going now.
I also had to add an entry in the README.md file so it would create a folder for the iso when running the script:
The text was updated successfully, but these errors were encountered: