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

Last change on this file since 3427 was 3427, checked in by Bruno Cornec, 9 years ago

Also extract EFI|boot dir in the initramfs

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