Changeset 3162 in MondoRescue
- Timestamp:
- Jun 28, 2013, 4:33:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/mindi
r3156 r3162 1831 1831 retval=0 1832 1832 1833 old_pwd=`pwd` 1833 1834 [ ! -e "$kernelpath" ] && Die "PBDI lilo - cannot find $kernelpath kernel" 1834 1835 echo -en "Making "$BOOT_SIZE"KB boot disk..." … … 1934 1935 1935 1936 PrepareBootDiskImage_ISOLINUX() { 1936 local imagesdir dev imagefile mountpoint fname i kernelpath cfg_file testpath options retval outstr old_pwd ooo max_kernel_size bootimage 1937 local imagesdir dev imagefile mountpoint fname i kernelpath cfg_file testpath options retval outstr old_pwd ooo max_kernel_size bootimage retval 1937 1938 imagesdir=$MINDI_CACHE 1938 1939 kernelpath=$1 1939 1940 do_boot_root_thingy="" 1940 local retval old_pwd1941 1941 retval=0 1942 1942 1943 old_pwd=`pwd` 1943 1944 [ ! -e "$kernelpath" ] && Die "PBDI isolinux - cannot find $kernelpath kernel" 1944 1945 echo -en "Making "$BOOT_SIZE"KB boot disk..." … … 2664 2665 cd "$old_pwd" 2665 2666 echo -en "..." 2666 old_pwd=`pwd`2667 2667 if [ "$YOUR_KERNEL_SUCKS" ] ; then 2668 2668 cd "$MINDI_TMP"
Note:
See TracChangeset
for help on using the changeset viewer.