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

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