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

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