- Timestamp:
- Apr 8, 2016, 11:13:06 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3546 r3554 2295 2295 2296 2296 MakeBootConfFile $boottype > $bootconf 2297 LogFile "Boot Conf file $bootconf content is:" 2298 LogFile "------------------------------------" 2299 cat $bootconf >> $LOGFILE 2300 LogFile "------------------------------------" 2297 2301 if [ "$BOOT_TYPE" = "UEFI" ]; then 2298 2302 # Also generate the syslinux conf 2299 2303 MakeBootConfFile syslinux > "$bigdir/EFI/syslinux.cfg" 2304 LogFile "Boot Conf file $bigdir/EFI/syslinux.cfg content is:" 2305 LogFile "---------------------------------------------------" 2306 cat $bootconf >> $LOGFILE 2307 LogFile "---------------------------------------------------" 2300 2308 fi 2301 2309
Note:
See TracChangeset
for help on using the changeset viewer.