source: MondoRescue/branches/3.3/mindi/mindi@ 3643

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