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

Last change on this file since 3737 was 3737, checked in by Bruno Cornec, 4 years ago

prepare dir struct and prepare also to umount btrfs subvolumes

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