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

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