File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ function isolinux_iso_entry {
2828 cfgpath =/boot/isolinux/isolinux.cfg
2929 elif test -f /isolinux/isolinux.cfg; then
3030 cfgpath =/isolinux/isolinux.cfg
31+ elif test -f /boot/x86_64/loader/isolinux.cfg; then
32+ cfgpath =/boot/x86_64/loader/isolinux.cfg
3133 else
3234 return 1;
3335 fi
@@ -52,6 +54,9 @@ function isolinux_iso_entry {
5254 # ubuntu based
5355 set linux_extra =" ${linux_extra} iso-scan/filename=$iso_path"
5456
57+ # TODO: SUSE based
58+ # set linux_extra="${linux_extra} isofrom_device=/dev/sda1 isofrom_system=$iso_path"
59+
5560 # others?
5661 set linux_extra =" ${linux_extra} isoboot=$iso_path"
5762
@@ -124,7 +129,7 @@ function sysrcd_iso_entry {
124129 if ! test -f /sysrcd.dat; then return 1; fi
125130
126131 # is gentoo based
127- set linux_extra =" ${linux_extra} isofrom =$isopath"
132+ set linux_extra =" ${linux_extra} isoloop =$isopath docache "
128133 export linux_extra
129134
130135 echo sysrescue.cfg $isopath: yes
You can’t perform that action at this time.
0 commit comments