source: MondoRescue/branches/3.2/mindi/mindi@ 3321

Last change on this file since 3321 was 3321, checked in by Bruno Cornec, 9 years ago
  • minor modif for tabs vs spaces
  • Property svn:executable set to *
  • Property svn:keywords set to Rev Id
File size: 119.8 KB
Line 
1#!/bin/bash
2
3# $Id: mindi 3321 2014-12-01 22:47:53Z bruno $
4#
5#-----------------------------------------------------------------------------
6# mindi - mini-Linux distro based on the user's filesystem & distribution
7#
8# Mindi can create a multi-image boot/root kit. The first image is the boot
9# disk: it contains a kernel, a ramdisk etc. The second disk is data disk #1;
10# the third disk is data disk #2; and so it goes.
11#
12# See http://www.mondorescue.org for details.
13#-----------------------------------------------------------------------------
14
15### Which arch are we on (useful for ia64 port)
16ARCH=`/bin/uname -m`
17KERVERRUN=`/bin/uname -r`
18# By default we use the running kernel as a reference
19KERVER=$KERVERRUN
20
21# In case of problem with udev you can try to add udevdebug
22MINDI_ADDITIONAL_BOOT_PARAMS="devfs=nomount noresume selinux=0 barrier=off udevtimeout=10"
23MINDI_DEFAULT_BOOT_OPTION="interactive"
24# For a CD Recovery use 10000 instead rather. Beware till Hardcoded below. Planned to be changed on the perl version
25# So this parameter only applies to non CD recovery.
26MINDI_BOOT_TIMEOUT="300"
27
28MINDI_REV=PBREV
29MINDI_VER=PBVER
30
31MINDI_VERSION=${MINDI_VER}-r$MINDI_REV
32MINDI_PREFIX=XXX
33MINDI_CONF=YYY
34MINDI_SBIN=${MINDI_PREFIX}/sbin
35MINDI_LIB=LLL
36MINDI_CACHE=/var/cache/mindi
37
38MRCFG=mondorestore.cfg
39
40# Temporary directory for mindi
41TMPDIR=/tmp
42
43EXTRA_SPACE=120000 # increase if you run out of ramdisk space
44BOOT_SIZE=65600 # size of the boot disk
45
46PROMPT_MAKE_CD_IMAGE="yes"
47 # Ask if you want to make a CD Image to be written?
48 # if this is set to 'no', then the image will be created automatically
49
50PROMPT_MAKE_USB_IMAGE="yes"
51 # Ask if you want to make a USB Image to be written?
52 # if this is set to 'no', then the image will be created automatically
53
54USE_OWN_KERNEL="yes"
55 # If set to "no", you will be prompted for whether or not
56 # you want to use your own kernel, or the supplied default.
57 # If "yes" mindi will automatically use your own kernel.
58
59KERNEL_IS_XEN="no"
60 # If set to "no", the kernel is not a Xen kernel
61 # If "yes", mindi will modify isolinux.cfg for the Xen kernel.
62xenkernelpath=""
63
64MY_FSTAB=/etc/fstab
65TAPE_MODS="ht st osst ide-tape ide_tape"
66SCSI_MODS="3w-xxxx 3w_xxxx 3w_9xxx 3w-9xxx 53c7,8xx a100u2w a320raid aacraid adpahci advansys aha152x aha1542 aha1740 aic79xx aic79xx_mod aic7xxx aic7xxx_mod aic7xxx_old AM53C974 atp870u BusLogic cciss cpqfc hpsa dmx3191d dpt_i2o dtc eata eata_dma eata_pio fdomain gdth g_NCR5380 i2o_block ide-scsi ieee1394 imm in2000 initio ips iscsi be2iscsi cxgb3i cxgb3 cxgb4i cxgb4 uio isp megaraid megaraid_mbox megaraid_sas mega_sr mptscsih mptsas mptspi mptfc mptscsi mptctl NCR53c406a ncr53c8xx nsp32 pas16 pci2000 pci2220i pcmcia ppa psi240i qla1280 qla2200 qla2300 qla2400 qla2xxx qlogicfas qlogicfc qlogicisp qlogicfas qlogicfas408 raw1394 scsi_mod sd_mod seagate sg sim710 sr_mod sym53c416 sym53c8xx sym53c8xx_2 t128 tmscsim u14-34f ultrastor wd7000 vmhgfs intermodule emcpdm emcpgpx emcpmpx emcp dc395x diskdumplib arcmsr"
67
68# ide-probe-mod
69IDE_MODS="ide ide-floppy floppy ide-generic ide-detect ide-mod ide-disk ide_disk ide-cd ide_cd ide_cd_mod ide-cd_mod ide-cs edd paride ata_generic ata_piix dock via82cxxx generic nvidia ahci sata_nv cmd64x pata_via pata_amd pata_marvell pata_serverworks pata_sis pata_sil680 pata_jmicron pata_atiixp pata_acpi amd74xx sis5513 jmicron sata_promise sata_via serverworks sata_svw virtio"
70PCMCIA_MODS="pcmcia_core ds yenta_socket"
71USB_MODS="usb-storage usb_storage usb-ohci usb-uhci input hid uhci_hcd uhci-hcd ehci-hcd ehci-pci ohci-hcd ohci_hcd ohci-pci xhci xhci-hcd usbkbd usbhid keybdev mousedev scsi_mod ff-memless ums_cypress ums-cypress cp210x usbserial"
72NET_MODS="nfs nfsv2 nfsv3 nfsv4 nfsd loop mii 3c59x e100 bcm5700 cnic be2net bnx2 bnx2x bnx2i mdio e1000 e1000e igb dca eepro100 ne2k-pci tg3 pcnet32 8139cp 8139too 8390 forcedeth vmxnet vmxnet3 vmnet exportfs fuse netbk xenblktap r8169 virtio_net via_rhine ipv6 ptp"
73CDROM_MODS="$TAPE_MODS $IDE_MODS $USB_MODS $PCMCIA_MODS $SCSI_MODS $NET_MODS cdrom isocd isofs sg sr_mod iso9660 vfat fat loop md-mod lvm-mod dm-mod dm_mod dm-multipath dm-emc dm-hp-sw dm-rdac dm-region-hash multipath jfs xfs btrfs reiserfs ext2 ext3 minix nfs nfsd ext4 ocfs2 configfs vxfs "
74# Replace with that line for HP OCMP e.g.
75#DENY_MODS="MPS_Driver_Mapper mps octtldrv tscttl streams kqemu fdomain"
76DENY_MODS="kqemu vxfen"
77# Force some modules to be included
78FORCE_MODS=""
79
80# Find MBR in case of bootable USB device to build
81MBRFILE=/usr/lib/syslinux/mbr.bin
82[ ! -r "$MBRFILE" ] && MBRFILE=/usr/lib64/syslinux/mbr.bin
83[ ! -r "$MBRFILE" ] && MBRFILE=/usr/share/syslinux/mbr.bin
84[ ! -r "$MBRFILE" ] && MBRFILE=/usr/share/lib/syslinux/mbr.bin
85[ ! -r "$MBRFILE" ] && MBRFILE=/usr/share/lib64/syslinux/mbr.bin
86
87LOGFILE=/var/log/mindi.log
88BOOT_MEDIA_MESSAGE="\
89To format and restore all files automatically, type '0enuke07' <enter>.\n\
90To restore some/all files interactively, type '0einteractive07' <enter>.\n\
91To compare the archives with your filesystem, type '0ecompare07' <enter>.\n\
92To boot to a command-line prompt (expert mode), type '0eexpert07' <enter>.\n\
93\n\
94You may add one or more parameters as well as per the function keys below\n\
95e.g. Type '0enuke denymods=\"fdomain impi_si\"07' to not load these 2 modules\n\
96\n\
97If restoring from a local external disk or USB key, do not connect it \n\
98until the boot-up has finished.\n\
99\n\
100\n0eF107-Main | Boot Parameters 0eF207-1/2 | 0eF307-2/2 | 0eF407-PXE\n\
101"
102FDISK=$MINDI_SBIN/parted2fdisk
103
104# Using a config file allow to overwrite some values
105MINDI_CONFIG="$MINDI_CONF/mindi.conf"
106if [ -f $MINDI_CONFIG ]; then
107 . $MINDI_CONFIG
108fi
109DEPLIST_FILE="$MINDI_CONF/deplist.txt"
110DEPLIST_DIR="$MINDI_CONF/deplist.d"
111
112ISO_CMD="/usr/bin/mkisofs"
113ISO_OPT="-J -r -v -p Mindi -publisher http://www.mondorescue.org -A Mindi"
114
115# Mandriva system e.g. use cdrkit, which uses genisoimage instead of mkisofs.
116# However, they use exactly the same command line parameters, so just
117# use genisoimage if it's available.
118if [ ! -x $ISO_CMD ]; then
119 ISO_CMD=/usr/bin/genisoimage
120fi
121
122
123# Function to log on screen only
124LogScreen() {
125 if [ -e /dev/stderr ] ; then
126 echo -e "$1" >> /dev/stderr
127 elif [ -e /usr/bin/logger ] ; then
128 /usr/bin/logger -s $1
129 fi
130}
131
132# Function to log in log file only
133LogFile() {
134
135 echo -e "$1" >> $LOGFILE
136 if [ _"$2" != _"" ]; then
137 grep -Ev "tar: Removing \`/\'" "$2" >> $LOGFILE
138 fi
139 rm -f "$2"
140}
141
142# Function to log in both screen and logfile
143LogAll() {
144 LogScreen "$1"
145 LogFile "$1" "$2"
146}
147
148# Preserved for compatibility
149LogIt() {
150 LogAll "$1" "$2"
151}
152
153# Last function called before exiting
154# Parameter is exit code value
155# Should be declared here as used immediately below potentialy
156MindiExit() {
157 LogFile "Mindi $MINDI_VERSION is exiting"
158 LogFile "End date : `date`"
159 if [ _"$MONDO_SHARE" != _"" ] ; then
160 echo "------------- mindi logfile included -------------------------" >> /var/log/mondoarchive.log
161 if [ -f $LOGFILE ]; then
162 cat $LOGFILE >> /var/log/mondoarchive.log
163 else
164 echo "No LOGFILE available in that mindi run" >> /var/log/mondoarchive.log
165 fi
166 echo "--------------------------------------------------------------">> /var/log/mondoarchive.log
167 fi
168
169 cd /
170 sync&
171
172 # Clean temporary files only when standalone mindi
173 if [ _"$MINDI_TMP" != _"$MONDO_TMP" ]; then
174 rm -Rf $MINDI_TMP
175 fi
176 exit $1
177}
178
179Die() {
180 local i
181 if [ "$1" = "" ] ; then
182 LogAll "FATAL ERROR"
183 else
184 LogAll "FATAL ERROR. $1"
185 fi
186 if [ _"$2" != _"" ]; then
187 grep -Ev "tar: Removing \`/\'" "$2" >> $LOGFILE
188 fi
189 rm -f "$2"
190
191 LogAll "Please e-mail a copy of $LOGFILE to the mailing list."
192 LogAll "See http://www.mondorescue.org for more information."
193 LogAll "WE CANNOT HELP unless you enclose that file.\n"
194 MindiExit -1
195}
196
197# Now we can create what we need
198MINDI_TMP=`mktemp -d $TMPDIR/mindi.XXXXXXXXXX`
199if [ $? -ne 0 ]; then
200 df $TMPDIR
201 Die "Unable to create a temporary directory ! Check space on $TMPDIR"
202fi
203if [ _"$MINDI_TMP" = _"" ]; then
204 Die "MINDI_TMP is empty, aborting"
205fi
206if [ _"$MINDI_TMP" = _"/" ]; then
207 Die "MINDI_TMP is /, aborting"
208fi
209export MINDI_TMP
210
211# ----------------------------------------------------------------------------
212
213
214AbortHere() {
215 [ "$mountpoint" ] && umount $mountpoint 2>> $LOGFILE
216 Die "Program is terminating in response to signal received from OS/user"
217}
218
219
220Aborted() {
221 trap SIGHUP SIGTERM SIGTRAP SIGINT
222 [ "$MINDI_CACHE" != "" ] && rm -f $MINDI_CACHE/mindi*img $MINDI_CACHE/*gz $MINDI_CACHE/mindi.iso
223 Die "User abort."
224}
225
226
227AddFileToCfgIfExists() {
228 [ -e "$1" ] && echo -en "$2 `cat $1`\n" >> $3
229}
230
231
232AddKeyboardMappingFile() {
233 local mappath r included_list included_item i res ii sss
234 mappath=$1
235 KBDEPTH=$(($KBDEPTH+1))
236 [ "$KBDEPTH" -gt "128" ] && Die "Edit $MINDI_SBIN/mindi and disable FindAndAddUserKeyboardMappingFile (line 2160, approx.)"
237 if [ -e "$bigdir/$mappath" ] ; then
238 LogFile "INFO: $mappath already added"
239 return
240 elif [ -d "$bigdir/$mappath" ] ; then
241 echo "Cannot add $mappath: it's a directory. Sorry."
242 return
243 fi
244 LogFile "INFO: Added kbd map $mappath"
245 if [ ! -e "$mappath" ] ; then
246 mappath=`grep "i[3-8]86" $MINDI_TMP/keymaps.find | grep "$locale[^r][^/]" | grep -vx " *#.*"`
247 if [ ! -e "$mappath" ] ; then
248 LogAll "WARNING: Cannot add $mappath: kbd map file not found"
249 return
250 fi
251 else
252 echo -en "`basename $mappath | tr '.' '#' | sed s/#kmap#gz// | sed s/#inc#gz//` " | tr '#' '.'
253 fi
254
255 #cp -a -n --parents -t $mappath $bigdir 2>> $MINDI_TMP/$$.log || LogAll "WARNING: AKMF -- Could not copy $mappath to $bigdir" $MINDI_TMP/$$.log
256 tar cf - -C / $mappath 2>> $MINDI_TMP/$$.log | (cd "$bigdir" ; tar xf -) || LogAll "WARNING: AKMF -- Could not copy $mappath to $bigdir" $MINDI_TMP/$$.log
257 if [ "`echo $mappath | grep -F ".gz"`" ] ; then
258 included_list=`gzip -dc $mappath | grep -Fi include | sed s/'"'//g | cut -d' ' -f2`
259 else
260 included_list=`grep -Fi include $mappath | sed s/'"'//g | cut -d' ' -f2`
261 fi
262 for included_item in $included_list ; do
263 if [ ! -e "$included_item" ] ; then
264 sss=`grep -F "${included_item}.inc" $MINDI_TMP/keymaps.find`
265 [ "$sss" = "" ] && sss=`grep -F "$included_item" $MINDI_TMP/keymaps.find`
266 for ii in $sss ; do
267 [ -e "$ii" ] && AddKeyboardMappingFile $ii
268 done
269 else
270 AddKeyboardMappingFile $included_item
271 fi
272 done
273}
274
275
276CopyDependenciesToDirectory() {
277 local outdir incoming counter d found tdir
278 outdir=$1
279 mkdir -p $outdir
280 incoming=`ReadLine`
281 counter=0
282 while [ "$incoming" != "" ] ; do
283 # Non absolute file names should not arrive till here => skipped
284 if [ `echo "$incoming" | cut -c1` != '/' ]; then
285 LogAll "WARNING: Unable to handle $incoming"
286 incoming=`ReadLine`
287 continue
288 fi
289 # no parent directory of incoming should be a link, copy is not possible in that case
290 d=`dirname "$incoming"`
291 found="false"
292 while [ $d != "/" -a $found = "false" ]; do
293 [ -h "$d" ] && found="true"
294 d=`dirname "$d"`
295 done
296 if [ -d "$incoming" -a ! -h "$incoming" ]; then
297 find $incoming/* -maxdepth 0 2> /dev/null | CopyDependenciesToDirectory $outdir 0
298 elif [ -e "$incoming" ] && [ $found = "false" ]; then
299 if [ ! -h "$incoming" ]; then
300 tar cf - -C / $incoming 2>> $MINDI_TMP/$$.log | (cd "$outdir" ; tar xf -) || Die "Cannot copy $incoming to $outdir - did you run out of disk space?" $MINDI_TMP/$$.log
301 else
302 tdir=`dirname "$incoming"`
303 if [ ! -e "$outdir/$tdir" ]; then
304 mkdir -p "$outdir/$tdir"
305 fi
306 cp --no-dereference --preserve=all $incoming "$outdir/$tdir"
307 fi
308 # Only uncompress modules if not using udevd
309 if [ "`echo "$incoming" | grep "lib/modules/.*\..*o\.gz"`" != "" ] && [ "`ps auxww | grep -v grep | grep -qw udevd`" != "" ]; then
310 gunzip -f $outdir/$incoming || LogAll "WARNING: Cannot gunzip $outdir/$incoming"
311 fi
312 [ -x "$outdir" ] && StripExecutable $outdir
313 counter=$(($counter+1))
314 LogProgress $counter $2
315 fi
316 incoming=`ReadLine`
317 done
318}
319
320
321CountItemsIn() {
322 local r
323 r=0
324 for q in $1 ; do
325 r=$(($r+1))
326 done
327 echo $r
328}
329
330
331DropOptimizedLibraries() {
332 local outdir filelist list_of_optimized_libraries optimized_lib_name vanilla_lib_name reason msg resolved res
333 filelist=$1
334 outdir=$2
335
336 list_of_optimized_libraries=`grep "lib/i[5-7]86/" $filelist`
337 if [ "$list_of_optimized_libraries" = "" ] ; then
338 return 0
339 fi
340 echo -en "Dropping i686-optimized libraries if appropriate"
341 for optimized_lib_name in $list_of_optimized_libraries ; do
342 echo -en "."
343 reason=""
344 vanilla_lib_name=`echo "$optimized_lib_name" | sed -e 's/i[5-7]86//' -e 's/cmov//' -e 's/nosegneg//' | tr -s '/' '/'`
345 echo "$vanilla_lib_name" >> $filelist
346 LogFile "INFO: Adding $vanilla_lib_name to filelist"
347 mkdir -p $outdir$optimized_lib_name > /dev/null 2> /dev/null
348 rmdir $outdir$optimized_lib_name > /dev/null 2> /dev/null
349
350 # This may return multiple files
351 for resolved in `mr-read-all-link $vanilla_lib_name`; do
352 LogFile "INFO: Adding as deps $resolved to filelist"
353 vanilla_resolved_name=`echo "$resolved" | sed -e 's/i[5-7]86//' -e 's/cmov//' -e 's/nosegneg//' | tr -s '/' '/'`
354 if [ "$vanilla_resolved_name" != "$resolved" ]; then
355 mkdir -p $outdir$resolved> /dev/null 2> /dev/null
356 rmdir $outdir$resolved > /dev/null 2> /dev/null
357 ln -sf $vanilla_resolved_name $outdir$resolved
358 LogFile "INFO: Excluding deps $resolved"
359 grep -Fvx "$resolved" "$filelist" > $filelist.tmp
360 LogFile "INFO: Replacing it with $vanilla_resolved_name"
361 echo "$vanilla_resolved_name" >> $filelist.tmp
362 mv -f $filelist.tmp $filelist
363 fi
364 done
365 done
366 $AWK '{ print $1; }' $filelist | sort -u > $filelist.tmp
367 mv -f $filelist.tmp $filelist
368 echo -e "$DONE"
369}
370
371
372FindAndAddUserKeyboardMappingFile() {
373 local r res mapfile mappath included_item included_list keyfile mp locale
374 LogAll "INFO: Analyzing your keyboard's configuration."
375 KEYDIR=/usr/lib/kbd
376 [ ! -e "$KEYDIR" ] && KEYDIR=/usr/share/kbd # Slackware
377 [ ! -e "$KEYDIR" ] && KEYDIR=/usr/lib/kbd
378 [ ! -e "$KEYDIR" ] && KEYDIR=/usr/share
379 [ ! -e "$KEYDIR" ] && KEYDIR=/etc/condole
380 [ ! -e "$KEYDIR" ] && KEYDIR=/etc/condole-setup
381 [ ! -e "$KEYDIR" ] && KEYDIR=/lib/kbd
382 if [ ! -e "$KEYDIR" ] ; then
383 LogAll "WARNING: Keyboard mapping directory not found. I shall use default map at boot-time."
384 return 0
385 fi
386 if [ -e "/etc/sysconfig/keyboard" ] ; then
387 LogFile "INFO: Red Hat-style config detected."
388 keyfile=/etc/sysconfig/keyboard
389 elif [ -e "/etc/vconsole.conf" ] ; then
390 LogFile "INFO: New Fedora style config detected."
391 keyfile=/etc/vconsole.conf
392 elif [ -e "/etc/rc.d/rc.keymap" ] ; then
393 LogFile "INFO: Slackware-style config detected."
394 keyfile=/etc/rc.d/rc.keymap
395 elif [ -e "/etc/rc.config" ] ; then
396 LogFile "INFO: Debian-style config detected."
397 keyfile=/etc/rc.config
398 elif [ -e "/etc/console/boottime.kmap.gz" ] ; then
399 LogFile "INFO: Debian-style config detected."
400 mkdir -p $bigdir/tmp
401 echo "keymap-lives-here /etc/console/boottime.kmap.gz" >> $bigdir/tmp/$MRCFG
402 KBDEPTH=0
403 mkdir -p $bigdir/etc/console
404 cp /etc/console/boottime.kmap.gz $bigdir/etc/console 2>> $LOGFILE
405 echo ""
406 echo -e "$DONE"
407 return 0
408 elif [ -e "/etc/console-setup/boottime.kmap.gz" ] || [ -e "/etc/console-setup/cached.kmap.gz" ] ; then
409 LogFile "INFO: Ubuntu-style config detected."
410 mkdir -p $bigdir/tmp
411 if [ -e "/etc/console-setup/boottime.kmap.gz" ] ; then
412 kbdfile="/etc/console-setup/boottime.kmap.gz"
413 else
414 kbdfile="/etc/console-setup/cached.kmap.gz"
415 fi
416 echo "keymap-lives-here $kbdfile" >> $bigdir/tmp/$MRCFG
417 KBDEPTH=0
418 mkdir -p $bigdir/etc/console-setup
419 cp $kbdfile $bigdir/etc/console-setup 2>> $LOGFILE
420 echo ""
421 echo -e "$DONE"
422 return 0
423 elif [ -e "/etc/rc.conf" ] ; then
424 LogFile "INFO: ArchLinux config detected."
425 keyfile=/etc/rc.conf
426 elif [ -e "/etc/conf.d/keymaps" ] ; then
427 LogFile "INFO: Gentoo-style config detected."
428 keyfile=/etc/conf.d/keymaps
429 elif [ -e "/etc/X11/xorg.conf.d/00-keyboard.conf" ] ; then
430 LogFile "INFO: X11-style config detected."
431 keyfile=/etc/X11/xorg.conf.d/00-keyboard.conf
432 else
433 LogFile "Searching for rc.config ..."
434 keyfile=`find /etc -name rc.config | head -n1`
435 if [ "$keyfile" = "" ] || [ ! -e "$keyfile" ] ; then
436 LogAll "WARNING: Unknown config detected. Default keyboard map will be used."
437 return
438 else
439 LogFile "INFO: Found $keyfile"
440 fi
441 fi
442 if [ ! -e "$KEYDIR/keymaps" ] ; then
443 LogAll "WARNING: Keyboard mapping directory not found. Default keyboard map will be used."
444 return
445 fi
446 LogFile "INFO: keyfile=$keyfile"
447 # For SLES we need to remove the .map.gz extension Cf #614
448 locale=`grep -F KEYTABLE "$keyfile" | grep -v '^#' | tr -d '"' |cut -d'=' -f2 | sed 's/.map.gz$//'`
449 [ ! "$locale" ] && locale=`grep '.map$' "$keyfile" | sed 's/^.* //'` # Slackware
450 [ ! "$locale" ] && locale=`grep -E '^KEYMAP=' "$keyfile" | grep -v '^#' | tr -d '"' |cut -d'=' -f2` # Gentoo, ArchLinux & New fedora
451 [ ! "$locale" ] && locale=`grep -E 'XkbLayout' "$keyfile" | grep -v '^#' | awk '{print $3}' | tr -d '"'` # Fedora 19
452 LogFile "INFO: locale=$locale"
453 #
454 # Process the keymaps dir once for all
455 # AddKeyboardMappingFile will use it recursively
456 #
457 find $KEYDIR/keymaps > $MINDI_TMP/keymaps.find
458 mp=`grep "i[3-8]86" $MINDI_TMP/keymaps.find | grep -F "/${locale}." | grep -vx " *#.*"`
459 [ ! "$mp" ] && mp=`grep "i[3-8]86" $MINDI_TMP/keymaps.find | grep "$locale[^r][^/]" | grep -vx " *#.*"`
460 # If we have multiple keymaps then log it !!
461 echo "$mp" | grep -q " " >> $LOGFILE
462 if [ $? -eq 0 ]; then
463 LogAll "WARNING: Multiple keymaps found: $mp"
464 LogFile "INFO: The following one will be used"
465 fi
466 for i in $mp ; do
467 mappath=$i
468 [ -e "$i" ] && [ ! -d "$i" ] && break
469 done
470 if [ ! -e "$mappath" ] || [ -d "$mappath" ] ; then
471 mappath=$(find / -wholename "*/kbd/keymaps/*/$locale | head -1")
472 fi
473 LogFile "INFO: mappath = $mappath"
474 if [ ! -e "$mappath" ] || [ -d "$mappath" ] ; then
475 LogAll "WARNING: Keyboard mapping file not found. Default keyboard map will be used."
476 return
477 fi
478 LogAll "INFO: Adding the following keyboard mapping tables: "
479 mkdir -p $bigdir/tmp
480 echo "keymap-lives-here $mappath" >> $bigdir/tmp/$MRCFG
481 KBDEPTH=0
482 AddKeyboardMappingFile $mappath
483 echo ""
484 echo -e "$DONE"
485 rm -f $MINDI_TMP/keymaps.find
486 return 0
487}
488
489
490FindLdlinux32Binary() {
491 LDLINUXC32=/usr/lib/syslinux/ldlinux.c32
492 [ ! -e "$LDLINUXC32" ] && LDLINUXC32=/usr/lib64/syslinux/ldlinux.c32
493 [ ! -e "$LDLINUXC32" ] && LDLINUXC32=/usr/share/syslinux/ldlinux.c32
494 [ ! -e "$LDLINUXC32" ] && LDLINUXC32=/usr/share/lib/syslinux/ldlinux.c32
495 [ ! -e "$LDLINUXC32" ] && LDLINUXC32=/usr/share/lib64/syslinux/ldlinux.c32
496 [ ! -e "$LDLINUXC32" ] && LDLINUXC32=/usr/lib/syslinux/modules/bios/ldlinux.c32
497 [ ! -e "$LDLINUXC32" ] && LDLINUXC32=/usr/lib64/syslinux/modules/bios/ldlinux.c32
498 #[ ! -e "$LDLINUXC32" ] && LDLINUXC32=`find / -name ldlinux.c32 | grep -x "/.*/ldlinux.c32"`
499 if [ ! -e "$LDLINUXC32" ]; then
500 LogFile "INFO: If you use syslinux 5.x, you may miss ldlinux.c32. If your syslinux RPM doesn't include ldlinux.c32, you may want to download another one"
501 LDLINUXC32=/tmp/idoesnthopefullyexist
502 else
503 LogFile "INFO: Found ldlinux.c32 at $LDLINUXC32"
504 fi
505}
506
507
508FindMboot32Binary() {
509 MBOOTC32=/usr/lib/syslinux/mboot.c32
510 [ ! -e "$MBOOTC32" ] && MBOOTC32=/usr/lib64/syslinux/mboot.c32
511 [ ! -e "$MBOOTC32" ] && MBOOTC32=/usr/share/syslinux/mboot.c32
512 [ ! -e "$MBOOTC32" ] && MBOOTC32=/usr/share/lib/syslinux/mboot.c32
513 [ ! -e "$MBOOTC32" ] && MBOOTC32=/usr/share/lib64/syslinux/mboot.c32
514 [ ! -e "$MBOOTC32" ] && MBOOTC32=/usr/lib/syslinux/modules/bios/mboot.c32
515 [ ! -e "$MBOOTC32" ] && MBOOTC32=/usr/lib64/syslinux/modules/bios/mboot.c32
516 [ ! -e "$MBOOTC32" ] && MBOOTC32=`find / -name mboot.c32 | grep -x "/.*/mboot.c32"`
517 [ ! -e "$MBOOTC32" ] && Die "Please install mboot.c32 first. If your syslinux RPM doesn't include mboot.c32, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue.org/downloads.shtml"
518 LogFile "INFO: Found mboot.c32 at $MBOOTC32"
519}
520
521FindIsolinuxBinary() {
522 ISOLINUX=/usr/lib/isolinux.bin
523 [ ! -e "$ISOLINUX" ] && ISOLINUX=/usr/lib/syslinux/isolinux.bin
524 [ ! -e "$ISOLINUX" ] && ISOLINUX=/usr/lib64/syslinux/isolinux.bin
525 [ ! -e "$ISOLINUX" ] && ISOLINUX=/usr/share/syslinux/isolinux.bin
526 [ ! -e "$ISOLINUX" ] && ISOLINUX=/usr/share/lib/syslinux/isolinux.bin
527 [ ! -e "$ISOLINUX" ] && ISOLINUX=/usr/share/lib64/syslinux/isolinux.bin
528 [ ! -e "$ISOLINUX" ] && ISOLINUX=/usr/lib/ISOLINUX/isolinux.bin
529 [ ! -e "$ISOLINUX" ] && ISOLINUX=`find / -name isolinux.bin | grep -x "/.*/isolinux.bin"`
530 [ ! -e "$ISOLINUX" ] && Die "Please install isolinux first. If your syslinux RPM doesn't include isolinux, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue.org/downloads.shtml"
531 LogFile "INFO: Found isolinux.bin at $ISOLINUX"
532}
533
534
535GenerateGiantDependencyList() {
536 local incoming loc fname list_of_files i tempfile outfile progress filelist res r mapfile mappath included_list included_item old_pwd tempdepfile modres noof_lines lvmversion lvmresolved
537
538 echo -en "Analyzing dependency requirements"
539 outfile=$1
540 tempfile=$MINDI_TMP/$$.txt
541 incoming=`ReadLine`
542
543 > $tempfile
544 progress=0
545 res=0
546 noof_lines=$2
547 while [ "$incoming" != "" ] ; do
548 if echo "$incoming" | grep -x " *#.*" &> /dev/null ; then
549 incoming=`ReadLine`
550 continue
551 fi
552 if [ "$incoming" = "LVMFILES:" ] ; then
553 break
554 fi
555 filelist=`GenerateListForFile "$incoming"`
556 r=$?
557 [ "$r" -ne "0" ] && LogAll "WARNING: $incoming not found"
558 res=$(($res+$r))
559# LogFile "INFO: '$incoming' generates filelist '$filelist'"
560 for fname in $filelist ; do
561 [ "$fname" != "" ] && echo "$fname" >> $tempfile
562 done
563 progress=$(($progress+1))
564 LogProgress $progress $noof_lines
565 incoming=`ReadLine`
566 done
567 if [ "$incoming" = "LVMFILES:" ] ; then
568 incoming=`ReadLine`
569 lvmversion=""
570 while [ "$incoming" != "" ] ; do
571 if echo "$incoming" | grep -x " *#.*" &> /dev/null ; then
572 incoming=`ReadLine`
573 continue
574 fi
575 filelist=`GenerateListForFile "$incoming"`
576 for tool in $filelist ; do
577 lvmresolved=`readlink -f $tool`
578 if [ "$tool" = "$lvmresolved" ]; then
579 echo "$tool" >> $tempfile
580 elif echo "$lvmresolved" | grep "lvmiopversion" &> /dev/null ; then
581 if [ "$lvmversion" = "" ] ; then
582 lvmversion=`$lvmresolved`
583 echo "$lvmresolved" >> $tempfile
584 fi
585 toolstripped=`echo $tool | $AWK -F / '{print $NF;}'`
586 if [ "$lvmversion" = "200" ]; then
587 # pvdata and lvmcreate_initrd don't exist in LVM2
588 case "$toolstripped" in
589 "pvdata")
590 continue
591 ;;
592 "lvmcreate_initrd")
593 continue
594 ;;
595 esac
596 fi
597 toolpath="/sbin/lvm-"$lvmversion"/"$toolstripped
598 if [ -e "$toolpath" ] ; then
599 echo "$toolpath" >> $tempfile
600 echo "$tool" >> $tempfile
601 else
602 toolpath="/lib/lvm-"$lvmversion"/"$toolstripped
603 fi
604 if [ -e "$toolpath" ] ; then
605 echo "$toolpath" >> $tempfile
606 echo "$tool" >> $tempfile
607 else
608 echo "Where are your LVM-Tools? Couldn't find $tool"
609 fi
610 else
611 echo "$tool" >> $tempfile
612 fi
613 done
614 progress=$(($progress+1))
615 LogProgress $progress $noof_lines
616 incoming=`ReadLine`
617 done
618 fi
619 echo -en "$DONE\nMaking complete dependency list"
620
621 tr -s '/' '/' < $tempfile | sort -u > $tempfile.new
622 mv -f $tempfile.new $tempfile
623 > $outfile.pre
624 progress=0
625 noof_lines=`cat $tempfile | wc -l`
626 LogFile "---------------------------------"
627 LogFile "List of dependencies: "
628 LogFile "---------------------------------"
629 for fname in `cat $tempfile` ; do
630 echo "$fname" | tee -a $LOGFILE >> $outfile.pre
631 LocateDeps $fname | tee -a $LOGFILE >> $outfile.pre
632 progress=$(($progress+1))
633 LogProgress $progress $noof_lines
634 done
635 if [ _"$MONDO_SHARE" != _"" ]; then
636 mkdir -p $bigdir/tmp
637 mkdir -p $bigdir/usr/bin
638 if [ -e "$MINDI_TMP/post-nuke.tgz" ] ; then
639 LogAll "\nINFO: Incorporating post-nuke tarball"
640 old_pwd=`pwd`
641 cd "$bigdir"
642 tar -zxf $MINDI_TMP/post-nuke.tgz 2>> $MINDI_TMP/$$.log || LogAll "ERROR: when untarring post-nuke tarball" $MINDI_TMP/$$.log
643 cd "$old_pwd"
644 fi
645 if cp -f $MINDI_TMP/mondo*restore $bigdir/usr/bin 2>> $LOGFILE ; then
646 LocateDeps $bigdir/usr/bin/mondo*restore >> $outfile.pre
647 else
648 LogIt "ERROR: Cannot find mondo*restore in mondo's tempdir, $MINDI_TMP"
649 LogIt " I bet you've got a spare copy of Mondo or Mindi floating around on your system."
650 LogIt " If Mindi was called by Mondo then send me a bug report."
651 LogIt " It not, type 'ps ax' to see which Mondo-related process is still running then kill it. :-)"
652 LogIt " Finally, run Mindi again."
653 Die "Odd."
654 fi
655 cp -f $MINDI_TMP/BOOTLOADER.* $bigdir 2>> $LOGFILE || LogIt "\nINFO: Mondo v1.2x defaults to LILO as the bootloader, BTW."
656 if [ -e "$MINDI_TMP/NETFS-SERVER-MOUNT" ] ; then
657 LogAll "\nINFO: Incorporating Network-related settings"
658 for r in NETFS-* ; do
659 cp -f $MINDI_TMP/$r $bigdir/tmp 2>> $LOGFILE || Die "Cannot copy $r - did you run out of disk space?"
660 LogFile "INFO: Copying $r to ramdisk"
661 done
662 fi
663 fi
664 tr ' ' '\n' < $outfile.pre | tr -s '/' '/' | grep -Fvx "" | sort -u | grep -Ev "/libX11|/libXext|/libXi|/libgtk|/libgdk" > $outfile
665 rm -f $tempfile $outfile.pre
666 [ "$res" -eq "0" ] && echo -e "\r\t\t\t\t\t\t\t\t$DONE" || echo "\nFailed."
667 return $res
668}
669
670
671GenerateListForFile() {
672 local files_found loc fname incoming i res
673 incoming="$1"
674 files_found=""
675 res=0
676
677 for fname in $incoming ; do
678 files_found="$files_found `LocateFile $fname`"
679 done
680
681 echo "$files_found" | tr ' ' '\n' | sort -u | tr '\n' ' '
682}
683
684
685# Returns all disk devices which are part of a raid array
686GetAllRaidMembers() {
687 $AWK "/^[[:space:]]*#/ {next} /^[[:space:]]*device/ if(\$2) {print \$2}" < /etc/raidtab
688}
689
690
691GetFileSizeList() {
692 local i
693 for i in `find $1 -type d -o -print` ; do
694 du -sk $i
695 done
696}
697
698
699# Check kernel filesystem capabilites for accessing initrd image
700# Could be ext2 FS (old mode) or initramfs (new mode)
701#
702# Interface definition:
703# param #1: absolute path to kernel image
704GetInitrdFilesystemToUse() {
705
706 # interface test: make sure we have one parameter
707 if [ $# -ne 1 ]; then
708 Die "GetInitrdFilesystemToUse(): Expected 1 parameter, got $#."
709 fi
710
711 # interface parameters
712 local lvKernelImage=$1
713
714 # local constants (filesystem magic strings)
715 local lcMagicCramfs="<3>cramfs: wrong magic"
716 local lcMagicExt2fs="EXT2-fs: blocksize too small for device."
717 local lcMagicExt3fs="<3>EXT3-fs: blocksize too small for journal device."
718 local lcMagicInitfs="<6>checking if image is initramfs...|[<]*6[>]*Unpacking initramfs...|<6>Trying to unpack rootfs image as initramfs"
719
720 # local variables
721 local lvOffset
722 local lvScanRes
723 local lvUseFilesystem
724
725 # say where we are.
726 LogFile "INFO: GetInitrdFilesystemToUse(): called with parameter: $lvKernelImage"
727
728 # verify that file exists
729 [ ! -f $lvKernelImage ] && Die "File $lvKernelImage not found. Terminating."
730
731 # Kernel may be gzip compressed - Case of RHEL5 - SLES11SP1
732 file $lvKernelImage 2>&1 | grep -q gzip
733 if [ $? -eq 0 ]; then
734 LogFile "INFO: Found a gzip compressed kernel $lvKernelImage"
735 lvScanRes=`gzip -cd $lvKernelImage | strings | grep -E "$lcMagicCramfs|$lcMagicExt2fs|$lcMagicExt3fs|$lcMagicInitfs" 2> /dev/null`
736 else
737 LogFile "INFO: Found a non gzip compressed kernel $lvKernelImage"
738 # kernel is x86 boot sector in RHEL3/4 with embedded gzip content
739 # get offet of gzip magic "1f8b0800" in file (for these older kernels)
740 lvOffset=`od -vA n -t x1 $lvKernelImage | tr -d '[:space:]' | awk '{ print match($0, "1f8b0800")}' 2> /dev/null`
741 if [ $lvOffset -eq 0 ]; then
742 LogFile "INFO: gzip magic not found in file $lvKernelImage. Supposing initramfs."
743 lvScanRes=$lcMagicInitfs
744 else
745 lvOffset=`expr $lvOffset / 2`
746 LogFile "INFO: GetInitrdFilesystemToUse(): gzip magic found at lvOffset $lvOffset."
747 # scan again kernel image
748 lvScanRes=`dd ibs=1 skip=$lvOffset if=$lvKernelImage obs=1M 2>/dev/null | gunzip -c 2> /dev/null | strings | grep -E "$lcMagicCramfs|$lcMagicExt2fs|$lcMagicExt3fs|$lcMagicInitfs" 2> /dev/null`
749 fi
750 fi
751
752 # determine which filesystem to use for initrd image: ext2|3fs, gzip'ed cpio (initramfs) or cramfs
753 if [ `echo $lvScanRes | grep -Ec "$lcMagicExt2fs"` -eq 1 ]; then
754 lvUseFilesystem="ext2fs"
755 elif [ `echo $lvScanRes | grep -Ec "$lcMagicExt3fs"` -eq 1 ]; then
756 lvUseFilesystem="ext3fs"
757 elif [ `echo $lvScanRes | grep -Ec "$lcMagicInitfs"` -eq 1 ]; then
758 lvUseFilesystem="initramfs"
759 elif [ `echo $lvScanRes | grep -Ec "$lcMagicCramfs"` -eq 1 ]; then
760 lvUseFilesystem="cramfs"
761 else
762 # In that case, we are most probably after 2.6.30 and use the supported initramfs
763 LogFile "WARNING: No automatic detection found previously. Supposing initramfs."
764 LogFile "WARNING: Report on the MondoRescue mailing-list with your log files and the result of"
765 LogFile "WARNING: dd ibs=1 skip=$lvOffset if=$lvKernelImage obs=1M 2>/dev/null | gunzip -c 2> /dev/null | strings | grep initramfs"
766 lvUseFilesystem="initramfs"
767 fi
768
769 # say what we are using
770 LogFile "INFO: GetInitrdFilesystemToUse(): Filesytem to use for initial ram disk is $lvUseFilesystem."
771
772 # return file system to use
773 echo "$lvUseFilesystem"
774
775}
776
777# Searches members of raid device
778# $1: raid device (/dev/md...)
779GetRaidDevMembers() {
780 if [ ! -f /etc/raidtab ]; then
781 return
782 fi
783 $AWK "/^[[:space:]]*#/ {next} /^[[:space:]]*raiddev/ {if(dev) exit; if(\$2 == \"$1\") dev=\$2} /^[[:space:]]*device/ {if(dev) {print \$2}}" < /etc/raidtab
784}
785
786
787ListAllPartitions() {
788 local res currline partition all_partitions ap_orig remaining i j
789
790 grep -Evx " *#.*| *none.*" $MY_FSTAB | $AWK '/^\/dev\/[imhs]d||^LABEL=\/|^UUID=/ && !/\/fdd|\/cdr|\/zip|\/floppy/ {print $1}'
791 [ -e "/etc/raidtab" ] && $AWK '/^ *device/ {print $2}' /etc/raidtab
792 if [ -e "/vmfs/volumes" ]; then
793 # For VMWare ESX 3 get the device names of these volumes
794 vdf -P | grep -E '/vmfs/volumes' | $AWK '{print $1}'
795 fi
796 return
797}
798
799
800ListImagesForUser() {
801 local path fname
802 path=$MINDI_CACHE
803 echo -en "In the directory '$path' you will find the images:-\n"
804 for fname in `ls $path | grep -F mindi-` ; do
805 printf "%19s " $fname
806 done
807 echo " "
808}
809
810
811ListKernelModulePaths() {
812 local module_list module fname r kern
813 module_list="$MODULES"
814 # Remove unwanted modules from list
815 for i in $DENY_MODS; do
816 module_list=`echo ${module_list} | tr ' ' '\n' | grep -Ev "^${i}$" | tr '\n' ' '`
817 done
818###
819### Sq-Modification ... Use kernelname for module search path if specified
820###
821 if [ "${kernelname}" != "" ]
822 then
823 kern=${kernelname}
824 else
825 kern="$KERVERRUN"
826 fi
827 export KERVER=$kern
828###
829### Sq-Mod End
830###
831 # Get rid of duplicates
832 for module in `echo $module_list | tr ' ' '\n' | sort -u` ; do
833 r=`find /lib/modules/$kern -type f | grep "/${module}\..*o" | tail -n1`
834 if [ -z "$r" ]; then
835 if [ "`echo "$MODULES" | grep -w $module`" ]; then
836 r="[live module file not found]"
837 else
838 r="[extra module file not found]"
839 fi
840 else
841 [ -f "$r" ] && echo "$r"
842 fi
843 LogFile "INFO: module $module --> $r"
844 done
845 find /lib/modules/$kern/modules.* -type f 2> /dev/null
846}
847
848#
849# Critical function which computes all dependencies (dyn. lib.)
850# for a list of binaries
851#
852LocateDeps() {
853 local incoming fname deps
854 incoming="$*"
855 deps=""
856
857 for fname in $incoming ; do
858 if [ ! -e "$fname" ] ; then
859 LogFile "WARNING: $fname does not exist; cannot be LDD'd."
860 if echo $fname | grep lvm &> /dev/null ; then
861 LogFile " This warning only affects you if you are using LVM."
862 if echo "$MODULES" | grep lvm &> /dev/null ; then
863 LogFile " I think you are, so please take heed!"
864 else
865 LogFile " I don't think you are, so don't worry about it."
866 fi
867 fi
868 else
869 deps="$deps $fname"
870 fi
871 done
872 mr-read-all-link `mr-process-ldd $deps | sort -u` | sort -u
873}
874
875
876LocateFile() {
877 local i j path fname_to_find location output resolved tmp stub cache_id loclist
878 fname_to_find="$1"
879 # It's an absolute path
880 j=`echo "$fname_to_find" | cut -c1`
881 if [ _"$j" = _"/" ]; then
882 dn=`dirname $fname_to_find`
883 # We suppose that the link is already included, just add the new file
884 if [ -h "$dn" ]; then
885 newdn=`readlink -f $dn`
886 bn=`basename $fname_to_find`
887 output="$newdn/$bn"
888 else
889 output="$fname_to_find"
890 fi
891 if [ -h "$output" ] ; then
892 output="`mr-read-all-link $output` $output"
893 fi
894 echo "$output"
895 return 0
896 fi
897 # It's not an absolute path
898 output=""
899 for path in /etc /usr /usr/bin /usr/sbin /bin /usr/X11R6/bin /sbin /usr/local/bin /usr/local/sbin `find /usr/lib /lib /usr/local/lib /usr/X11R6/lib /usr/lib64 /lib64 /usr/local/lib64 /usr/X11R6/lib64 -type d -maxdepth 1 2> /dev/null` ; do
900 #for path in /etc /usr /usr/bin /usr/sbin /bin /usr/X11R6/bin /sbin /usr/local/bin /usr/local/sbin /usr/lib /usr/lib64 /usr/lib64/* /lib /lib64 /lib64/* /usr/local/lib /usr/local/lib64 /usr/local/lib64/* /usr/X11R6/lib /usr/X11R6/lib64 /usr/X11R6/lib64/* ; do
901 [ -h "$path" ] && continue
902 [ ! -e "$path/$fname_to_find" ] && continue
903 output="$path/$fname_to_find $output"
904 if [ -h "$path/$fname_to_find" ] ; then
905 output="`mr-read-all-link $path/$fname_to_find` $output"
906 fi
907 done
908 if [ "$output" = "" ] ; then
909 return 1
910 fi
911 echo "$output"
912 return 0
913}
914
915LogProgress() {
916 local i progress modres noof_lines title
917
918 progress=$1
919 noof_lines=$2
920 title=$3
921
922 i=$(($progress*100))
923 if [ $noof_lines -ne 0 ]; then
924 i=$(($i/$noof_lines))
925 else
926 i=0
927 fi
928
929 if [ _"$MONDO_SHARE" != _"" ]; then
930 echo "$title $i%"
931 else
932 echo -en "\r\t\t\t\t\t\t\t\t"
933 echo -en "$i"
934 echo -en "%"
935 modres=$(($progress%4))
936 [ "$modres" -eq "0" ] && echo -en "\t/"
937 [ "$modres" -eq "1" ] && echo -en "\t-"
938 [ "$modres" -eq "2" ] && echo -en "\t\\"
939 [ "$modres" -eq "3" ] && echo -en "\t|"
940 fi
941}
942
943# Called by TurnTgzIntoRdz, to make /tmp/$MRCFG
944MakeMondoConfigFile() {
945 local outfile use_lzo use_comp use_star
946 outfile=$1
947 > $outfile
948 [ "$TAPESIZE" ] && echo "media-size $TAPESIZE" >> $outfile
949 [ "$TAPEDEV" ] && echo "media-dev $TAPEDEV" >> $outfile
950 [ "$USBDEVICE" ] && echo "usb-dev $USBDEVICE" >> $outfile
951 [ "$FILES_IN_FILELIST" ] && echo "files-in-filelist $FILES_IN_FILELIST" >> $outfile
952 [ "$LAST_FILELIST_NUMBER" ] && echo "last-filelist-number $LAST_FILELIST_NUMBER" >> $outfile
953 [ "$INTERNAL_TAPE_BLOCK_SIZE" ] && echo "internal-tape-block-size $INTERNAL_TAPE_BLOCK_SIZE" >> $outfile
954 use_lzo=$USE_LZO; [ "$use_lzo" = "" ] && use_lzo="no"
955 use_gzip=$USE_GZIP; [ "$use_gzip" = "" ] && use_gzip="no"
956 use_lzma=$USE_LZMA; [ "$use_lzma" = "" ] && use_lzma="no"
957 use_comp=$USE_COMP; [ "$use_comp" = "" ] && use_comp="yes"
958 use_star=$USE_STAR; [ "$use_star" = "" ] && use_star="no"
959 echo "use-lzo $use_lzo" >> $outfile
960 echo "use-gzip $use_gzip" >> $outfile
961 echo "use-star $use_star" >> $outfile
962 echo "use-lzma $use_lzma" >> $outfile
963 echo "use-comp $use_comp" >> $outfile
964 echo "datestamp `date`" >> $outfile
965 [ "$ESTIMATED_TOTAL_NOOF_SLICES" ] && echo "total-slices $ESTIMATED_TOTAL_NOOF_SLICES" >> $outfile
966 AddFileToCfgIfExists $MINDI_TMP/ISO-DEV iso-dev $outfile
967 AddFileToCfgIfExists $MINDI_TMP/ISO-MNT iso-mnt $outfile
968 AddFileToCfgIfExists $MINDI_TMP/ISO-PREFIX iso-prefix $outfile
969 AddFileToCfgIfExists $MINDI_TMP/ISO-DIR iso-dir $outfile
970 AddFileToCfgIfExists $MINDI_TMP/BOOTLOADER.DEVICE bootloader.device $outfile
971 AddFileToCfgIfExists $MINDI_TMP/BOOTLOADER.NAME bootloader.name $outfile
972 AddFileToCfgIfExists $MINDI_TMP/BOOTLOADER.VER bootloader.ver $outfile
973 AddFileToCfgIfExists $MINDI_TMP/TAPEDEV-HAS-DATA-DISKS tapedev-has-data-disks $outfile
974 AddFileToCfgIfExists $MINDI_TMP/BACKUP-MEDIA-TYPE backup-media-type $outfile
975 AddFileToCfgIfExists $MINDI_TMP/DIFFERENTIAL differential $outfile
976 AddFileToCfgIfExists $MINDI_TMP/ACL acl $outfile
977 AddFileToCfgIfExists $MINDI_TMP/XATTR xattr $outfile
978 AddFileToCfgIfExists $MINDI_TMP/OBDR obdr $outfile
979
980 # Deal with network configuration in a portable way
981 if [ -f $MINDI_TMP/NETFS-SERVER-MOUNT ]; then
982 mr-net-get-config `cat $MINDI_TMP/NETFS-SERVER-MOUNT` >> $outfile
983 fi
984}
985
986# Get PV's for an LV
987GetPVsForLV() {
988 if [ -n "$1" ]; then
989 vg=`$LVMCMD lvdisplay $1 2>/dev/null |awk '/VG Name/{print $NF;exit}'`
990 if [ -z "$vg" ]; then
991 return
992 fi
993 $LVMCMD vgdisplay -v $vg 2>/dev/null | awk '/PV Name/{print $NF}'
994 fi
995}
996
997
998MakeMountlist() {
999 local mountlist all_partitions current_partition \
1000partition_size partition_format outstring partition_number \
1001partition_mountpt c_p lwm_info psz lvm_dev unofficial_outstring \
1002absolute_partition old_partition_fmt current_lvolume uname skip
1003
1004 LogFile "------------------------------------"
1005 LogFile "Your raw fstab file looks like this:"
1006 LogFile "------------------------------------"
1007 cat $MY_FSTAB >> $LOGFILE
1008 LogAll "-----------------------------------"
1009 LogAll "Your mountlist will look like this:"
1010 LogAll "-----------------------------------"
1011
1012# mountlist(OUT)
1013 mountlist=$1
1014
1015# NB: partition = device
1016# NB: mountpt = where the device is mounted
1017
1018 [ -e "$MY_FSTAB" ] || Die "Cannot find your fstab file ($MY_FSTAB)"
1019
1020 [ "$mountlist" != "" ] && rm -Rf $mountlist
1021 > $mountlist
1022 all_partitions=""
1023
1024 if [ $LVM != "false" ]; then
1025 LogAll "INFO: Analyzing LVM..."
1026 $MINDI_LIB/analyze-my-lvm > $MINDI_TMP/lvm.res
1027 if [ $? -ne 0 ]; then
1028 LVM="false"
1029 fi
1030 # Excluded LVs and GVs are not reported here
1031 all_partitions=`cat $MINDI_TMP/lvm.res | grep -F ">>>" | cut -d' ' -f2-`
1032 fi
1033 all_partitions="$all_partitions `ListAllPartitions 2> /dev/null`"
1034 for i in $IMAGE_DEVS ; do
1035 mount | grep -F "$i " > /dev/null 2> /dev/null && Die "Sorry, $i is already mounted! CANNOT DO IMAGEDEV on it if it's mounted."
1036 done
1037 [ "$IMAGE_DEVS" != "" ] && all_partitions="`echo "$all_partitions $IMAGE_DEVS" | tr ' ' '\n' | sort -u | tr '\n ' ' '`"
1038 printf "%-15s %-15s %-15s %-13s %-15s\n" DEVICE MOUNTPOINT FORMAT "SIZE MB" LABEL/UUID | tee -a $LOGFILE
1039 printf "%-15s %-15s %-15s %-13s %-15s\n" ------ ---------- ------ ------- ---------- | tee -a $LOGFILE
1040 useless_dev="/dev/floppy /dev/fd0h1440 /dev/fd0H1440 /dev/cdrom /dev/cdrom/cdrom /dev/cdrom/cdrom1 /dev/cdrom/cdrom2 /dev/cdrom0 /dev/cdrom1 /dev/cdrom2 /dev/cdrom3 /dev/cdrw /dev/scd /dev/ram :/ /dev/sr0 /dev/sr1 /dev/cdrom1 tmpfs devpts sysfs proc debugfs"
1041 for c_p in $all_partitions ; do
1042 # Skip fd/cd devices, network FS, cifs
1043 [ "`echo "$useless_dev" | grep -F "$c_p"`" != "" ] || [ "`echo "$c_p" | grep ":"`" != "" ] || [ "`echo "$c_p" | grep -E "^//"`" != "" ]&& continue
1044 [ "`echo "$c_p" | grep -x "/dev/cdroms.*"`" ] && continue
1045 if [ -h "$c_p" ] && [ "`echo "$c_p" | grep -F "/dev/hd"`" = "" ] && [ "`echo "$c_p" | grep -F "/dev/sd"`" = "" ] && [ "`echo "$c_p" | grep -F "/dev/md"`" = "" ] ; then
1046 current_partition=`readlink -f $c_p`
1047 if [ "`echo "$current_partition" | grep -F "/dev/mapper"`" != "" ]; then
1048 current_partition="$c_p"
1049 elif [ "`echo $current_partition | grep -E '^/dev/dm-'`" ]; then
1050 # For SLES 11 type of distro, do not use dm devices as they are unable to be handled by lvm commands
1051 current_partition=`$MINDI_LIB/analyze-my-lvm --givevglvofdm $current_partition`
1052 fi
1053 [ "`echo "$useless_dev" | grep -F "$current_partition"`" ] && continue
1054 else
1055 current_partition="$c_p"
1056 fi
1057 [ "$c_p" = "none" ] && continue
1058 redhat_label=""
1059 label=""
1060 uuid=""
1061 absolute_partition=`readlink -f $c_p`
1062 partition_mountpt=`tr -s '\t' ' ' < $MY_FSTAB | grep -w "$current_partition" | grep -vx " *#.*" | $AWK '{print $2}' | head -n1`
1063
1064 # set default in case we dont't find it
1065 str_to_find_fmt_with=$current_partition
1066
1067 # This part tries to retrieve the correct device from a LABEL line in /etc/fstab
1068 # current_partition contains only first column of /etc/fstab
1069 if [ "`echo "$current_partition" | grep -i "LABEL="`" != "" ]; then
1070 redhat_label=`echo "$current_partition" | cut -d'=' -f2`
1071 actual_dev=""
1072
1073 # 1st try, findfs - the RHEL way of finding labels and their partitions
1074 if [ -x "/sbin/findfs" ]; then
1075 actual_dev=`/sbin/findfs LABEL="${redhat_label}" 2> /dev/null`
1076 fi
1077
1078 # 2nd try : blkid, the good way for all LABEL except swap
1079 if [ "x$actual_dev" = "x" -a -x "/sbin/blkid" ]; then
1080 actual_dev=`/sbin/blkid | grep "$redhat_label" | grep LABEL= | cut -d':' -f1`
1081 # For LVM FS it will give a /dev/dm-# which should then be converted
1082 if [ $LVM = "v2" ] && [ "`echo $actual_dev | grep '/dev/dm'`" ]; then
1083 major=`/bin/ls -l $actual_dev | $AWK '{print $5}'`
1084 minor=`/bin/ls -l $actual_dev | $AWK '{print $6}'`
1085 for dev in `ls /dev/mapper/*`; do
1086 major1=`/bin/ls -l $dev | $AWK '{print $5}'`
1087 minor1=`/bin/ls -l $dev | $AWK '{print $6}'`
1088 if [ $major1 = $major ] && [ $minor1 = $minor ]; then
1089 actual_dev=`/bin/ls -l $dev | $AWK '{print $10}'`
1090 break
1091 fi
1092 done
1093 fi
1094 fi
1095
1096 # 3rd try, which works on a standard partition (ext2/3), but not on swap
1097 # For LVM gives a /dev/mapper entry
1098 if [ "x$actual_dev" = "x" ]; then
1099 actual_dev=`/bin/mount -l | grep "\[$redhat_label\]" | cut -d' ' -f1`
1100 fi
1101
1102 # 4th try, with vol_id
1103 # SWAP only
1104 if [ "x$actual_dev" = "x" -a -x "/sbin/vol_id" ]; then
1105 list_swaps=`cat /proc/swaps | grep "/dev/" | $AWK '{ print $1 }' `
1106 for dev_swap in $list_swaps ; do
1107 dev_exists=`/sbin/vol_id $dev_swap | grep "$redhat_label"`
1108 if [ "x$dev_exists" != "x" ]; then
1109 actual_dev=$dev_swap
1110 break;
1111 fi
1112 done
1113 fi
1114
1115 # 5th try : pre-formated LABEL. Format is : LABEL=SWAP-mydevice or SW-mydevice. e.g. : LABEL=SWAP-hda5
1116 # LABEL=SW-cciss/c0d0p3 (RDP)
1117 # or could be a string that isn't a complete device name (eg. LABEL =SWAP-cciss/c0d0p)
1118 # SWAP only
1119 if [ "x$actual_dev" = "x" -a _"`echo $current_partition | grep -iE 'LABEL=SWAP|LABEL=SW-'`" != _"" ]; then
1120 skip=""
1121 uname=$KERVERRUN
1122 [ "`echo $uname | grep "2.4.[0-9]"`" != "" ] && skip=16
1123 # 2.6.12 needs 16 (FC3)
1124 [ "`echo $uname | grep "2.6.[0-1]"`" != "" ] && skip=16
1125 # 2.6.19 and upper needs 1052
1126 [ "`echo $uname | grep "2.6.19"`" != "" ] && skip=1052
1127 [ "`echo $uname | grep "2.6.[2-9]"`" != "" ] && skip=1052
1128 [ "`echo $uname | grep "3.[0-9]*.[0-9]*"`" != "" ] && skip=1052
1129 if [ $skip = "" ]; then
1130 Die "Your kernel is too old. I don't know how to support labelled swap spaces with it"
1131 fi
1132 for try_dev in `tail +2 /proc/swaps | cut -d' ' -f1`
1133 do
1134 # Location of the swap label for kernel 2.6
1135 try_dev_label=`dd bs=1 count=16 skip=$skip if=$try_dev 2> /dev/null`
1136 if [ "x$try_dev_label" = "x$redhat_label" ]; then
1137 actual_dev=$try_dev
1138 fi
1139 done
1140 fi
1141
1142 # Check if one of all those tries has known success
1143 if [ "x$actual_dev" != "x" ]; then
1144 current_partition=$actual_dev
1145 else
1146 Die "Your system uses a LABEL partition ($current_partition), but you lack the tool to support it.\nPlease replace labels with their correct devices in $MY_FSTAB or install findfs|blkid|vol_id"
1147 fi
1148 # This part tries to retrieve the correct device from a UUID line in /etc/fstab
1149 # current_partition contains only first column of /etc/fstab
1150 elif [ "`echo "$current_partition" | grep -i "UUID="`" != "" ]; then
1151 uuid=`echo "$current_partition" | cut -d'=' -f2`
1152 actual_dev=""
1153
1154 # 1st try, findfs - the RHEL way of finding labels and their partitions
1155 if [ -x "/sbin/findfs" ]; then
1156 actual_dev=`/sbin/findfs UUID=${uuid} 2> /dev/null`
1157 fi
1158
1159 # 2nd try : blkid, the good way for all UUID except swap
1160 if [ "x$actual_dev" = "x" -a -x "/sbin/blkid" ]; then
1161 actual_dev=`/sbin/blkid | grep "$uuid" | grep UUID= | cut -d':' -f1`
1162 # For LVM FS it will give a /dev/dm-# which should then be converted
1163 if [ $LVM = "v2" ] && [ "`echo $actual_dev | grep '/dev/dm'`" ]; then
1164 major=`/bin/ls -l $actual_dev | $AWK '{print $5}'`
1165 minor=`/bin/ls -l $actual_dev | $AWK '{print $6}'`
1166 for dev in `ls /dev/mapper/*`; do
1167 major1=`/bin/ls -l $dev | $AWK '{print $5}'`
1168 minor1=`/bin/ls -l $dev | $AWK '{print $6}'`
1169 if [ $major1 = $major ] && [ $minor1 = $minor ]; then
1170 actual_dev=`/bin/ls -l $dev | $AWK '{print $10}'`
1171 break
1172 fi
1173 done
1174 fi
1175 fi
1176
1177 # 3th try, with vol_id
1178 if [ "x$actual_dev" = "x" -a -x "/sbin/vol_id" ]; then
1179 list_dev=`mount | grep -E '^/' | $AWK '{ print $1 }' `
1180 for dev in $list_dev ; do
1181 dev_exists=`/sbin/vol_id $dev | grep "$uuid"`
1182 if [ "x$dev_exists" != "x" ]; then
1183 actual_dev=$dev
1184 break;
1185 fi
1186 done
1187 fi
1188
1189 # 4th try, with dumpuuid (VMWare only ?) for swap
1190 if [ "x$actual_dev" = "x" -a -x "/sbin/dumpuuid" ]; then
1191 list_dev=`cat /proc/swaps | grep -E '^/' | $AWK '{ print $1 }' `
1192 for dev in $list_dev ; do
1193 dev_exists=`/sbin/dumpuuid $dev | grep "$uuid"`
1194 if [ "x$dev_exists" != "x" ]; then
1195 actual_dev=$dev
1196 break;
1197 fi
1198 done
1199 fi
1200
1201 # Check if one of all those tries has known success
1202 if [ "x$actual_dev" != "x" ]; then
1203 current_partition=$actual_dev
1204 else
1205 Die "Your system uses a UUID partition ($current_partition),\nbut you lack the tool to support it.\nPlease replace labels with their correct devices in $MY_FSTAB or\ninstall findfs|blkid|vol_id or\nrelabel the partition with the correct UUID if it's a swap partition."
1206 fi
1207 else
1208 # Needs to handle the recent OpenSUSE fancy way of dealing with fstab :-(
1209 # they use symlinks in fstab unrelated to what is shown in mount !
1210 if [ _"$partition_mountpt" = _"" ]; then
1211 # set default in case we dont't find it
1212 for tmpp in `tr -s '\t' ' ' < $MY_FSTAB | grep -Ev "^#" | $AWK '{print $1}'`; do
1213 if [ _"`readlink -f $tmpp`" = _"`readlink -f $current_partition`" ]; then
1214 str_to_find_fmt_with=$tmpp
1215 partition_mountpt=`tr -s '\t' ' ' < $MY_FSTAB | grep -w "$tmpp" | grep -vx " *#.*" | $AWK '{print $2}' | head -n1`
1216 break;
1217 fi
1218 done
1219 fi
1220 fi
1221
1222 # Detects noauto partitions not mounted and exclude them
1223 partition_option=`tr -s '\t' ' ' < $MY_FSTAB | grep -w "$str_to_find_fmt_with" | grep -vx " *#.*" | $AWK '{print $4}' | head -n1`
1224 if [ "`echo "$partition_option" | grep -i noauto`" != "" ] && [ "`mount | grep -w "$partition_mountpt"`" = "" ] ; then
1225 LogFile "INFO: Excluding $current_partition from mountlist (due to noauto option in fstab)"
1226 continue
1227 fi
1228 # Detects bind partitions and exclude them
1229 if [ "`echo "$partition_option" | grep -iw bind`" != "" ]; then
1230 LogFile "INFO: Excluding $current_partition from mountlist (due to bind option in fstab)"
1231 continue
1232 fi
1233
1234 # Look for devices which have to be excluded
1235 skip=0
1236 if [ "$MINDI_EXCLUDE_DEVS" ] ; then
1237 l=""
1238 list_of_devices="`mr-read-all-link $current_partition`"
1239 for d in $list_of_devices; do
1240 l="$l `$MINDI_LIB/analyze-my-lvm --givemapperofdm $d`"
1241 done
1242
1243 # Remove PVs from LVs excluded
1244 l="$l `GetPVsForLV $current_partition`"
1245
1246 # We want a single unique list
1247 list_of_devices="`echo $l | sort -u`"
1248
1249 for d in `echo $MINDI_EXCLUDE_DEVS | sed 's/|/ /g'`; do
1250 if [ "`echo " $list_of_devices " | grep " $d"`" != "" ]; then
1251 LogFile "INFO: Excluding $current_partition from mountlist (due to excluded device $d)"
1252 skip=1
1253 continue
1254 fi
1255 done
1256 fi
1257 if [ $skip -eq 1 ]; then
1258 continue
1259 fi
1260
1261 partition_format=`$AWK '$1 == "'"$str_to_find_fmt_with"'" {print $3}' $MY_FSTAB`
1262 # Detects iso9660 ISO images and exclude them
1263 if [ "`echo "$partition_format" | grep -iw iso9660`" != "" ]; then
1264 LogFile "INFO: Excluding $current_partition from mountlist (due to iso9660 format in fstab)"
1265 continue
1266 fi
1267 # Some distributions such as Debian do not put /dev/<VG>/<LV> in fstab
1268 # for LVM partitions but use /dev/mapper/<VG>-<LV> instead. Fortunately,
1269 # the former is then a link to the latter, so we test whether
1270 # $current_partition is actually such a link or not and set
1271 # $current_lvolume accordingly. On Debian you may find more than one answer
1272 # so we remove the one corresponding to /dev/.static
1273 # On RedHat even if the device name is different (/dev/mapper/<VG><LV>), the
1274 # principle is the same and we need to find the link to it as well.
1275 # Note that $current_lvolume may well be an
1276 # ordinary device. It is just to make sure that we feed the right value
1277 # into any of the LVM tools if possible.
1278
1279 current_lvolume="$current_partition"
1280 if [ $LVM = "v2" ] && [ "`echo $current_partition | grep -E '^/dev/mapper/'`" ]; then
1281 # .static dir are a Debian specificity
1282 current_lvolume="`find /dev -lname "$current_partition" | grep -Ev '^/dev/\.static/'`"
1283 echo $current_lvolume | grep -q ' '
1284 if [ $? -eq 0 ]; then
1285 LogFile "WARNING: Multiple Logical Volumes found. Report to dev team"
1286 fi
1287 # if it's not found, it may well be a real device such as a multipath one
1288 # /dev/mapper/mpath... Thus we revert the situation so that next test succeed
1289 if [ _"$current_lvolume" = _"" ]; then
1290 current_lvolume="$current_partition"
1291 fi
1292 fi
1293 #
1294 # End of LVM device style variation code (other than $current_lvolume).
1295
1296 if [ $LVM != "false" ] && [ "`$LVMCMD lvdisplay $current_lvolume 2> /dev/null`" ]; then
1297 # Size computed via LVM not directly
1298 partition_size="lvm"
1299 else
1300 [ "`echo "$current_partition" | grep "[0-9]"`" = "" ] && continue
1301 [ "`echo "$current_partition" | grep -c "^/"`" -ne "1" ] && continue
1302 if [ "$partition_format" = "swap" ] || [ "$partition_mountpt" = "swap" ] ; then
1303 # Skip swap files
1304 [ "`echo "$current_partition" | grep -E "^/dev"`" = "" ] && continue
1305 partition_size=`grep -Fv "Priority" /proc/swaps | tr -s '\t' ' ' | grep -F "$current_partition " | $AWK '{print $3}'`
1306 [ "$partition_mountpt" != "swap" ] && partition_mountpt="swap"
1307 [ "$partition_format" != "swap" ] && partition_format="swap"
1308 if [ "$partition_size" = "" ] ; then
1309 totalsize=0
1310 items=0
1311 for i in `tr -s ' ' '\t' < /proc/swaps | grep -Fv "Filename" | cut -f3` ; do
1312 totalsize=$(($totalsize+$i))
1313 items=$(($items+1))
1314 done
1315 [ "$items" -gt "0" ] && partition_size=$(($totalsize/$items)) || partition_size=0
1316 [ "$partition_size" -lt "125000" ] && partition_size=125000
1317 LogFile "INFO: I'm guessing $c_p is $(($partition_size/1024))MB"
1318 fi
1319 else
1320 partition_size=`SizeOfPartition $current_partition`
1321 fi
1322 fi
1323 [ "$partition_mountpt" = "swap" ] && partition_format="swap"
1324 [ "$partition_format" = "swap" ] && partition_mountpt="swap"
1325 if [ "$partition_mountpt" = "" ] ; then
1326 if [ "`$LVMCMD pvdisplay $current_lvolume 2> /dev/null`" != "" ] ; then
1327 if [ "`grep -F device /etc/raidtab 2> /dev/null | grep -w $current_partition`" ] ; then
1328 partition_mountpt="raid"
1329 partition_format="raid"
1330 else
1331 partition_mountpt="lvm"
1332 partition_format="lvm"
1333 fi
1334 fi
1335 fi
1336 psz=$partition_size
1337 LogFile "INFO: Examining $current_partition (mount=$partition_mountpt fmt=$partition_format psz=$psz)"
1338 [ "$psz" != "lvm" ] && psz=$(($psz/1024))
1339 if [ "`echo " $IMAGE_DEVS " | grep -F " $current_partition "`" != "" ] ; then
1340 partition_mountpt="image"
1341 old_partition_fmt=$partition_format
1342 partition_format="`$FDISK -l 2>> $LOGFILE | tr '*' ' ' | tr '+' ' ' | tr -s ' ' '\t' | grep -w "$absolute_partition" | cut -f5`"
1343 partition_size=$(($partition_size+1)); # just in case
1344 if [ "$partition_format" = "Linux" ] ; then
1345 LogFile "WARNING: Are you imaging a mounted swap partition? Silly..."
1346 LogFile "WARNING: Reverting format from $old_partition_fmt to $partition_format"
1347 partition_format=$old_partition_fmt
1348 fi
1349 fi
1350
1351 if [ ! "$partition_mountpt" ] ; then
1352 LogFile "------- $FDISK -l $qq log ------------"
1353 for qq in "" `find /dev/ida/c*d* ! -name '*p*' 2> /dev/null`; do
1354 partition_format=`$FDISK -l $qq 2>> $LOGFILE | grep -w "$c_p" | sed 's/12/|/' | tr -s '\t' ' ' | cut -d'|' -f2 | cut -d' ' -f2-9`
1355 [ "$partition_format" ] && break
1356 done
1357 LogFile "------- $FDISK log end ------------"
1358 if [ "$partition_format" = "Compaq diagnostics" ] ; then
1359 partition_format="compaq"
1360 elif [ ! "`grep -F device /etc/raidtab 2> /dev/null | grep -w $current_partition`" ] ; then
1361 LogAll "WARNING: Unable to find mountpoint of $current_partition - ignoring"
1362 continue
1363 fi
1364 fi
1365 if [ "$redhat_label" ]; then
1366 label="$redhat_label"
1367 elif [ "$uuid" ]; then
1368 label="$uuid"
1369 fi
1370 partition_format="`echo "$partition_format" | cut -d',' -f1`"; # in case user has ext3,ext2 or something dumb like that
1371 [ "$partition_format" = "auto" ] && partition_format="`mount | grep -w $current_partition | $AWK '{print$5;}'`"; # in case user uses 'auto' (dumb!)
1372 unofficial_outstring=`printf "%-15s %-15s %-15s %7s %-15s\n" $current_partition $partition_mountpt $partition_format $psz "$label"`
1373 if [ "$current_partition" = "" ] ; then
1374 LogFile "WARNING: Unknown partition (outstring = $unofficial_outstring)"
1375 elif [ "$partition_mountpt" = "" ] && [ -f "/etc/raidtab" ] ; then
1376 if [ "`grep -F device /etc/raidtab 2>/dev/null | grep -F $current_partition`" ] ; then
1377 partition_mountpt=raid
1378 partition_format=raid
1379 printf "%-15s %-15s %-15s %7s %15s\n" $current_partition $partition_mountpt $partition_format $psz "$label" | tee -a $LOGFILE
1380 printf "%s %s %s %s %s %s\n" $current_partition $partition_mountpt $partition_format $partition_size "$label" >> $mountlist
1381 else
1382 LogFile "WARNING: Unknown mountpoint (outstring = $unofficial_outstring)"
1383 fi
1384 elif [ "$partition_format" = "" ] ; then
1385 LogFile "WARNING: Unknown format (outstring = $unofficial_outstring)"
1386 elif [ "$partition_size" = "" ] ; then
1387 LogFile "WARNING: Unknown partition size (outstring = $unofficial_outstring)"
1388 elif [ "$partition_mountpt" = "/proc" ] || [ "$partition_mountpt" = "/dev/pts" ] ; then
1389 continue
1390 else
1391 if [ "$partition_format" = "dos" ] || [ "$partition_format" = "msdos" ] ; then
1392 LogFile "WARNING: vfat should be used instead of dos/msdos as a partition format"
1393 partition_format="vfat"
1394 fi
1395 printf "%-15s %-15s %-15s %7s %-15s\n" $current_partition $partition_mountpt $partition_format $psz "$label" | tee -a $LOGFILE
1396 printf "%s %s %s %s %s\n" $current_partition $partition_mountpt $partition_format $partition_size "$label" >> $mountlist
1397 fi
1398 done
1399 LogAll "-----------------------------------"
1400}
1401
1402CheckMountlist() {
1403 local file=$1
1404 # Coherency verification
1405 ML01=`cat $file | wc -l`
1406 ML02=`grep -vE ' lvm | raid | swap ' $file | wc -l`
1407 ML1=`$AWK '{print $1}' $file | sort -u | wc -l`
1408 ML2=`grep -vE ' lvm | raid | swap ' $file | $AWK '{print $2}' | sort -u | wc -l`
1409 if [ "$ML01" -ne "$ML1" ]; then
1410 LogFile "--------------------------------------------"
1411 LogAll "WARNING: Duplicate device entry in mountlist"
1412 LogFile "--------------------------------------------"
1413 fi
1414 if [ "$ML02" -ne "$ML2" ]; then
1415 LogFile "--------------------------------------------"
1416 LogAll "WARNING: Duplicate mountpoint entry in mountlist"
1417 LogFile "------------------------------------------------"
1418 fi
1419}
1420
1421OfferToMakeBootableISO() {
1422 local i old_pwd
1423 if [ -z "$ISO_CMD" ]; then
1424 LogAll "ERROR: Neither mkisofs nor genisoimage found, unable to make CD image"
1425 return
1426 fi
1427 if [ "$PROMPT_MAKE_CD_IMAGE" = "yes" ] && [ _"$MONDO_SHARE" = _"" ]; then
1428 echo -en "Shall I make a bootable CD image? (y/[n]) "
1429 read i
1430 [ "$i" != "y" ] && [ "$i" != "Y" ] && return 0
1431 fi
1432 rm -Rf $MINDI_TMP/iso
1433 mkdir -p $MINDI_TMP/iso/{images,archives}
1434 LogFile "INFO: mindi_lib = $MINDI_LIB"
1435 cp -f $MINDI_CACHE/{*.gz,*.img} $MINDI_TMP/iso/images 2>> $LOGFILE || LogAll "WARNING: OfferToMakeBootableISO: Cannot copy $MINDI_CACHE/*.gz to $MINDI_TMP/iso/images"
1436 for i in memdisk memtest.bin memtest.img ; do
1437 j=$MINDI_LIB/$i
1438 k=$MINDI_TMP/iso
1439 if [ -e "$j" ] ; then
1440 LogAll "INFO: Copying $j to $k"
1441 cp -f $j $k 2>> $LOGFILE || Die "Failed to copy $j to $k"
1442 cp -f $j $MINDI_TMP 2>> $LOGFILE || Die "Failed to copy $j to $MINDI_TMP"
1443 if [ _"$MONDO_SHARE" != _"" ]; then
1444 cp -f $j $MONDO_ROOT 2>> $LOGFILE || Die "Failed to copy $j to $MONDO_ROOT"
1445 fi
1446 fi
1447 done
1448 MakeMessageFile $MINDI_TMP/iso | cut -c1-80 > $MINDI_TMP/iso/message.txt
1449 if [ $KERNEL_IS_XEN = "yes" ]; then
1450 FindMboot32Binary
1451 cp $xenkernelpath $MINDI_TMP/iso/xen.gz 2>> $LOGFILE || Die "Cannot copy xen.gz ($xenkernelpath) to mindi tmp ($MINDI_TMP/iso/xen.gz). Did you run out of disk space?"
1452 cp $MBOOTC32 $MINDI_TMP/iso/mboot.c32 2>> $LOGFILE || Die "Cannot copy mboot.c32 ($MBOOTC32) to mindi tmp ($MINDI_TMP/iso/mboot.c32). Did you run out of disk space?"
1453 fi
1454 # Useful for syslinux 5.x
1455 FindLdlinux32Binary
1456 if [ -e $LDLINUXC32 ]; then
1457 cp $LDLINUXC32 $MINDI_TMP/iso/ldlinux.c32 2>> $LOGFILE || Die "Cannot copy ldlinux.c32 ($LDLINUXC32) to mindi tmp ($MINDI_TMP/iso/ldlinux.c32). Did you run out of disk space?"
1458 fi
1459 cp $kernelpath $MINDI_TMP/iso/vmlinuz 2>> $LOGFILE || Die "Cannot copy vmlinuz ($kernelpath) to mindi tmp ($MINDI_TMP/iso/vmlinuz). Did you run out of disk space?"
1460 cp $MINDI_TMP/initrd.img $MINDI_TMP/iso/initrd.img 2>> $LOGFILE || Die "Cannot copy initrd.img ($MINDI_TMP/initrd.img) to $MINDI_TMP/iso/initrd.img. Did you run out of disk space?"
1461
1462 if [ _"$MONDO_SHARE" != _"" ]; then
1463 if [ $KERNEL_IS_XEN = "yes" ]; then
1464 cp $xenkernelpath $MONDO_ROOT/xen.gz 2>> $LOGFILE || Die "Cannot copy xen.gz ($xenkernelpath) to mindi tmp ($MONDO_ROOT/xen.gz). Did you run out of disk space?"
1465 cp $MBOOTC32 $MONDO_ROOT/mboot.c32 2>> $LOGFILE || Die "Cannot copy mboot.c32 ($MBOOTC32) to mindi tmp ($MONDO_ROOT/mboot.c32). Did you run out of disk space?"
1466 fi
1467 if [ -e $LDLINUXC32 ]; then
1468 cp $LDLINUXC32 $MONDO_ROOT/ldlinux.c32 2>> $LOGFILE || Die "Cannot copy ldlinux.c32 ($LDLINUXC32) to $MONDO_ROOT/ldlinux.c32. Did you run out of disk space?"
1469 fi
1470 cp $kernelpath $MONDO_ROOT/vmlinuz 2>> $LOGFILE || Die "Cannot copy vmlinuz ($kernelpath) to mondo root ($MONDO_ROOT/vmlinuz). Did you run out of disk space?"
1471 cp $MINDI_TMP/initrd.img $MONDO_ROOT/initrd.img 2>> $LOGFILE || Die "Cannot copy initrd.img ($MINDI_TMP/initrd.img) to $MONDO_ROOT/initrd.img. Did you run out of disk space?"
1472 fi
1473 MakeBootConfFile isolinux > $MINDI_TMP/iso/isolinux.cfg
1474 if [ "$ARCH" != "ia64" ] ; then
1475 cp $ISOLINUX $MINDI_TMP/iso/isolinux.bin 2>> $LOGFILE || Die "Cannot copy isolinux.bin ($ISOLINUX) to $MINDI_TMP/iso - did you run out of disk space?"
1476 fi
1477 old_pwd=`pwd`
1478 cd "$MINDI_TMP/iso"
1479 if [ "$ARCH" != "ia64" ] ; then
1480 if [ _"$MONDO_SHARE" != _"" ]; then
1481 cp -f $MINDI_TMP/iso/{isolinux.cfg,initrd.img,vmlinuz,isolinux.bin,message.txt,boot*.txt,pxe.txt} $MONDO_ROOT 2>> $LOGFILE || Die "Cannot copy core files to ramdisk for boot disk (under $MONDO_ROOT). Did you run out of disk space?"
1482 if [ -e $MINDI_TMP/iso/ldlinux.c32 ]; then
1483 cp $MINDI_TMP/iso/ldlinux.c32 $MONDO_ROOT 2>> $LOGFILE || Die "Cannot copy ldlinux.c32 (from $MINDI_TMP/iso/$LDLINUXC32) to $MONDO_ROOT. Did you run out of disk space?"
1484 fi
1485 if [ $KERNEL_IS_XEN = "yes" ]; then
1486 cp -f $MINDI_TMP/iso/{mboot.c32,xen.gz} $MONDO_ROOT 2>> $LOGFILE || Die "Cannot copy Xen core files to ramdisk for boot disk (under $MONDO_ROOT). Did you run out of disk space?"
1487 fi
1488 cp -f $MONDO_SHARE/autorun $MINDI_TMP/iso 2>> $LOGFILE
1489 fi
1490 $ISO_CMD -U $ISO_OPT -V Mindi_Image -o $MINDI_CACHE/mindi.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table . > /dev/null 2> $MINDI_TMP/mkisofs.log
1491 else
1492 $ISO_CMD $ISO_OPT -V Mindi_Image -o $MINDI_CACHE/mindi.iso -b images/mindi-bootroot.$BOOT_SIZE.img -c images/boot.cat -no-emul-boot . > /dev/null 2> $MINDI_TMP/mkisofs.log
1493 fi
1494 if [ "$?" -ne "0" ] ; then
1495 LogFile "----------- $ISO_CMD's errors --------------"
1496 LogAll "$ISO_CMD returned the following errors:"
1497 cat $MINDI_TMP/mkisofs.log | tee -a $LOGFILE
1498 LogAll "ERROR: Failed to create ISO image."
1499 else
1500 LogAll "INFO: Created bootable ISO image at $MINDI_CACHE/mindi.iso"
1501 fi
1502 rm -f $MINDI_TMP/mkisofs.log
1503 cd "$old_pwd"
1504}
1505
1506
1507OfferToMakeBootableUSB() {
1508 local i
1509 if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ _"$MONDO_SHARE" = _"" ]; then
1510 echo -n "Shall I make a bootable USB device ? (y/[n]) "
1511 read i
1512 [ "$i" != "y" ] && [ "$i" != "Y" ] && return 0
1513 if [ "$USBDEVICE" = "" ]; then
1514 echo -en "Please enter the device name of your USB device (e.g. /dev/sda) : "
1515 read dev
1516 USBDEVICE=$dev
1517 fi
1518 echo "WARNING: This will erase all content on $USBDEVICE"
1519 echo -en "Are you sure you want to use $USBDEVICE (y/[n]) "
1520 read i
1521 [ "$i" != "y" ] && [ "$i" != "Y" ] && return 0
1522 fi
1523 rm -Rf $MINDI_TMP/usb
1524 mkdir -p $MINDI_TMP/usb
1525 USBPART="${USBDEVICE}1"
1526
1527 echo -en "Transforming $USBDEVICE in a Bootable device "
1528 echo -en "."
1529 LogFile "INFO: Transforming $USBDEVICE in a Bootable device"
1530 LogFile "INFO: Checking $USBDEVICE"
1531 $FDISK -l $USBDEVICE 2>&1 >> $LOGFILE
1532 if [ $? -ne 0 ]; then
1533 LogAll "ERROR: Unable to access $USBDEVICE"
1534 LogAll " Make sure your USB device is plugged in"
1535 MindiExit -1
1536 fi
1537 echo -en "."
1538 # Some distro do auto mount at that point (Ubuntu)
1539 LogFile "INFO: Unmounting $USBPART just in case"
1540 umount $USBPART 2>> $LOGFILE 1>> $LOGFILE
1541 # If your key has no MBR it may cause an issue
1542 # Use dd if=mbr.bin of=$USBDEVICE or ms-sys -s $USBDEVICE
1543 if [ -r $MBRFILE ]; then
1544 LogAll "INFO: Installing an MBR ($MBRFILE) on $USBDEVICE"
1545 dd if=$MBRFILE of=$USBDEVICE
1546 else
1547 LogAll "WARNING: You may need to install an MBR (usually in $MBRFILE, but not found on your system)"
1548 LogAll " on $USBDEVICE with dd if=$MBRFILE of=$USBDEVICE"
1549 fi
1550 LogFile "INFO: Preparing $USBDEVICE"
1551 cat > $MINDI_TMP/fdisk.txt << EOF
1552d
1553d
1554d
1555d
1556n
1557p
15581
1559
1560
1561t
1562b
1563a
15641
1565w
1566EOF
1567 $FDISK $USBDEVICE 2>> $LOGFILE 1>> $LOGFILE < $MINDI_TMP/fdisk.txt
1568 if [ $? -ne 0 ]; then
1569 LogAll "ERROR: Unable to create a vfat Filesystem on $USBDEVICE"
1570 LogAll " Make sure your USB device is plugged in"
1571 $FDISK -l $USBDEVICE 2>&1 | tee -a $LOGFILE
1572 MindiExit -1
1573 fi
1574 LogFile "fdisk build file"
1575 LogFile "----------------"
1576 cat $MINDI_TMP/fdisk.txt >> $LOGFILE
1577 LogFile "----------------"
1578 rm -f $MINDI_TMP/fdisk.txt
1579 LogFile "INFO: The USB device $USBDEVICE now looks like this:"
1580 $FDISK -l $USBDEVICE 2>&1 | tee -a $LOGFILE
1581 echo -en "."
1582 # Calling kpartx in case devices were not created
1583 if [ -x "/sbin/kpartx" ]; then
1584 /sbin/kpartx -a $USBDEVICE
1585 fi
1586 # Some distro do auto mount at that point (Ubuntu)
1587 LogFile "INFO: Unmounting $USBPART just in case again"
1588 umount $USBPART 2>> $LOGFILE 1>> $LOGFILE
1589 echo -en "."
1590 # Some distro have a dmsetup conf at that point so removing it Cf: http://trac.mondorescue.org/ticket/651
1591 if [ "`which dmsetup`" != "" ]; then
1592 block_id="`echo $USBPART | sed 's|/dev/||g'`"
1593 if [[ "`dmsetup ls | awk '{print $1}' | grep $block_id`" != "" ]]; then
1594 LogFile "INFO: Removing $block_id from device mapper."
1595 sleep 1
1596 dmsetup remove $block_id
1597 fi
1598 fi
1599 echo -en "."
1600 LogFile "INFO: Creating a vfat filesystem on $USBPART"
1601 mkdosfs -F 32 $USBPART 2>&1 >> $LOGFILE
1602 if [ $? -ne 0 ]; then
1603 LogAll "ERROR: Unable to create a vfat filesystem on $USBPART"
1604 LogAll " Make sure your USB device is plugged in and partitioned ($USBPART must exist on it)"
1605 $FDISK -l $USBDEVICE 2>&1 | tee -a $LOGFILE
1606 MindiExit -1
1607 fi
1608 echo -en "."
1609 LogFile "INFO: Mounting $USBPART on $MINDI_TMP/usb"
1610 mount $USBPART $MINDI_TMP/usb 2>> $LOGFILE
1611 if [ $? -ne 0 ]; then
1612 LogAll "ERROR: Unable to mount $USBPART on $MINDI_TMP/usb"
1613 LogAll " Make sure your USB device is plugged in, partitioned and formated ($USBPART must exist on it)"
1614 $FDISK -l $USBDEVICE 2>&1 | tee -a $LOGFILE
1615 MindiExit -1
1616 fi
1617 echo -en "."
1618 mkdir -p $MINDI_TMP/usb/images
1619 cp -f $MINDI_CACHE/*.img $MINDI_CACHE/*.gz $MINDI_TMP/usb/images 2>> $LOGFILE || LogAll "ERROR: OfferToMakeBootableUSB: Cannot copy $i to $MINDI_TMP/usb/images"
1620 echo -en "."
1621 LogFile "INFO: mindi_lib = $MINDI_LIB"
1622 for i in memdisk memtest.bin memtest.img ; do
1623 j=$MINDI_LIB/$i
1624 k=$MINDI_TMP/usb
1625 if [ -e "$j" ] ; then
1626 LogIt "INFO: Copying $j to $k"
1627 cp -f $j $k 2>> $LOGFILE || Die "Failed to copy $j to $k"
1628 cp -f $j $MINDI_TMP 2>> $LOGFILE || Die "Failed to copy $j to $MINDI_TMP"
1629 fi
1630 done
1631 echo -en "."
1632 MakeMessageFile $MINDI_TMP/usb | cut -c1-80 > $MINDI_TMP/usb/message.txt
1633 echo -en "."
1634 cp $kernelpath $MINDI_TMP/usb/vmlinuz 2>> $LOGFILE || Die "Cannot copy vmlinuz ($kernelpath) to mindi tmp ($MINDI_TMP/usb/vmlinuz). Did you run out of disk space?"
1635 echo -en "."
1636 cp $MINDI_TMP/initrd.img $MINDI_TMP/usb/initrd.img 2>> $LOGFILE
1637 echo -en "."
1638 MakeBootConfFile syslinux > $MINDI_TMP/usb/syslinux.cfg
1639 echo -en "."
1640 LogAll "----------- syslinux's conf --------------"
1641 cat $MINDI_TMP/usb/syslinux.cfg |tee -a $LOGFILE
1642 LogAll "------------------------------------------"
1643 umount $MINDI_TMP/usb
1644 if [ "$ARCH" != "ia64" ] ; then
1645 syslinux -v 2>&1 | grep -q 4.02
1646 if [ $? -eq 0 ]; then
1647 # This buggy version of syslinux requires a call to --stupid and not -s
1648 syslinux --stupid $USBPART 2>> $MINDI_TMP/syslinux.log
1649 res=$?
1650 else
1651 syslinux -s $USBPART 2>> $MINDI_TMP/syslinux.log
1652 res=$?
1653 fi
1654 if [ $res -ne 0 ] ; then
1655 LogAll "----------- syslinux's errors --------------"
1656 cat $MINDI_TMP/syslinux.log |tee -a $LOGFILE
1657 LogAll "------------------------------------------"
1658 LogIt "ERROR: Failed to create USB image."
1659 else
1660 echo -e "$DONE"
1661 LogFile "INFO: Created bootable USB image on $USBDEVICE"
1662 fi
1663 rm -f $MINDI_TMP/syslinux.log
1664 else
1665 LogAll "ERROR: No USB boot support for ia64"
1666 MindiExit -1
1667 fi
1668}
1669
1670
1671MakeMessageFile() {
1672
1673 if [ -x "/bin/lsb_release" ]; then
1674 DESC=`/bin/lsb_release -d | cut -d: -f2 | sed "s/[ \t]*//"`
1675 elif [ -r /etc/arch-release ]; then # this code must be written before /etc/issue test to avoid errors
1676 DESC="Arch Linux"
1677 if [ -r /var/log/pacman.log ]; then
1678 # there are no releases but we can get the last system upgrade
1679 # Output example: Arch Linux [2011-03-03 01:39]
1680 DESC="$DESC $(tac /var/log/pacman.log | grep -m1 'full system upgrade' | cut -d']' -f1)]"
1681 fi
1682 elif [ -r /etc/issue.net ]; then
1683 DESC=`head -1 /etc/issue.net`
1684 elif [ -r /etc/issue ]; then
1685 DESC=`head -1 /etc/issue`
1686 elif [ -x "/usr/bin/pbdistrocheck" ]; then
1687 # For pb >= 0.9.8
1688 DESC=`/usr/bin/pbdistrocheck -s | cut -d, -f1-4`
1689 else
1690 DESC="Unknown desc"
1691 fi
1692 sed "s/ZZZZZ/$MINDI_VERSION/" $MINDI_LIB/msg-txt | sed "s/KKKKK/Kernel $KERVER/" | sed "s/AAAAA/on a $ARCH architecture/" | sed "s/TTTTT/`LC_TIME=C date`/" | sed "s/MMMMM/`hostname`/" | sed "s/DDDDD/$DESC/"
1693 if [ _"$MONDO_SHARE" != _"" ]; then
1694 if [ "$CDRECOVERY" != "yes" ] ; then
1695 if [ -e "$MINDI_TMP/NETFS-SERVER-MOUNT" ] ; then
1696 echo -en "Press <0eenter07> for 0cnetwork restore07\n"
1697 echo -en "$BOOT_MEDIA_MESSAGE"
1698 elif [ ! "$MINDI_TMP" ] ; then
1699 echo -en "FYI, this is _not_ a Mondo Rescue CD.\n"
1700 if [ -e "$MINDI_LIB/memtest.img" ] ; then
1701 echo -en "Type 'memtest' <Enter> to test your PC's memory intensively.\nJust press <Enter> to go to the main test menu.\n"
1702 fi
1703 else
1704 echo -en "$BOOT_MEDIA_MESSAGE"
1705 fi
1706 else
1707 echo -en "\
1708To restore your disk to factory defaults, type 'RESTORE' <enter>.\n\
1709CAUTION: THIS WILL ERASE YOUR WHOLE DISK !!!\n"
1710 fi
1711 fi
1712
1713 # Also create the other help screens
1714 head -24 $MINDI_CONF/README.bootparam | cut -c1-80 > $1/boot1.txt
1715 head -48 $MINDI_CONF/README.bootparam | tail -24 | cut -c1-80 > $1/boot2.txt
1716 head -24 $MINDI_CONF/README.pxe | cut -c1-80 > $1/pxe.txt
1717}
1718
1719
1720MakeBootConfFile() {
1721 local options i ooo
1722 options=""
1723 # Type of boot file (elilo or syslinux/isolinux)
1724 type=$1
1725 if [ "$type" = "elilo" ]; then
1726 sep="="
1727 else
1728 sep=" "
1729 fi
1730
1731 # Generic header for conf file
1732 if [ "$type" != "elilo" ] ; then
1733 echo -en "prompt 1\ndisplay message.txt\nF1 message.txt\nF2 boot1.txt\nF3 boot2.txt\nF4 pxe.txt\n"
1734 else
1735 echo -en "prompt\n"
1736 fi
1737
1738 # Compute which default option to boot from
1739 if [ "$CDRECOVERY" = "yes" ] ; then
1740 echo -en "default${sep}RESTORE\n"
1741 # In case it's mondoarchive
1742 elif [ _"$MONDO_SHARE" != _"" ]; then
1743 if [ -e "$MINDI_TMP/NETFS-SERVER-MOUNT" ] ; then
1744 echo -en "default${sep}iso\n"
1745 else
1746 echo -en "default${sep}${MINDI_DEFAULT_BOOT_OPTION}\n"
1747 fi
1748 else
1749 echo -en "default${sep}expert\n"
1750 fi
1751
1752 # Handle timeout
1753 if [ "$CDRECOVERY" != "yes" ] ; then
1754 echo -en "timeout${sep}${MINDI_BOOT_TIMEOUT}\n"
1755 else
1756 echo -en "timeout${sep}10000\n"
1757 fi
1758 echo -en "\n"
1759
1760 # prepare which labels will be generated
1761 if [ "$CDRECOVERY" = "yes" ] ; then
1762 options="RESTORE expert"
1763 else
1764 if [ _"$MONDO_SHARE" != _"" ]; then
1765 options="interactive expert compare iso nuke isonuke"
1766 else
1767 options="expert"
1768 fi
1769 fi
1770
1771 # Generate rest of conf file
1772 for i in $options ; do
1773 ooo=$i
1774 [ "$ooo" = "RESTORE" ] && ooo="RESTORE nuke"
1775 if [ "$type" = "elilo" ]; then
1776 outstr="image=/vmlinuz\n\tlabel=$i\n\tinitrd=/initrd.img\n\troot=/dev/ram0 append=\" rw ramdisk_size=$ramdisk_size $ooo $MINDI_ADDITIONAL_BOOT_PARAMS \"\n"
1777 else
1778 ps="/"
1779 if [ "$type" = "syslinux" ]; then
1780 ps=""
1781 fi
1782 if [ $KERNEL_IS_XEN = "no" ]; then
1783 outstr="label $i\n\tkernel ${ps}vmlinuz\n\tappend initrd=${ps}initrd.img root=/dev/ram0 rw ramdisk_size=$ramdisk_size ${ooo} $MINDI_ADDITIONAL_BOOT_PARAMS\n"
1784 else
1785 outstr="label $i\n\tkernel ${ps}mboot.c32\n\tappend ${ps}xen.gz --- ${ps}vmlinuz root=/dev/ram0 rw ramdisk_size=$ramdisk_size ${ooo} $MINDI_ADDITIONAL_BOOT_PARAMS --- ${ps}initrd.img\n"
1786 fi
1787 fi
1788 echo -en "$outstr"
1789 done
1790 if [ -e "$MINDI_LIB/memtest.img" ] ; then
1791 if [ "$type" = "elilo" ]; then
1792 echo -en "image=/memtest.bin\n\tlabel=memtest\n"
1793 echo -en "image=/memdisk\n\tlabel=memdisk\nappend=\"initrd=memtest.img\"\n"
1794 else
1795 ps="/"
1796 if [ "$type" = "syslinux" ]; then
1797 ps=""
1798 fi
1799 echo -en "label memtest\n\tkernel ${ps}memtest.bin\n"
1800 echo -en "label memdisk\n\tkernel ${ps}memdisk\nappend initrd=${ps}memtest.img\n"
1801 fi
1802 fi
1803}
1804
1805
1806PrepareBootDiskImage_LILO() {
1807 local imagesdir dev imagefile fname i kernelpath cfg_file testpath options retval outstr old_pwd ooo max_kernel_size liloconf
1808 imagesdir=$MINDI_CACHE
1809 kernelpath=$1
1810
1811 retval=0
1812
1813 old_pwd=`pwd`
1814 [ ! -e "$kernelpath" ] && Die "PBDI lilo - cannot find $kernelpath kernel"
1815 echo -en "Making "$BOOT_SIZE"KB boot disk..."
1816 TurnTgzIntoRdz $MINDI_LIB/rootfs $MINDI_TMP/initrd.img `du -sk $kernelpath | cut -f1` || Die "Could not turn rootfs into initrd.img; are you SURE your kernel supports loopfs?"
1817 echo -en "..."
1818 imagefile=$imagesdir/mindi-bootroot.$BOOT_SIZE.img
1819 mkdir -p $mountpoint
1820 dd if=/dev/zero of=$imagefile bs=1k count=$BOOT_SIZE &> /dev/null || Die "Cannot dd blank file"
1821 LogFile "Creating vfat filesystem on $imagefile"
1822 mkdosfs $imagefile >> $LOGFILE 2>> $LOGFILE
1823 mount -t vfat -o loop $imagefile $mountpoint || LogAll "ERROR: Cannot mount (PBDI)"
1824
1825 # copy Mindi's skeleton fs & lilo/syslinux/whatever stuff into it
1826 mkdir -p $mountpoint/etc
1827 liloconf=$mountpoint/elilo.conf
1828
1829 MakeBootConfFile elilo > $liloconf
1830
1831 # Copy it so that CD-ROM menu entry is satisfied
1832 mountefi=0
1833 df -T | grep /boot/efi | grep -q vfat
1834 if [ $? -ne 0 ]; then
1835 mount /boot/efi
1836 if [ $? -ne 0 ]; then
1837 echo "You have to mount your EFI partition when using mindi"
1838 MindiExit -1
1839 fi
1840 mountefi=1
1841 fi
1842 el=`find /boot/efi -name elilo.efi`
1843 cp $el $mountpoint
1844 cp $liloconf $mountpoint
1845 if [ $mountefi -eq 1 ]; then
1846 umount /boot/efi 2>&1 > /dev/null
1847 fi
1848
1849 LogFile "INFO: Copying $MINDI_TMP/initrd.img to $mountpoint..."
1850 cp -f $MINDI_TMP/initrd.img $mountpoint 2>> $LOGFILE
1851 if [ "$?" -ne "0" ] ; then
1852 LogIt "ERROR: Failed to copy $MINDI_TMP/initrd.img to $mountpoint"
1853 cat $MINDI_TMP/mtpt.$$ >> $LOGFILE
1854 LogIt " Please unload some of your modules and try again. Or increase EXTRA_SPACE and BOOT_SIZE in $MINDI_CONFIG"
1855 rm -f $MINDI_TMP/mtpt.$$
1856 LogIt "ERROR: Cannot incorporate initrd.img in bootdisk (kernel / modules too big?)"
1857 retval=$(($retval+1))
1858 fi
1859 MakeMessageFile $mountpoint | cut -c1-80 > $mountpoint/message.txt
1860
1861 mkdir -p $mountpoint/tmp
1862 if [ -f "$MINDI_TMP/$MRCFG" ]; then
1863 cp -f $MINDI_TMP/$MRCFG $mountpoint/tmp
1864 fi
1865
1866 # copy the kernel across
1867 [ "$mountpoint" != "" ] && rm -Rf $mountpoint/lost+found
1868 dd if=/dev/zero of=$mountpoint/zero bs=1k count=16 &> /dev/null
1869 free_space=`df -k -P $mountpoint | tail -n1 | tr -s ' ' '\t' | cut -f4`
1870 cp -f $kernelpath $mountpoint/vmlinuz > /dev/null 2>> $LOGFILE
1871 if [ "$?" -ne "0" ] ; then
1872 LogFile "INFO: Files at mountpoint ($mountpoint) :"
1873 du -sk $mountpoint/* >> $LOGFILE
1874 LogFile "--- end of list of files ---"
1875 echo -en "Kernel size = `du -sk $kernelpath | cut -f1` K\nRamdisk free = $free_space K\n" >> $LOGFILE
1876 [ "$mountpoint" != "" ] && rm -f $mountpoint/vmlinuz
1877 cd "$old_pwd"
1878 umount $mountpoint || Die "Cannot unmount mountpoint ($mountpoint)"
1879 rmdir $mountpoint || LogIt "ERROR: Cannot rmdir (PBDI)"
1880 # losetup /dev/loop0 -d
1881 [ "$imagefile" != "" ] && rm -f $imagefile
1882 LogIt "ERROR: Sorry, your kernel is too big for your image"
1883 Die "Try to increase EXTRA_SPACE and BOOT_SIZE in $MINDI_CONFIG"
1884 return 0
1885 fi
1886 max_kernel_size=$(($free_space+`du -sk $kernelpath | cut -f1`))
1887 LogFile "INFO: Free space left on image = $free_space KB"
1888 LogFile "INFO: Max kernel size on $BOOT_SIZE KB image (est'd) = $max_kernel_size K"
1889 # make it bootable
1890 [ "$mountpoint" != "" ] && rm -f $mountpoint/zero
1891 [ -e "$MINDI_LIB/memdisk" ] && cp -f $MINDI_LIB/memdisk $mountpoint 2>> $LOGFILE
1892 if [ "$KERN_DISK_MADE" ] ; then
1893 LogFile "INFO: Not running LILO. It's not that kind of disk."
1894 fi
1895
1896 cp `dirname $kernelpath`/*.efi $mountpoint 2>> $LOGFILE
1897 umount $mountpoint || Die "Cannot unmount mountpoint ($mountpoint)"
1898 echo -en "..."
1899 rmdir $mountpoint || LogIt "ERROR: Cannot rmdir (PBDI)"
1900 if [ "$retval" -eq "0" ] ; then
1901 echo -en "...$DONE\n"
1902 if [ "$KERN_DISK_MADE" ] ; then
1903 LogIt "INFO: $BOOT_SIZE KB boot disks were created OK\n"
1904 fi
1905 else
1906 echo -en "...failed\n"
1907 LogIt "WARNING: $BOOT_SIZE""KB boot disk was NOT created\n"
1908 [ "$imagefile" != "" ] && rm -f $imagefile
1909 fi
1910 [ "$retval" -ne "0" ] && LogIt "WARNING: PrepareBootDiskImage() is returning nonzero"
1911 return $retval
1912}
1913
1914
1915PrepareBootDiskImage_ISOLINUX() {
1916 local imagesdir dev imagefile fname i kernelpath cfg_file testpath options retval outstr old_pwd ooo max_kernel_size bootimage retval
1917 imagesdir=$MINDI_CACHE
1918 kernelpath=$1
1919 do_boot_root_thingy=""
1920 retval=0
1921
1922 old_pwd=`pwd`
1923 [ ! -e "$kernelpath" ] && Die "PBDI isolinux - cannot find $kernelpath kernel"
1924 echo -en "Making "$BOOT_SIZE"KB boot disk..."
1925 TurnTgzIntoRdz $MINDI_LIB/rootfs $MINDI_TMP/initrd.img `du -sk $kernelpath | cut -f1` || Die "Could not turn rootfs into initrd.img; are you SURE your kernel supports loopfs?"
1926 echo -en "..."
1927 imagefile=$MINDI_TMP/mindi-bootroot.$BOOT_SIZE.img
1928 mkdir -p $mountpoint
1929 dd if=/dev/zero of=$imagefile bs=1k count=$BOOT_SIZE &> /dev/null || Die "Cannot dd blank file"
1930 LogFile "INFO: Creating vfat filesystem on $imagefile"
1931 mkfs.vfat $imagefile >> $LOGFILE 2>> $LOGFILE
1932 # syslinux should be run on a local file (doen't work through NFS Cf: #297)
1933 syslinux $imagefile >> $LOGFILE 2>> $LOGFILE
1934
1935 # Only move it now to its final destination and use it now
1936 mv $imagefile $imagesdir
1937 imagefile=$imagesdir/mindi-bootroot.$BOOT_SIZE.img
1938
1939 mount -t vfat -o loop $imagefile $mountpoint || LogIt "ERROR: Cannot mount (PBDI)"
1940
1941 # copy Mindi's skeleton fs & lilo/syslinux/whatever stuff into it
1942 MakeMessageFile $mountpoint | cut -c1-80 > $mountpoint/message.txt
1943 MakeBootConfFile isolinux > $mountpoint/syslinux.cfg
1944 LogFile "INFO: Copying $MINDI_TMP/initrd.img to $mountpoint/initrd.img..."
1945 cp -f $MINDI_TMP/initrd.img $mountpoint/initrd.img 2>> $LOGFILE
1946 if [ "$?" -ne "0" ] ; then
1947 LogAll "ERROR: Failed to copy $MINDI_TMP/initrd.img to $mountpoint"
1948 cat $MINDI_TMP/mtpt.$$ >> $LOGFILE
1949 LogAll " Please unload some of your modules and try again."
1950 rm -f $MINDI_TMP/mtpt.$$
1951 LogAll " Cannot incorporate initrd.img in bootdisk (kernel / modules too big?)."
1952 LogAll " Try to increase EXTRA_SPACE and BOOT_SIZE in $MINDI_CONFIG"
1953 retval=$(($retval+1))
1954 fi
1955
1956 mkdir -p $mountpoint/tmp
1957 if [ -f "$MINDI_TMP/$MRCFG" ]; then
1958 cp -f $MINDI_TMP/$MRCFG $mountpoint/tmp
1959 fi
1960
1961 # copy the kernel across
1962 [ "$mountpoint" != "" ] && rm -Rf $mountpoint/lost+found
1963 dd if=/dev/zero of=$mountpoint/zero bs=1k count=16 &> /dev/null
1964 free_space=`df -k -P $mountpoint | tail -n1 | tr -s ' ' '\t' | cut -f4`
1965
1966 retval=0
1967 cp -f $kernelpath $mountpoint/vmlinuz &> /dev/null
1968 retval=$?
1969 if [ $KERNEL_IS_XEN = "yes" ]; then
1970 cp -f $xenkernelpath $mountpoint/xenkernel &> /dev/null
1971 let retval+=$?
1972 fi
1973
1974 if [ "$retval" -ne "0" ] ; then
1975 LogFile "INFO: Files at mountpoint ($mountpoint) :"
1976 du -sk $mountpoint/* >> $LOGFILE
1977 LogFile "--- end of list of files ---"
1978 echo -en "Kernel size = `du -sk $kernelpath | cut -f1` K\nRamdisk free = $free_space K\n" >> $LOGFILE
1979 [ "$mountpoint" != "" ] && rm -f $mountpoint/vmlinuz
1980 cd "$old_pwd"
1981 umount $mountpoint || Die "Cannot unmount mountpoint ($mountpoint)"
1982 rmdir $mountpoint || LogAll "ERROR: Cannot rmdir (PBDI)"
1983
1984 LogIt "ERROR: Sorry, your kernel is too big for your image"
1985 Die "Try to increase EXTRA_SPACE and BOOT_SIZE in $MINDI_CONFIG"
1986 fi
1987 max_kernel_size=$(($free_space+`du -sk $kernelpath | cut -f1`))
1988 LogFile "INFO: Free space left on image = $free_space KB"
1989 LogFile "INFO: Max kernel size on $BOOT_SIZE KB image (est'd) = $max_kernel_size K"
1990
1991 # make it bootable
1992 [ "$mountpoint" != "" ] && rm -f $mountpoint/zero
1993 mkdir -p $mountpoint/etc
1994 [ -e "$MINDI_LIB/memdisk" ] && cp -f $MINDI_LIB/memdisk $mountpoint 2>> $LOGFILE
1995 umount $mountpoint || Die "Cannot unmount mountpoint ($mountpoint)"
1996 echo -en "..."
1997 rmdir $mountpoint || LogAll "ERROR: Cannot rmdir (PBDI)"
1998
1999 if [ "$retval" -eq "0" ] ; then
2000 echo -en "...$DONE\n"
2001 if [ "$KERN_DISK_MADE" ] ; then
2002 [ "$imagefile" != "" ] && rm -f $imagefile
2003 LogAll "INFO: $BOOT_SIZE KB boot disks were created OK\n"
2004 fi
2005 else
2006 echo -en "...failed\n"
2007 LogAll "WARNING: $BOOT_SIZE""KB boot disk was NOT created\n"
2008 [ "$imagefile" != "" ] && rm -f $imagefile
2009 fi
2010 [ "$retval" -ne "0" ] && LogAll "ERROR: PrepareBootDiskImage() is returning nonzero"
2011 return $retval
2012}
2013
2014
2015ParseModprobeForIncludes() {
2016local MODPROBE_CONF mpincfile includes include
2017
2018MODPROBE_CONF=/etc/modprobe.conf
2019mpincfile=$1
2020touch $mpincfile
2021if [ -a $MODPROBE_CONF ]; then
2022 includes=$($AWK '/^[ \t]*include[ \t]+/ {if(NF>=2){print $2}}' $MODPROBE_CONF|sort -u)
2023 if [ -n "$includes" ]; then
2024 for include in $includes
2025 do
2026 if [ -a "$include" ]; then
2027 echo $include >> $mpincfile
2028 fi
2029 done
2030 fi
2031fi
2032}
2033
2034
2035PrepareDataDiskImages() {
2036 local needlist bigdir diskdir imagesdir res i j k old_pwd lines lfiles includefile
2037
2038 imagesdir=$MINDI_CACHE
2039 rm -f $imagesdir/mindi.iso
2040 needlist=$MINDI_TMP/what-we-need.txt
2041 bigdir=$MINDI_TMP/bigdir
2042 mkdir -p $bigdir/usr/bin
2043 mkdir -p $bigdir/usr/sbin
2044 includefile=$MINDI_TMP/$$.includefile.txt
2045
2046 lfiles=`ls $DEPLIST_DIR/* | grep -v /minimal`
2047 if [ -e "$DEPLIST_FILE" ]; then
2048 lfiles="$DEPLIST_FILE $lfiles"
2049 fi
2050 lines=`grep -vx " *#.*" $lfiles | grep -vx "" | wc -l`
2051 ParseModprobeForIncludes $includefile
2052 lines=$(($lines+`cat $includefile | wc -l`))
2053 cat $lfiles $includefile | GenerateGiantDependencyList $needlist $lines
2054 res=$?
2055 rm -f $includefile
2056 ListKernelModulePaths >> $needlist
2057 if [ "$res" -ne "0" ] ; then
2058 Die "You have $res files present in dependency list\nbut absent from filesystem."
2059 fi
2060 mkdir -p $bigdir/tmp
2061 if [ _"$MONDO_SHARE" != _"" ]; then
2062 # BCO: no reason to have the cfg file stored twice
2063 MakeMondoConfigFile $MINDI_TMP/$MRCFG
2064 cp -f $MINDI_TMP/$MRCFG $bigdir/tmp &> /dev/null
2065 fi
2066
2067 # Needs to be done after the MRCFG creation
2068 FindAndAddUserKeyboardMappingFile
2069
2070 [ -d "/mnt/.boot.d" ] && echo "GENTOO" > $bigdir/tmp/DUMBASS-GENTOO
2071 DropOptimizedLibraries $needlist $bigdir
2072 echo -en "Assembling dependency files"
2073
2074 CopyDependenciesToDirectory < $needlist $bigdir `wc -l $needlist`
2075
2076 # also copy io.sys and msdos.sys, if we can find them
2077 for i in `mount | cut -d' ' -f3` ; do
2078 for j in io.sys msdos.sys ; do
2079 [ -e "$i/$j" ] && cp -f $i/$j $bigdir 2>> $LOGFILE
2080 done
2081 done
2082
2083 # master boot record, too
2084 i=`cat $MINDI_TMP/BOOTLOADER.DEVICE 2> /dev/null`
2085 if [ "$i" ] ; then
2086 LogAll "INFO: Backing up $i's MBR"
2087 dd if=$i of=$bigdir/BOOTLOADER.MBR bs=446 count=1 >> $LOGFILE 2>> $LOGFILE
2088 sleep 1
2089 sync
2090 j=$i
2091 [ -h "$j" ] && j=`readlink -f $j`
2092 LogAll "INFO: Creating /dev/boot_device ($j)"
2093 mkdir -p $bigdir/dev
2094 cp -pRdf $j $bigdir/dev/boot_device 2>> $LOGFILE || Die "Unable to create /dev/boot_device on ramdisk"
2095 fi
2096
2097 old_pwd=`pwd`
2098 cd "$bigdir"
2099
2100 # Get terminfo content
2101 ti="usr/share/terminfo/l"
2102 if [ -d /$ti ]; then
2103 mkdir -p $ti
2104 cp -Rdf /$ti/* $ti 2>> $LOGFILE || LogAll "ERROR: issue copying terminfo"
2105 fi
2106 if [ -e "$MONDO_SHARE/restore-scripts" ]; then
2107 cp -Rdf $MONDO_SHARE/restore-scripts/* . 2>> $LOGFILE
2108 [ "$?" -ne "0" ] && [ _"$MONDO_SHARE" != _"" ] && Die "Cannot find/install $MONDO_SHARE/restore-scripts"
2109 fi
2110 if [ -d "/lib/dev-state" ]; then
2111 cp -a /lib/dev-state ./lib/ 2>> $MINDI_TMP/$$.log || LogAll "ERROR: Unable to handle /lib/dev-state" $MINDI_TMP/$$.log
2112 fi
2113 cd "$old_pwd"
2114 echo -e "$DONE"
2115 TOTAL_BIGDIR_SIZE=`du -sk $bigdir | cut -f1`
2116 MakeMountlist $MINDI_TMP/mountlist.txt
2117 CheckMountlist $MINDI_TMP/mountlist.txt
2118 mkdir -p $bigdir/tmp
2119 cp -f $MINDI_TMP/mountlist.txt $bigdir/tmp/mountlist.txt 2>> $LOGFILE || Die "Cannot copy mountlist.txt from $MINDI_TMP to data disk"
2120 if [ _"$MONDO_SHARE" != _"" ]; then
2121 cp -f $bigdir/tmp/mountlist.txt $MINDI_TMP/. 2>> $LOGFILE
2122 fi
2123 if [ $LVM != "false" ]; then
2124 $MINDI_LIB/analyze-my-lvm > $bigdir/tmp/i-want-my-lvm
2125 if [ "$?" -ne "0" ]; then
2126 LVM="false"
2127 rm -f $bigdir/tmp/i-want-my-lvm
2128 else
2129 LogFile "Your i-want-my-lvm file content is:"
2130 LogFile "-----------------------------------"
2131 cat $bigdir/tmp/i-want-my-lvm >> $LOGFILE
2132 LogFile "-----------------------------------"
2133 fi
2134 fi
2135 LogFile "Your mountlist.txt file content is:"
2136 LogFile "-----------------------------------"
2137 cat $bigdir/tmp/mountlist.txt >> $LOGFILE
2138 LogFile "-----------------------------------"
2139
2140 echo -en "$FILES_IN_FILELIST" > $bigdir/FILES-IN-FILELIST 2>> $LOGFILE
2141 echo -en "$LAST_FILELIST_NUMBER" > $bigdir/LAST-FILELIST-NUMBER 2>> $LOGFILE
2142 if [ _"$MONDO_SHARE" != _"" ]; then
2143 for q in filelist.full.gz biggielist.txt ; do
2144 [ ! -e "$MINDI_TMP/$q" ] && Die "Cannot find $MINDI_TMP/$q"
2145 cp -pRdf $MINDI_TMP/$q $bigdir/tmp 2>> $LOGFILE
2146 done
2147 fi
2148
2149 echo -en "Tarring and zipping the data content..."
2150 size_of_all_tools=`du -sk $bigdir | cut -f1`
2151 (cd "$bigdir" ; tar -b 4096 -cf - . 2>> $MINDI_TMP/$$.log | gzip -9 > $imagesdir/all.tar.gz || LogAll "ERROR: Problem creating all.tar.gz" $MINDI_TMP/$$.log)
2152 LogFile "Size of the data content"
2153 LogFile "------------------------"
2154 du -sk $imagesdir/*gz >> $LOGFILE
2155 LogFile "------------------------"
2156 echo -e "$DONE"
2157
2158 FRIENDLY_OUTSTRING="Boot and data disk images were created."
2159 rm -rf $bigdir
2160 rm -f $needlist
2161}
2162
2163
2164Prompt() {
2165 echo -en "$1"
2166 read line
2167}
2168
2169
2170ReadLine() {
2171 local i incoming
2172 read incoming
2173 i=0
2174 while [ "$i" -le "32" ] && [ "$incoming" = "" ] ; do
2175 i=$(($i+1))
2176 read incoming
2177 done
2178 echo "$incoming"
2179}
2180
2181
2182SizeOfPartition() {
2183 local devpath drive res stub
2184 device=$1
2185 if [ "`echo "$device" | grep -E "^/dev/"`" = "" ] ; then
2186 Die "Cannot find $device's size - is your /etc/fstab sane?"
2187 fi
2188 if [ "`echo "$device" | grep -F "/dev/md"`" != "" ] ; then
2189 res=`SizeOfRaidPartition $device`
2190 [ "$res" = "" ] && Die "Cannot find $device's size - is your /etc/raidtab sane?"
2191 echo "$res"
2192 return 0
2193 fi
2194 # patch from Bill <bill@iwizard.biz> - 2003/08/25
2195 res=`$FDISK -s $device 2>> $LOGFILE`
2196 # end patch
2197 # take only the first in case of multiple mount (cifs, nfs, ...)
2198 [ "$res" = "" ] && res=`df -k -P -x supermount | tr -s '\t' ' ' | grep -F "$device " | cut -d' ' -f2 | head -1`
2199 [ "$res" = "" ] && res="-1"
2200 echo $res
2201 return 0
2202}
2203
2204
2205SizeOfRaidPartition() {
2206 local real_dev smallest_size silly tmp
2207
2208 silly=999999999
2209 smallest_size=$silly
2210
2211 for real_dev in `GetRaidDevMembers $1` ; do
2212 tmp=`SizeOfPartition $real_dev`
2213 [ "$tmp" -lt "$smallest_size" ] && smallest_size=$tmp
2214 done
2215
2216 if [ "$smallest_size" = "$silly" ] ; then
2217 echo "-1"
2218 return 1
2219 else
2220 echo "$smallest_size"
2221 return 0
2222 fi
2223}
2224
2225
2226StripExecutable()
2227{
2228 local tmpfile
2229
2230 tmpfile=$MINDI_TMP/stripped.$$.dat
2231 [ -d "$1" ] || [ -h "$1" ] && return
2232 cp -f $1 $tmpfile 2>> $LOGFILE
2233 strip $tmpfile 2> /dev/null
2234 if [ "$?" -eq "0" ] ; then
2235 cp -f $tmpfile $1 2>> $LOGFILE
2236 LogFile "INFO: Stripped binary $2"
2237 fi
2238 rm -f $tmpfile
2239}
2240
2241KernelVer() {
2242 local fkern_ver fname
2243
2244 fname=$1
2245 file $fname | grep -q gzip
2246 if [ "$?" -eq "0" ] ; then
2247 # Used by ia64
2248 fkern_ver=`gzip -cd $fname | strings 2> /dev/null | grep -E "[2-9]+\.[0-9]+\.[0-9]+[^\@]*@"`
2249 else
2250 fkern_ver=`strings $fname 2> /dev/null | grep -E "[2-9]+\.[0-9]+\.[0-9]+[^\@]*@"`
2251 fi
2252 echo "$fkern_ver"
2253}
2254
2255
2256# WARNING: This function should just echo the final result !!!
2257#
2258TryToFindKernelPath() {
2259 local fname fkern_ver we_want_version possible_kernels noof_kernels possible_xenkernels noof_xenkernels kp kdate duff_kernels output root
2260
2261 we_want_version=$KERVERRUN
2262 possible_kernels=""
2263 duff_kernels=""
2264 output=""
2265
2266 if [ "$ARCH" = "ia64" ] ; then
2267 root="/boot/efi/efi"
2268 else
2269 root="/"
2270 fi
2271 # See if we're booted from a Xen kernel
2272 # From http://wiki.xensource.com/xenwiki/XenCommonProblems#head-26434581604cc8357d9762aaaf040e8d87b37752
2273 if [ -f /proc/xen/capabilities ]; then
2274 # It's a Xen kernel
2275 KERNEL_IS_XEN="yes"
2276 LogFile "INFO: It's a Xen kernel..."
2277 fi
2278
2279 for fname in `find $root -maxdepth 2 -type f | grep -Ei 'lin|kern|xen' | grep -Ev '^/proc/|^/net/|^/mnt|^/lib|^/lib64|^/bin|^/sbin|^/usr|^/tmp'` ; do
2280 [ ! -e "$fname" ] && continue
2281 [ "$fname" = "/boot/vmlinuz.shipped" ] && [ -f "/boot/vmlinuz" ] && continue; # ignore SuSE's extra kernel
2282 fkern_ver=`KernelVer $fname`
2283 [ "$fkern_ver" = "" ] && continue
2284 [ "`echo "$fkern_ver" |grep -F "$we_want_version "`" = "" ] && continue
2285 [ -f "$fname" ] || continue
2286 [ -h "$fname" ] && continue
2287 kdate=`uname -v | $AWK '{for(i=1;i<NF;i++){if(index($i,":")){print $i;};};}' | $AWK '{print $NF;}'`
2288 file $fname | grep -q gzip
2289 if [ "$?" -eq "0" ] ; then
2290 # Used by ia64
2291 if [ "`gzip -cd $fname | strings 2> /dev/null | grep -F "$kdate"`" = "" ] ; then
2292 LogFile "Have you recompiled your kernel \"$fname\" w/o rebooting? Naughty but I'll allow it..."
2293 duff_kernels="$fname $duff_kernels"
2294 else
2295 [ "`echo "$fname" | grep -F "vmlinux"`" ] && continue
2296 possible_kernels="$fname $possible_kernels"
2297 fi
2298 else
2299 if [ "`strings $fname 2> /dev/null | grep -F "$kdate"`" = "" ] ; then
2300 LogFile "Have you recompiled your kernel \"$fname\" w/o rebooting?\n Naughty but I'll allow it..."
2301 duff_kernels="$fname $duff_kernels"
2302 else
2303 [ "`echo "$fname" | grep -F "vmlinux"`" ] && continue
2304 possible_kernels="$fname $possible_kernels"
2305 fi
2306 fi
2307 done
2308 if [ ! "$possible_kernels" ] && uname -a | grep Knoppix > /dev/null ; then
2309 possible_kernels=`find /boot/vmlinuz-[23].* | tail -n1`
2310 fi
2311 if [ ! "$possible_kernels" ] ; then
2312 LogAll "INFO: No kernel matches exactly. Are there any duff kernels?"
2313 possible_kernels="$duff_kernels"
2314 if [ ! "$possible_kernels" ] ; then
2315 LogAll "INFO: Sorry, no duff kernels either"
2316 else
2317 LogAll "INFO: I bet you're running Debian or Gentoo, aren't you?"
2318 LogAll "INFO: Your kernel doesn't have a sane builddate. Oh well..."
2319 fi
2320 fi
2321 if [ $KERNEL_IS_XEN = "yes" ]; then
2322 possible_xenkernels=`echo "$possible_kernels" | tr -s ' ' '\n' | grep -i "xen" | sort -u | tr '\n' ' '`
2323 noof_xenkernels=`CountItemsIn "$possible_xenkernels"`
2324 fi
2325 possible_kernels=`echo "$possible_kernels" | tr -s ' ' '\n' | grep -vi "xen" | sort -u | tr '\n' ' '`
2326 noof_kernels=`CountItemsIn "$possible_kernels"`
2327 if [ "$noof_kernels" -eq "0" ] ; then
2328 LogAll "Could not find your kernel."
2329 if [ -e "/boot/vmlinuz" ] ; then
2330 LogAll "INFO: Using /boot/vmlinuz as a last resort."
2331 output=/boot/vmlinuz
2332 else
2333 output=""
2334 fi
2335 elif [ "$noof_kernels" -eq "1" ] ; then
2336 kp=`echo "$possible_kernels" | sed s/' '//`
2337 LogFile "INFO: Your kernel is $kp (v$KERVERRUN)"
2338 output="$kp"
2339 else
2340 for i in $possible_kernels ; do
2341 if [ "`echo $i | grep "$KERVERRUN"`" ]; then
2342 LogAll "INFO: OK, I used my initiative and found that "
2343 LogAll "INFO: $i is probably your kernel. "
2344 output="$i"
2345 break
2346 fi
2347 done
2348 if [ ! -n "$output" ]; then
2349 if [ "`echo " $possible_kernels " | grep -F "/boot/vmlinuz " &> /dev/null`" ]; then
2350 output=/boot/vmlinuz
2351 LogFile "INFO: Schlomo, this one's for you."
2352 else
2353 LogFile "INFO: Two or more possible kernels found. You may specify any one of them and the "
2354 LogFile "INFO: boot disks will still work, probably. If one does not work, try another."
2355 LogFile "INFO: $possible_kernels"
2356 output=""
2357 fi
2358 fi
2359 fi
2360 if [ $KERNEL_IS_XEN = "yes" ]; then
2361 if [ "$noof_xenkernels" -eq "0" ]; then
2362 xenkernelpath=""
2363 elif [ "$noof_xenkernels" -eq "1" ]; then
2364 xenkernelpath=`echo "$possible_xenkernels" | sed s/' '//`
2365 LogFile "INFO: Your Xen kernel is $xenkernelpath (v$KERVERRUN)"
2366 else
2367 for i in $possible_xenkernels ; do
2368 if [ "`echo $i | grep "$KERVERRUN"`" ]; then
2369 LogFile "INFO: OK, I used my initiative and found that "
2370 LogFile "INFO: $i is probably your Xen kernel. "
2371 xenkernelpath="$i"
2372 break
2373 fi
2374 done
2375 if [ ! -n "$xenkernelpath" ]; then
2376 new_possible_xenkernels=`echo "$possible_xenkernels" | tr -s ' ' '\n' | grep -E "^/boot" | sort -u | tr '\n' ' '`
2377 if [ ! -n "$new_possible_xenkernels" ]; then
2378 xenkernelpath=`echo $new_possible_xenkernels | tr -s ' ' '\n' | head -1`
2379 LogFile "INFO: Using $xenkernelpath"
2380 else
2381 LogFile "INFO: Two or more possible Xen kernels found. You may specify any one of them and the "
2382 LogFile "INFO: boot disks will still work, probably. If one does not work, try another."
2383 LogFile "INFO: $possible_xenkernels"
2384 output=""
2385 xenkernelpath=`echo $possible_xenkernels | tr -s ' ' '\n' | head -1`
2386 LogFile "INFO: Using $xenkernelpath"
2387 fi
2388 fi
2389 fi
2390 if [[ -z "$xenkernelpath" || ! -f "$xenkernelpath" ]]; then
2391 Die "Cannot find Xen kernel $xenkernelpath, aborting"
2392 fi
2393 fi
2394 LogAll "TryToFindKernelPath found $output"
2395 echo "$output"
2396}
2397
2398
2399TurnTgzIntoRdz() {
2400 local tgz_dir_fname rdz_fname tempfile old_pwd nodes kernelsize maxsize res currsize not_copied j k s w needed_modules_path d thelink
2401
2402 tgz_dir_fname=$1
2403 rdz_fname=$2
2404 kernelsize=$3
2405 maxsize=$(($BOOT_SIZE-$kernelsize))
2406 maxsize=$(($maxsize*2)); # to allow for compression of 50%
2407 tempfile=$MINDI_TMP/temp.rd
2408 res=0
2409 echo -en "..."
2410 dd if=/dev/zero of=$tempfile bs=1k count=$ramdisk_size &> /dev/null || Die "Not enough room for temporary ramdisk (TurnTgzIntoRdz)"
2411 echo -en "..."
2412 LogFile "INFO: Creating ext2 filesystem on $tempfile"
2413 mke2fs -b 1024 -m 1 -i 2048 -F $tempfile >> $LOGFILE 2>> $LOGFILE || Die "Unable to create an ext2 file system on $tempfile"
2414 echo -en "..."
2415 mkdir -p $mountpoint
2416 mount -t ext2 -o loop $tempfile $mountpoint || Die "Cannot loopmount $tempfile to $mountpoint! The reason may be missing support for loopfs or ext2 (or both) in the running kernel."
2417 echo -en "..."
2418 old_pwd=`pwd`
2419 cd "$mountpoint"
2420
2421 # Check whether /lib64 or /lib or /sbin or /bin is a link and if so explicitly create one in rootfs (Fedora 17 crazyness)
2422 for d in bin sbin lib lib64; do
2423 if [ -h "/$d" ]; then
2424 thelink=`readlink /$d`
2425 mkdir -p $mountpoint/$thelink || LogIt "ERROR: Unable to create $thelink in $mountpoint."
2426 mv $mountpoint/$d/* $mountpoint/$d/.??* $mountpoint/$thelink 2> /dev/null
2427 if [ -d "$mountpoint/$d" -a ! -h "$mountpoint/$d" ]; then
2428 rmdir $mountpoint/$d
2429 fi
2430 if [ ! -h $mountpoint/$d ]; then
2431 rm -f $mountpoint/$d 2> /dev/null
2432 (cd $mountpoint ; ln -s $thelink $d) || LogIt "ERROR: /$d is a symbolic link, but I couldn't create it in $mountpoint."
2433 fi
2434 fi
2435 done
2436 LogFile "INFO: what is now in $mountpoint"
2437 ls -alR $mountpoint >> $LOGFILE
2438
2439 # Check files before copying to discover configuration issues or McAfee preventing mindi reading these files
2440 for f in $tgz_dir_fname/*; do
2441 if [ ! -r $f ]; then
2442 Die "ERROR: Unable to copy $f to the target dir. Check your installation or McAfee presence"
2443 else
2444 cp -Rdf $f . 2>&1 >> $LOGFILE
2445 fi
2446 done
2447 (cd etc ; ln -sf bashrc profile ; ln -sf bashrc shrc ; ln -sf ../proc/mounts mtab ; ln -sf ../usr/sbin/init linuxrc)
2448 ln -sf usr/sbin/init linuxrc
2449
2450 cd dev || Die "Can't cd to dev"
2451 tar -zxf dev-entries.tgz || Die "Cannot untar dev-entries.tgz"
2452 rm -f dev-entries.tgz
2453 cd ..
2454
2455 for w in insmod.static insmod.static.old ; do
2456 s=`which $w 2> /dev/null`
2457 if [ -e "$s" ] ; then
2458 tar cf - -C / $s 2> /dev/null | tar xf -
2459 fi
2460 done
2461
2462 [ -e "/dev/.devfsd" ] && echo "/dev/.devfsd found" > tmp/USE-DEVFS
2463
2464 # Copy of files mandatory for ssh to automate mount if sshfs is used
2465 mkdir $mountpoint/.ssh $mountpoint/tmp
2466 cp -a ~root/.ssh/* $mountpoint/.ssh 2> /dev/null
2467 cat > $mountpoint/tmp/myssh << EOF
2468ssh -o StrictHostKeyChecking=no $*
2469EOF
2470 chmod 755 $mountpoint/tmp/myssh
2471
2472 # Copy of files mandatory for ld.so
2473 cp -a /etc/ld.so.c* $mountpoint/etc
2474
2475 # Handle the case where busybox and mount are dynamically linked
2476 file $MINDI_LIB/rootfs/usr/bin/busybox 2>&1 | grep -q "dynamically"
2477 if [ $? -eq 0 ]; then
2478 # We want to use the real mount and all the supported variants (nfs, cifs, ...)
2479 rm -f bin/mount
2480 fi
2481
2482 # Copy of files from the minimal env needed as per the deplist.d/minimal.conf & udev.conf file (which includes all busybox deps)
2483 rm -f $MINDI_TMP/minimal.lis $MINDI_TMP/minimal2.lis
2484 for f in `cat $DEPLIST_DIR/minimal.conf $DEPLIST_DIR/udev.conf | grep -vE " *#.*|^#" | sort -u` ; do
2485 if [ -d $f ]; then
2486 for g in `find $f`; do
2487 echo $g >> $MINDI_TMP/minimal.lis
2488 LocateDeps $g >> $MINDI_TMP/minimal2.lis
2489 done
2490 else
2491 if [ -r $f ]; then
2492 echo $f >> $MINDI_TMP/minimal.lis
2493 LocateDeps $f >> $MINDI_TMP/minimal2.lis
2494 fi
2495 fi
2496 done
2497 for f in `cat $MINDI_TMP/minimal.lis` `sort -u $MINDI_TMP/minimal2.lis`; do
2498 mr-read-all-link $f >> $MINDI_TMP/minimal.lis
2499 done
2500 # Initial / are trucated by tar
2501 finallist=""
2502 # Remove directories from the list, as tar/cp will create them anyway
2503 # and it may hurt if /lib is in it as on Debian/Ubuntu
2504 # recent bash says that -d is true for a link to a dir !
2505 for f in `sort -u $MINDI_TMP/minimal.lis`; do
2506 if [ -e $f -a ! -d $f ] || [ -h $f ]; then
2507 finallist="$finallist $f"
2508 fi
2509 done
2510 #tar cf - $finallist 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "WARNING: Problem in minimal analysis" $MINDI_TMP/$$.log
2511 echo "cp -a -n --parents $finallist -t $mountpoint" 2>&1 >> $MINDI_TMP/$$.log
2512 cp -a -n --parents $finallist -t $mountpoint 2>> $MINDI_TMP/$$.log || LogIt "WARNING: Problem in minimal analysis" $MINDI_TMP/$$.log
2513
2514 # To improve support for distribution scripts, we now prefer to use bash as the std shell. Also fixes #600
2515 ln -sf /bin/bash bin/sh
2516 LogIt "INFO: Using bash as default shell"
2517 rm -f $MINDI_TMP/minimal.lis $MINDI_TMP/minimal2.lis
2518
2519 # Avoids an issue on some distro (RHEL5)
2520 rm -f $mountpoint/etc/ld.so.conf.d/kernelcap*
2521
2522 mkdir -p $mountpoint/tmp
2523 # Management of udev (which includes modprobe in rules)
2524 ps auxww | grep -v grep | grep -qw udevd
2525 if [ $? -eq 0 ]; then
2526 echo "udev device manager found" > $mountpoint/tmp/USE-UDEV
2527 LogIt "INFO: udev device manager found"
2528 tar cf - -C / /etc/udev 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in /etc/udev analysis" $MINDI_TMP/$$.log
2529 # This avoids NIC remapping if on another machine at restore time on Debian/Ubuntu at least
2530 rm -f ./etc/udev/rules.d/[z]*[0-9][0-9][-_]persistent-net.rules
2531 # Do not do it if it's a link (Ubuntu 64 bits #503)
2532 if [ -e "/lib64/udev" ] && [ ! -h "/lib64" ] && [ ! -h "/lib64/udev" ]; then
2533 tar cf - -C / /lib64/udev 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in /lib64/udev analysis" $MINDI_TMP/$$.log
2534 fi
2535 if [ -e "/lib32/udev" ] && [ ! -h "/lib32" ] && [ ! -h "/lib32/udev" ]; then
2536 tar cf - -C / /lib32/udev 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in /lib32/udev analysis" $MINDI_TMP/$$.log
2537 fi
2538 if [ -e "/lib/udev" ] && [ ! -h "/lib" ] && [ ! -h "/lib/udev" ]; then
2539 tar cf - -C / /lib/udev 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in /lib/udev analysis" $MINDI_TMP/$$.log
2540 fi
2541 if [ -e "/usr/lib/udev" ] && [ ! -h "/usr/lib" ] && [ ! -h "/usr/lib/udev" ]; then
2542 tar cf - -C / /usr/lib/udev 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in /usr/lib/udev analysis" $MINDI_TMP/$$.log
2543 fi
2544 if [ -x /sbin/udevd ] || [ -x /usr/bin/udevd ] || [ -x /usr/lib/systemd/systemd-udevd ]; then
2545 lis2=`grep -Ev '^#' $DEPLIST_DIR/udev.conf`
2546 lis=""
2547 # Get only the files which exist in that list
2548 # and potentially their symlink structure
2549 for i in $lis2; do
2550 if [ -h $i ]; then
2551 j=$i
2552 while [ -h $j ]; do
2553 lis="$lis $j"
2554 j=`readlink -f $j`
2555 done
2556 lis="$lis $j"
2557 elif [ -f $i ]; then
2558 lis="$lis $i"
2559 fi
2560 done
2561 # And their deps
2562 LocateDeps $lis > $MINDI_TMP/udev.lis
2563 for i in $lis; do
2564 if [ "`echo $i | cut -c1`" = "/" ]; then
2565 j=`echo $i | cut -c2-`
2566 [ "$j" != "" ] && rm -f $j
2567 fi
2568 echo "$i" >> $MINDI_TMP/udev.lis
2569 done
2570 finallist=""
2571 # Remove directories from the list, as tar/cp will create them anyway
2572 # and it may hurt if /lib is in it as on Debian/Ubuntu
2573 # recent bash says that -d is true for a link to a dir !
2574 for f in `sort -u $MINDI_TMP/udev.lis`; do
2575 if [ -e $f -a ! -d $f ] || [ -h $f ]; then
2576 finallist="$finallist $f"
2577 fi
2578 done
2579 #tar cf - -C / $lis `sort -u $MINDI_TMP/udev.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in udev.lis analysis" $MINDI_TMP/$$.log
2580 echo "cp -a -n --parents $finallist -t $mountpoint/" 2>&1 >> $MINDI_TMP/$$.log
2581 cp -a -n --parents $finallist -t $mountpoint/ 2>> $MINDI_TMP/$$.log || LogIt "ERROR: Problem in udev.lis analysis" $MINDI_TMP/$$.log
2582 rm -f $MINDI_TMP/udev.lis
2583 else
2584 LogAll "WARNING: udevd daemon not in standard place (/sbin or /usr/bin)"
2585 LogAll " mindi will use static devices which may cause problems"
2586 rm -f $mountpoint/tmp/USE-UDEV
2587 fi
2588 fi
2589
2590 # Management of potential HW info (ProLiant only at the moment)
2591 rm -rf $MINDI_CACHE/bkphw
2592 mindi-bkphw $MINDI_CACHE $MINDI_CONF | tee -a $LOGFILE
2593 if [ -d $MINDI_CACHE/bkphw ]; then
2594 LogIt "INFO: Hardware Information found and saved ..."
2595 cp -rp $MINDI_CACHE/bkphw .
2596 if [ -f $MINDI_CACHE/tools.files ]; then
2597 lis=`grep -Ev '^#' $MINDI_CACHE/tools.files`
2598 LocateDeps $lis > $MINDI_TMP/tools.lis
2599 tar cf - $lis `sort -u $MINDI_TMP/tools.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in tools.lis analysis" $MINDI_TMP/$$.log
2600 fi
2601 if [ -f $MINDI_CACHE/mindi-rsthw ]; then
2602 mv -f $MINDI_CACHE/mindi-rsthw .
2603 chmod 755 ./mindi-rsthw
2604 fi
2605 rm -f $MINDI_TMP/tools.lis $MINDI_CACHE/tools.files
2606 fi
2607
2608 # Management of perl scripts delivered needed at restore time
2609 mindi-get-perl-modules `cat $MINDI_CONF/perl-scripts` /usr/bin/mr-* > $MINDI_TMP/perl.lis
2610 tar cf - `cat $MINDI_TMP/perl.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in perl scripts analysis" $MINDI_TMP/$$.log
2611
2612 for w in cdrom groovy-stuff ; do
2613 mkdir -p mnt/$w
2614 done
2615
2616 tar cf - -C / /dev/fd0*[1,2][4,7,8]* 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in fd dev analysis" $MINDI_TMP/$$.log
2617
2618 echo -en "..."
2619 cd /
2620
2621 needed_modules=""
2622 list_of_groovy_mods="$CDROM_MODS $FORCE_MODS"
2623
2624 if [ -e "$MINDI_TMP/NETFS-SERVER-MOUNT" ] ; then
2625 # For PXE boot
2626 list_of_groovy_mods="$list_of_groovy_mods $NET_MODS"
2627 fi
2628 for i in $DENY_MODS; do
2629 LogFile "INFO: Removing $i from the list of modules to load"
2630 list_of_groovy_mods=`echo ${list_of_groovy_mods} | tr ' ' '\n' | grep -Ev "^${i}$" | tr '\n' ' '`
2631 done
2632
2633 if [ "${kernelname}" != "" ]; then
2634 needed_modules_path=lib/modules/${kernelname}
2635 mkgmopt="-k ${kernelname}"
2636 else
2637 needed_modules_path=lib/modules/$KERVERRUN
2638 mkgmopt="-k $KERVERRUN"
2639 fi
2640
2641 [ -e "$needed_modules_path" ] || LogIt "WARNING: path $needed_modules_path does not exist.\n If you're not using a modular kernel then mindi won't probably work."
2642 needed_modules=`mr-kernel-get-modules $mkgmopt $list_of_groovy_mods`
2643
2644 LogFile "INFO: Adding $needed_modules to the rootfs with $mkgmopt"
2645 cp --parents -aL $needed_modules $mountpoint/ 2>> $MINDI_TMP/$$.log || LogIt "ERROR: Unable to copy modules to $mountpoint" $MINDI_TMP/$$.log
2646
2647 # Uncompress modules if not using udev and native modprobe
2648 if [ ! -f $mountpoint/tmp/USE-UDEV ]; then
2649 for i in $needed_modules; do
2650 if [ "`echo "$i" | grep -E ".gz$"`" ]; then
2651 gunzip -f $mountpoint/$i
2652 fi
2653 if [ "`echo "$i" | grep -E ".bz$"`" ]; then
2654 bunzip2 -f $mountpoint/$i
2655 fi
2656 if [ "`echo "$i" | grep -E ".xz$"`" ]; then
2657 unxz -f $mountpoint/$i
2658 fi
2659 LogFile "INFO: Uncompressing $i"
2660 done
2661 fi
2662
2663 # Also copy modules.* in case of udev so that normal modprobe works
2664 tar cf - -C / /$needed_modules_path/modules.* 2>> $MINDI_TMP/$$.log | (cd "$mountpoint" ; tar xf -) || LogIt "ERROR: Unable to copy modules.* to $mountpoint" $MINDI_TMP/$$.log
2665
2666 # Copy FW in case some drivers needs it
2667 for d in "/lib" "/usr/lib"; do
2668 if [ -d "$d/firmware" -a ! -h $d ]; then
2669 cp -a "$d/firmware" "$mountpoint/$d"
2670 fi
2671 done
2672
2673 # Copy multipath dynamic libraries in case multipath is used (RHEL 6.4 and later)
2674 for d in "/lib" "/usr/lib" "/lib64" "/usr/lib64"; do
2675 if [ -d "$d/multipath" -a ! -h $d ]; then
2676 cp -a "$d/multipath" "$mountpoint/$d"
2677 fi
2678 done
2679
2680 # Copy an additional ProLiant tool for OBDR support
2681 if [ -f $MINDI_TMP/OBDR ]; then
2682 found=0
2683 if [ -x /usr/bin/hpsa_obdr_mode ]; then
2684 mkdir -p $mountpoint/usr/bin
2685 cp -a /usr/bin/hpsa_obdr_mode $mountpoint/usr/bin
2686 LogIt "INFO: Copying /usr/bin/hpsa_obdr_mode to ramdisk for improved Smart Array OBDR support"
2687 found=1
2688 fi
2689 if [ -x /usr/bin/sg_wr_mode ]; then
2690 mkdir -p $mountpoint/usr/bin
2691 lis="/usr/bin/sg_map /usr/bin/sg_inq /usr/bin/sg_reset /usr/bin/rev"
2692 LocateDeps $lis > $MINDI_TMP/obdr.lis
2693 (cd $mountpoint ; tar cf - $lis -C / `sort -u $MINDI_TMP/obdr.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in obdr.lis analysis" $MINDI_TMP/$$.log)
2694 LogIt "INFO: Copying /usr/bin/sg_reset to ramdisk for improved SCSI OBDR support"
2695 found=1
2696 fi
2697 if [ $found -eq 0 ]; then
2698 LogAll "WARNING: You're using OBDR mode without having the /usr/bin/hpsa_obdr_mode nor the /usr/bin/sg_wr_mode tool"
2699 LogAll " This may lead to a tape not going back to sequential mode after OBDR boot"
2700 fi
2701 fi
2702
2703 if [ ! -e "/sbin/devfsd" ] || [ "$kernelpath" = "$MINDI_LIB/vmlinuz" ] ; then
2704 LogFile "INFO: Deleting devfsd daemon from ramdisk"
2705 [ ! -e "/sbin/devfsd" ] && LogFile " ...because /sbin/devfsd not found"
2706 rm -f $mountpoint/sbin/devfsd
2707 fi
2708 cd "$old_pwd"
2709 [ "$TAPEDEV" ] && echo -en "$TAPEDEV" > $mountpoint/tmp/TAPEDEV-LIVES-HERE
2710 if [ _"$MONDO_SHARE" != _"" ]; then
2711 MakeMondoConfigFile $mountpoint/tmp/$MRCFG
2712 cp -f $mountpoint/tmp/$MRCFG $MINDI_TMP 2>> $LOGFILE || Die "Cannot copy $MRCFG to ramdisk"
2713 cp -f $MINDI_TMP/mountlist.txt $mountpoint/tmp/ 2>> $LOGFILE || Die "Cannot copy mountlist to ramdisk"
2714 echo -en "$FILES_IN_FILELIST" > $mountpoint/tmp/FILES-IN-FILELIST
2715 echo -en "$LAST_FILELIST_NUMBER" > $mountpoint/tmp/LAST-FILELIST-NUMBER
2716 fi
2717
2718 # Create module list to load at restore time
2719 rm -f $mountpoint/tmp/modules
2720 for m in $CDROM_MODS; do
2721 echo $m >> $mountpoint/tmp/modules
2722 done
2723
2724 mkdir -p $mountpoint/proc
2725 LogFile "---------------------------"
2726 LogFile "Content of initial ramdisk:"
2727 LogFile "---------------------------"
2728 (cd "$mountpoint" ; ls -Rla ) >> $LOGFILE
2729 LogFile "---------------------------"
2730
2731 # Determine what filesystem to use for initrd image
2732 LogFile "INFO: Call GetInitrdFilesystemToUse() with parameter ${kernelpath} to get filesystem to use for initrd."
2733 gvFileSystem=`GetInitrdFilesystemToUse ${kernelpath}`
2734 [ -z gvFileSystem ] && Die "GetFilesystemToUse() failed. Terminating."
2735 if [ "$gvFileSystem" = "ext2fs" ] || [ "$gvFileSystem" = "ext3fs" ] || [ "$gvFileSystem" = "ext4fs" ]; then
2736 # say what will be used
2737 LogFile "INFO: Creating an $gvFileSystem initrd image..."
2738 # kernel expects linuxrc in ext2 filesystem
2739 ( cd "$mountpoint" && ln -sf usr/sbin/init linuxrc )
2740 # unmount loop filesystem and create image file using the standard approach
2741 umount $mountpoint || Die "Cannot unmount $tempfile"
2742 dd if=$tempfile bs=1k 2> /dev/null > ${rdz_fname}.tmp 2> /dev/null
2743 if [ "$gvFileSystem" = "ext4fs" ] && [ -x "/sbin/tune4fs" ]; then
2744 bs=`/sbin/tune4fs -l ${rdz_fname}.tmp | grep -E '^Block size:' | cut -d: -f2 | sed 's/^ *//'`
2745 else
2746 bs=`tune2fs -l ${rdz_fname}.tmp | grep -E '^Block size:' | cut -d: -f2 | sed 's/^ *//'`
2747 fi
2748 MINDI_ADDITIONAL_BOOT_PARAMS="$MINDI_ADDITIONAL_BOOT_PARAMS ramdisk_blocksize=$bs"
2749 gzip -c9 ${rdz_fname}.tmp > $rdz_fname
2750 rm -f ${rdz_fname}.tmp
2751 # log that we are done
2752 LogFile " ...done."
2753 elif [ "$gvFileSystem" = "initramfs" ]; then
2754 # say what will be used
2755 LogFile "INFO: Creating a gzip'ed cpio (AKA initramfs) initrd image..."
2756 # make sure that cpio is there
2757 which cpio &> /dev/null; [ $? -eq 0 ] || Die "cpio not found. Please install package cpio and try again."
2758 # go into filesystem
2759 cd "$mountpoint"
2760 # kernel expects init in cpio filesystem
2761 ln -sf sbin/init init
2762 # create cpio image file and unmount loop filesystem
2763 find . -print | cpio -o -H newc | gzip -9 > $rdz_fname 2> /dev/null
2764 cd "$old_pwd"
2765 umount $mountpoint || Die "Cannot unmount $tempfile"
2766 # log that we are done
2767 LogFile " ...done."
2768 else
2769 Die "Filesystem $gvFileSystem not supported for initrd image. Terminating."
2770 fi
2771
2772 if [ "$res" -eq "0" ] ; then
2773 echo -en "..."
2774 else
2775 echo -en "\rMade an rdz WITH ERRORS. \n"
2776 fi
2777 return 0
2778}
2779
2780
2781##############################################################################
2782#----------------------------------- Main -----------------------------------#
2783##############################################################################
2784
2785# Now we can create what we need
2786mkdir -p $MINDI_TMP
2787
2788# Purge from potential old run
2789if [ _"$MINDI_CACHE" = _"" ]; then
2790 Die "MINDI_CACHE undefined"
2791fi
2792
2793# --nolog needs to be first, and is used in analyze-my-lvm
2794if [ "$1" = "--nolog" ] ; then
2795 shift
2796 LOGFILE=/dev/stderr
2797else
2798 > $LOGFILE
2799fi
2800if [ "$1" = "--printvar" ] ; then
2801 shift
2802 if [ _"$1" != _"" ] ; then
2803 set | grep -Ew "^$1" | cut -d= -f2
2804 fi
2805 exit 0
2806fi
2807
2808LogFile "mindi v$MINDI_VERSION"
2809LogFile "$ARCH architecture detected"
2810LogFile "mindi called with the following arguments:"
2811echo "$@">> $LOGFILE
2812LogFile "Start date : `date`"
2813LogFile "-----------------------------"
2814
2815[ -e "/sbin/mkdosfs" ] && [ ! -e "/sbin/mkfs.vfat" ] && LogAll "/sbin/mkfs.vfat is missing!"
2816
2817# Log some capital variables
2818[ "$MINDI_PREFIX" = "XXX" ] && Die "Mindi has not been installed correctly."
2819[ "$MINDI_CONF" = "YYY" ] && Die "Mindi has not been installed correctly."
2820LogFile "MONDO_SHARE = $MONDO_SHARE"
2821LogFile "MINDI_LIB = $MINDI_LIB"
2822LogFile "MINDI_SBIN = $MINDI_SBIN"
2823LogFile "MINDI_CONF = $MINDI_CONF"
2824if [ -f $MINDI_CONFIG ]; then
2825 LogFile "-----------------------------"
2826 LogFile " Mindi configuration file "
2827 LogFile "-----------------------------"
2828 grep -Ev '^#' $MINDI_CONFIG >> $LOGFILE
2829 LogFile "-----------------------------"
2830fi
2831LogFile "In Mindi"
2832LogFile "--------"
2833LogFile "EXTRA_SPACE = $EXTRA_SPACE"
2834LogFile "BOOT_SIZE = $BOOT_SIZE"
2835LogFile "--------"
2836
2837trap AbortHere SIGTERM SIGHUP SIGQUIT SIGKILL SIGABRT SIGINT
2838
2839# Sanity checks
2840which which > /dev/null 2> /dev/null || Die "Please install 'which'."
2841which strings > /dev/null 2> /dev/null || Die "Please install binutils and libbinutils; you have no 'strings' executable."
2842which gawk > /dev/null 2> /dev/null || Die "Gawk is missing from your computer. Please install gawk. You may find the package on Debian's website. How did I know you're running Debian? Because only Debian would be stupid enough not to include gawk in your distribution."
2843which gawk > /dev/null 2> /dev/null && AWK=`which gawk 2>/dev/null` || AWK="`which awk 2>/dev/null`"
2844if which awk &> /dev/null ; then
2845 if ! which gawk &> /dev/null ; then
2846 LogIt "INFO: You have awk but not gawk.\nPlease note that mindi works fine with a _sane_ awk binary.\nIf your awk binary misbehaves then please contact your vendor\nor distribution's mailing list for technical support.\n"
2847 fi
2848fi
2849which mke2fs > /dev/null 2> /dev/null || Die "Please put mke2fs in system path"
2850[ ! -e "$FDISK" ] && Die "Cannot find $FDISK"
2851
2852[ "`echo $KERVERRUN | grep -E "2\.4\.[0-6]" | grep -vE "2\.4\.[0-9][0-9]"`" != "" ] && echo "WARNING! Your kernel may have buggy loopfs code. Consider upgrading to 2.4.7"
2853
2854# Update the PATH variable if incomplete
2855if [ -e "/sbin/mkfs" ] && ! which mkfs &> /dev/null ; then
2856 PATH=$PATH:/sbin:/usr/sbin
2857 export PATH
2858 LogFile "INFO: Your PATH did not include /sbin or /usr/sbin. I have fixed that, temporarily."
2859 LogFile "INFO: However, you may wish to ask your vendor to provide a permanent fix..."
2860 LogFile "INFO: Or you might like to call 'su -' instead of 'su', for example."
2861fi
2862
2863if ! which mkfs.vfat 1> /dev/null 2> /dev/null ; then
2864 Die "mkfs.vfat missing from your filesystem - please install your dosfstools RPM or DEB package. Perhaps your PATH environmental variable is broken, too?"
2865fi
2866
2867### TODO
2868### Fix as it's not mandatory on ia64
2869if [ "$ARCH" = "ia64" ] ; then
2870 if which elilo &> /dev/null ; then
2871 LILO_EXE=elilo
2872 else
2873 LILO_EXE=`which false 2> /dev/null`
2874 fi
2875else
2876 FindIsolinuxBinary
2877fi
2878trap "Aborted" SIGTERM
2879DONE="\r\t\t\t\t\t\t\t\tDone. "
2880kernelpath=""
2881MONDO_ROOT=/var/cache/mondo
2882mkdir -p $MONDO_ROOT
2883
2884if [ -d "/proc/lvm" ]; then
2885 # LVM v1
2886 LVMCMD=""
2887 LVM="v1"
2888elif [ -d "/dev/mapper" ]; then
2889 # LVM v2
2890 LVMCMD="lvm"
2891 LVM="v2"
2892else
2893 LVM="false"
2894fi
2895
2896if [ -e "/proc/cmdline" ]; then
2897 CMDLINE="/proc/cmdline"
2898elif [ -e "/tmp/cmdline" ]; then
2899 CMDLINE="/tmp/cmdline"
2900else
2901 CMDLINE="/dev/null"
2902fi
2903
2904LogFile "INFO: LVM set to $LVM"
2905LogFile "----------"
2906LogFile "mount result:"
2907LogFile "-------------"
2908mount >> $LOGFILE
2909if [ -e /etc/raidtab ]; then
2910 LogFile "-------------"
2911 LogFile "/etc/raidtab content:"
2912 LogFile "-------------"
2913 cat /etc/raidtab >> $LOGFILE
2914else
2915 LogFile "No file /etc/raidtab"
2916fi
2917if [ -e /etc/mdadm.conf ]; then
2918 LogFile "-------------"
2919 LogFile "/etc/mdadm.conf content:"
2920 LogFile "-------------"
2921 cat /etc/mdadm.conf >> $LOGFILE
2922else
2923 LogFile "-------------"
2924 LogFile "No file /etc/mdadm.conf"
2925fi
2926LogFile "-------------"
2927LogFile "cat $CMDLINE"
2928LogFile "-------------"
2929cat $CMDLINE >> $LOGFILE
2930LogFile "-------------"
2931LogFile "cat /proc/swaps:"
2932LogFile "-------------"
2933cat /proc/swaps >> $LOGFILE
2934LogFile "-------------"
2935if [ -e /proc/mdstat ]; then
2936 LogFile "cat /proc/mdstat:"
2937 LogFile "-------------"
2938 cat /proc/mdstat >> $LOGFILE
2939else
2940 LogFile "No pseudo file /proc/mdstat"
2941fi
2942LogFile "-------------"
2943LogFile "cat /proc/partitions:"
2944LogFile "-------------"
2945cat /proc/partitions >> $LOGFILE
2946LogFile "-------------"
2947LogFile "cat /proc/filesystems:"
2948LogFile "-------------"
2949cat /proc/filesystems >> $LOGFILE
2950LogFile "-------------"
2951LogFile "lsmod result:"
2952LogFile "-------------"
2953lsmod >> $LOGFILE
2954MODULES="`cat /proc/modules | $AWK '{print $1}'`"
2955if [ -x /usr/sbin/esxcfg-module ]; then
2956 LogFile "-------------"
2957 LogFile "INFO: VMWare ESX server detected - Enabling dedicated support"
2958 LogFile "-------------"
2959 LogFile "VMWare modules"
2960 LogFile "-------------"
2961 /usr/sbin/esxcfg-module -l >> $LOGFILE
2962 MODULES="$MODULES `/usr/sbin/esxcfg-module -l | $AWK '{print $1}'`"
2963fi
2964LogFile "-------------"
2965LogFile "FORCE_MODS:"
2966LogFile "-------------"
2967LogFile "$FORCE_MODS"
2968LogFile "-------------"
2969LogFile "DENY_MODS:"
2970LogFile "-------------"
2971LogFile "$DENY_MODS"
2972LogFile "-------------"
2973LogFile "df result:"
2974LogFile "----------"
2975df -aT >> $LOGFILE
2976LogFile "-------------"
2977LogFile "df -i result:"
2978LogFile "----------"
2979df -i >> $LOGFILE
2980LogFile "-------------"
2981if [ -r /boot/grub/menu.lst ]; then
2982 LogFile "-------------"
2983 LogFile "INFO: /boot/grub/menu.lst content"
2984 LogFile "-------------"
2985 cat /boot/grub/menu.lst >> $LOGFILE
2986 LogFile "-------------"
2987fi
2988if [ -r /boot/grub/grub.conf ]; then
2989 LogFile "-------------"
2990 LogFile "INFO: /boot/grub/grub.conf content"
2991 LogFile "-------------"
2992 cat /boot/grub/grub.conf >> $LOGFILE
2993 LogFile "-------------"
2994fi
2995if [ -r /boot/grub/grub.cfg ]; then
2996 LogFile "-------------"
2997 LogFile "INFO: /boot/grub/grub.cfg content"
2998 LogFile "-------------"
2999 cat /boot/grub/grub.cfg >> $LOGFILE
3000 LogFile "-------------"
3001fi
3002if [ -r /boot/grub/device.map ]; then
3003 LogFile "-------------"
3004 LogFile "INFO: /boot/grub/device.map content"
3005 LogFile "-------------"
3006 cat /boot/grub/device.map >> $LOGFILE
3007 LogFile "-------------"
3008fi
3009if [ -r /etc/lilo.conf ]; then
3010 LogFile "-------------"
3011 LogFile "INFO: /etc/lilo.conf content"
3012 LogFile "-------------"
3013 cat /etc/lilo.conf >> $LOGFILE
3014fi
3015LogFile "Full fdisk info"
3016LogFile "---------------"
3017$FDISK -l >> $LOGFILE
3018LogFile "----------------"
3019
3020# Compute libata version
3021laver=`modinfo libata 2> /dev/null | grep -Ei '^Version:' | cut -d: -f2 | cut -d. -f1 | sed 's/ *//g' 2> /dev/null`
3022# If libata v2 is used then remove ide-generic as it will perturbate boot
3023if [ "`echo $MODULES | grep libata`" ]; then
3024 if [ "$laver" = "2" ]; then
3025 DENY_MODS="$DENY_MODS ide-generic"
3026 LogFile "INFO: ide-generic removed from module list as your system uses libata v2+"
3027 LogFile "-------------"
3028 fi
3029fi
3030
3031# Check for McAfee which disturbs the access to some files (tgz in articular)
3032if [ "x`cat /proc/linuxshield/enabled 2>/dev/null`" = "x1" ]; then
3033 LogFile "WARNING: McAfee LinuxShield is enabled. McAfee might block access to certain special files."
3034 LogFile "WARNING: Check in /var/opt/NAI/LinuxShield/etc/nailsd.cfg for 'nailsd.profile.OAS.action.error: Block'"
3035 LogFile "WARNING: You have two options:"
3036 LogFile "WARNING: - Exclude all directories with special files (check McAfee System Events Log)"
3037 LogFile "WARNING: - Disable the scanner during the backup"
3038fi
3039
3040# Check for ISO_CMD command
3041if [ ! -x $ISO_CMD ]; then
3042 LogFile "NOTE: No CD image (ISO file) utility found"
3043fi
3044
3045FLOPPY_WAS_MOUNTED=""
3046for mtpt in /media/floppy /mnt/floppy /floppy ; do
3047 if mount | grep -w $mtpt &> /dev/null ; then
3048 FLOPPY_WAS_MOUNTED="$FLOPPY_WAS_MOUNTED $mtpt"
3049 umount $mtpt
3050 fi
3051done
3052
3053#
3054# If we have a USB device we need to store info
3055# and remove it from the parameters line
3056#
3057if [ "$#" -ne "0" ] ; then
3058 if [ "$1" = "--usb" ] ; then
3059 shift
3060 USBDEVICE=$1
3061 if [ _"$USBDEVICE" = _"" ]; then
3062 Die "No USB device specified"
3063 fi
3064 shift
3065 fi
3066fi
3067
3068if [ "$#" -ne "0" ] ; then
3069 if [ "$1" = "--findkernel" ] ; then
3070 resk=`TryToFindKernelPath`
3071 # Avoids logfile content for mondo
3072 export MONDO_SHARE=""
3073 if [ "$resk" = "" ] ; then
3074 if [ $KERNEL_IS_XEN = "yes" ]; then
3075 echo "$xenkernelpath"
3076 LogFile "INFO: xenkernelpath = $xenkernelpath"
3077 MindiExit 0
3078 else
3079 MindiExit -1
3080 fi
3081 else
3082 echo "$resk"
3083 LogFile "INFO: kernelpath = $resk"
3084 MindiExit 0
3085 fi
3086 elif [ "$1" = "--locatedeps" ] ; then
3087 [ ! "$2" ] && Die "Please specify the binary to look at"
3088 LocateDeps $*
3089 # Avoids logfile content for mondo
3090 export MONDO_SHARE=""
3091 MindiExit $?
3092 elif [ "$1" = "--readalllink" ] ; then
3093 [ ! "$2" ] && Die "Please specify the binary to look at"
3094 # Avoids logfile content for mondo
3095 export MONDO_SHARE=""
3096 mr-read-all-link $2
3097 MindiExit $?
3098 elif [ "$1" = "--makemessage" ] ; then
3099 MakeMessageFile | cut -c1-80
3100 MindiExit 0
3101 elif [ "$1" = "--makemountlist" ] ; then
3102 [ ! "$2" ] && Die "Please specify the output file"
3103 MakeMountlist $2
3104 CheckMountlist $2
3105 # Avoids logfile content for mondo
3106 export MONDO_SHARE=""
3107 MindiExit $?
3108 elif [ "$1" = "-V" ] || [ "$1" = "-v" ] || [ "$1" = "--version" ] || [ "$1" = "-version" ] ; then
3109 echo "Mindi v$MINDI_VERSION"
3110 # Avoids logfile content for mondo
3111 export MONDO_SHARE=""
3112 MindiExit 0
3113 elif [ "$#" -ge "9" ] && [ "$1" = "--custom" ] ; then
3114 MONDO_TMP=$2
3115 # Change MINDI_TMP for the one provided by mondo
3116 # So that it can get back the built files
3117 if [ _"$MONDO_TMP" = _"" ]; then
3118 Die "MONDO_TMP is empty, aborting"
3119 fi
3120 if [ _"$MONDO_TMP" = _"/" ]; then
3121 Die "MONDO_TMP is /, aborting"
3122 fi
3123 mv $MINDI_TMP/* $MINDI_TMP/.??* $MONDO_TMP 2>> $LOGFILE
3124 rmdir $MINDI_TMP
3125 export MINDI_TMP=$MONDO_TMP
3126 mkdir -p $MINDI_TMP
3127
3128 # This is the scratch dir in mondo - subdir images
3129 MINDI_CACHE=$3
3130
3131 kernelpath=$4; [ "$kernelpath" = "(null)" ] && kernelpath=""
3132 [ "$kernelpath" = "" ] && kernelpath=`TryToFindKernelPath`
3133
3134###
3135### Sq-Modification...
3136### Attempt to locate kernel specific module path
3137### if module path is found then use it other wise use uname -r to set it...
3138###
3139 if [ $KERNEL_IS_XEN = "yes" ]; then
3140 LogAll "INFO: xenkernelpath = $xenkernelpath"
3141 fi
3142 kernelname=`echo $kernelpath | cut -d'-' -f2- | sed 's/.[bg]z[2]*$//'`
3143 if [ ! -d "/lib/modules/$kernelname" ]; then
3144 LogAll "WARNING: Module path for ${kernelpath} not found..."
3145 LogAll " using running kernel\'s modules."
3146 kernelname=$KERVERRUN
3147 else
3148 LogAll "Using modules for kernel: ${kernelname}"
3149 fi
3150 LogAll "INFO: kernelname = $kernelname"
3151 LogAll "INFO: kernelpath = $kernelpath"
3152###
3153### end of Sq-Modification
3154###
3155 TAPEDEV=$5
3156 TAPESIZE=$6
3157 FILES_IN_FILELIST=$7
3158 USE_LZO=$8
3159 CDRECOVERY=$9
3160 if [ "${10}" = "(null)" ] || [ "${10}" = "" ] ; then
3161 IMAGE_DEVS=""
3162 else
3163 IMAGE_DEVS="`echo "${10}" | tr '|' ' '`"
3164 fi
3165 if [ "${11}" ] ; then
3166 LILO_OPTIONS=""
3167 # LogAll "INFO: LILO will use conservative settings, to be compatible with older BIOSes."
3168 fi
3169 LAST_FILELIST_NUMBER=${12}
3170 ESTIMATED_TOTAL_NOOF_SLICES=${13}
3171 export MINDI_EXCLUDE_DEVS="${14}"
3172 USE_COMP="${15}"
3173 USE_LILO="${16}"
3174 USE_STAR="${17}"
3175 INTERNAL_TAPE_BLOCK_SIZE="${18}"
3176 DIFFERENTIAL="${19}"
3177 USE_GZIP="${20}"
3178 NOT_BOOT="${21}"
3179 [ "$USE_COMP" = "" ] && USE_COMP=yes
3180 [ "$USE_GZIP" = "" ] && USE_GZIP=no
3181 [ "$NOT_BOOT" = "" ] && NOT_BOOT=no
3182 [ "$TAPEDEV" ] && LogIt "INFO: This is a tape-based backup. Fine."
3183 # MONDO_ROOT is the real scratchdir
3184 MONDO_ROOT=`echo $MINDI_CACHE | sed 's/\(.*\)\/.*/\1/'`
3185 if [ _"$MONDO_ROOT" != _"" ]; then
3186 mkdir -p $MONDO_ROOT
3187 else
3188 Die "MONDO_ROOT is undefined"
3189 fi
3190 else
3191 LogScreen "Syntax: mindi (--custom ....)"
3192 MindiExit -1
3193 fi
3194fi
3195
3196if [ _"$MINDI_CACHE" != _"" ]; then
3197 rm -rf $MINDI_CACHE/* 2> /dev/null
3198 mkdir -p $MINDI_CACHE
3199fi
3200
3201[ "$CDRECOVERY" = "yes" ] || CDRECOVERY=no
3202
3203if [ _"$MONDO_SHARE" = _"" ]; then
3204 LogIt "Mindi Linux mini-distro generator v$MINDI_VERSION"
3205 LogIt "Latest Mindi is available from http://www.mondorescue.org"
3206 LogIt "BusyBox sources are available from http://www.busybox.net"
3207 LogIt "------------------------------------------------------------------------------"
3208else
3209 LogFile "INFO: You are using Mindi-Linux v$MINDI_VERSION to make boot+data disks"
3210fi
3211if [ -f $MINDI_LIB/rootfs/usr/bin/busybox ]; then
3212 LogIt "Mindi-`$MINDI_LIB/rootfs/usr/bin/busybox 2>&1 | head -1`"
3213else
3214 LogIt "ERROR: Unable to find mindi-busybox, please install it"
3215 MindiExit -1
3216fi
3217
3218for i in loop cdrom ide-cd isofs linear raid0 raid1 raid5 ; do
3219 modinfo $i 2> /dev/null 1> /dev/null
3220 if [ $? -eq 0 ]; then
3221 modprobe $i 2>&1 > /dev/null
3222 fi
3223done
3224
3225KERN_DISK_MADE=""
3226
3227LogFile "DIFFERENTIAL = $DIFFERENTIAL"
3228LogFile "INTERNAL TAPE BLOCK SIZE = $INTERNAL_TAPE_BLOCK_SIZE"
3229LogFile "NOT_BOOT = '$NOT_BOOT'"
3230if [ "$NOT_BOOT" != "" ] && [ "$NOT_BOOT" != "0" ] && [ "$NOT_BOOT" != "no" ] ; then
3231 LogIt "INFO: Just creating $MRCFG and a small all.tar.gz for Mondo. Nothing else."
3232 MakeMondoConfigFile $MINDI_TMP/$MRCFG
3233 MakeMountlist $MINDI_TMP/mountlist.txt
3234 CheckMountlist $MINDI_TMP/mountlist.txt
3235 mkdir -p $MINDI_TMP/small-all/tmp
3236 cd "$MINDI_TMP/small-all"
3237 cp -f $MINDI_TMP/{mountlist.txt,$MRCFG,filelist.full.gz,biggielist.txt} tmp 2>> $LOGFILE || Die "Cannot copy small all.tar.gz"
3238 tar -cv ./tmp | gzip -9 > $MINDI_TMP/all.tar.gz 2>> $MINDI_TMP/$$.log || Die "Cannot make small all.tar.gz" $MINDI_TMP/$$.log
3239 sleep 2
3240 LogIt "Done. Exiting."
3241 MindiExit 0
3242fi
3243
3244if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ "$USBDEVICE" != "" ]; then
3245 LogIt "INFO: Including the generation of a Bootable USB device on $USBDEVICE"
3246fi
3247
3248if [ "$kernelpath" = "" ] ; then
3249 [ _"$MONDO_SHARE" != _"" ] && Die "Please use -k <path> to specify kernel."
3250 echo -en "Do you want to use your own kernel to build the boot disk ([y]/n) ?"
3251 read ch
3252 if [ "$ch" != "n" ] && [ "$ch" != "N" ] ; then
3253 USE_OWN_KERNEL="yes"
3254 else
3255 USE_OWN_KERNEL="no"
3256 fi
3257 if [ "$USE_OWN_KERNEL" = "yes" ]; then
3258 kernelpath=`TryToFindKernelPath`
3259 if [ "$kernelpath" = "" ] ; then
3260 echo -n "Please enter kernel path : "
3261 read kernelpath
3262 fi
3263 fi
3264fi
3265
3266echo -e "Mindi's temp dir = $MINDI_TMP \nMindi's output dir=$MINDI_CACHE" >> $LOGFILE
3267[ "$(($RANDOM%64))" -eq "0" ] && LogIt "INFO: Dude, I've looked inside your computer and it's really dusty..."
3268
3269mountpoint=$MINDI_TMP/mountpoint.$$
3270PrepareDataDiskImages
3271
3272ramdisk_size=$(($size_of_all_tools+$EXTRA_SPACE))
3273rds=$(($ramdisk_size-$((ramdisk_size%4096))))
3274export ramdisk_size=$rds
3275
3276LogFile "INFO: Ramdisk will be $ramdisk_size KB"
3277if [ "$ARCH" = "ia64" ] ; then
3278 PrepareBootDiskImage_LILO $kernelpath || Die "Failed to create ia64 image disk image."
3279else
3280 PrepareBootDiskImage_ISOLINUX $kernelpath || Die "Failed to create $ramdisk_size KB disk image."
3281fi
3282
3283[ -e "$MINDI_LIB/memtest.img" ] && BOOT_MEDIA_MESSAGE="$BOOT_MEDIA_MESSAGE\n\
3284...Or type 'memtest' to test your PC's RAM thoroughly.\n"
3285
3286if [ _"$MONDO_SHARE" = _"" ]; then
3287 ListImagesForUser
3288 OfferToMakeBootableISO
3289 if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ]; then
3290 OfferToMakeBootableUSB
3291 fi
3292 LogAll "Finished."
3293elif [ "$TAPEDEV" ] ; then
3294 if [ "$ARCH" != "ia64" ] ; then
3295 # We need to keep the img file as boot file for ia64 platform
3296 rm -f $MINDI_CACHE/{*img,*iso}
3297 else
3298 rm -f $MINDI_CACHE/*iso
3299 fi
3300 if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ "$USBDEVICE" != "" ]; then
3301 OfferToMakeBootableUSB
3302 fi
3303 OfferToMakeBootableISO
3304 if [ -e "$MINDI_CACHE/all.tar.gz" ] ; then
3305 cp -f $MINDI_CACHE/all.tar.gz $MINDI_TMP/ 2>> $LOGFILE
3306 else
3307 Die "Cannot find all.tar.gz, to be written to tape"
3308 fi
3309elif [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ "$USBDEVICE" != "" ]; then
3310 OfferToMakeBootableUSB
3311else
3312 OfferToMakeBootableISO
3313fi
3314# cleanup
3315LogAll "INFO: $FRIENDLY_OUTSTRING"
3316for mtpt in $FLOPPY_WAS_MOUNTED ; do
3317 mount $mtpt
3318done
3319MindiExit 0
Note: See TracBrowser for help on using the repository browser.