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

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