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

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

Remove floppy support

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