Changeset 2495 in MondoRescue
- Timestamp:
- Nov 27, 2009, 3:55:55 PM (15 years ago)
- Location:
- branches
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mindi/mindi
r2488 r2495 638 638 639 639 # say where we are. 640 LogFile " GetInitrdFilesystemToUse(): called with parameter: $lvKernelImage .\n"640 LogFile " GetInitrdFilesystemToUse(): called with parameter: $lvKernelImage" 641 641 642 642 # verify that file exists … … 666 666 fi 667 667 # say what we are using 668 LogFile " GetInitrdFilesystemToUse(): Filesytem to use for initial ramdisk is $lvUseFilesystem. \n"668 LogFile " GetInitrdFilesystemToUse(): Filesytem to use for initial ramdisk is $lvUseFilesystem." 669 669 670 670 # return file system to use -
branches/2.2.9/mindi/mindi
r2479 r2495 681 681 682 682 # say where we are. 683 echo " GetInitrdFilesystemToUse(): called with parameter: $lvKernelImage .\n" >> $LOGFILE683 echo " GetInitrdFilesystemToUse(): called with parameter: $lvKernelImage" >> $LOGFILE 684 684 685 685 # verify that file exists
Note:
See TracChangeset
for help on using the changeset viewer.