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