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

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

Use directly MINDI_CACHE instead of imagesdir

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