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

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

Also copy EFI|boot dir to the ISO directly

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