Displaying 4 results from an estimated 4 matches for "isodir".
Did you mean:
is_dir
2013 Mar 11
2
menu.c32: not a COM32R image
...quot;/local/kickstart/ks/${HOST}-rescue.ks"
else
CONFIG="/local/kickstart/templates/isolinux-${OS}-${MAJOR}.cfg"
ISOFILE="${HOST}.iso"
# KS="/local/kickstart/ks/${HOST}.ks"
fi
MAJOR=`echo $REL | awk -F. '{print $1}'`
ISODIR=`mktemp -d /tmp/iso.XXXXXX`
MKISOFSLOG=`mktemp /tmp/mkisofs.XXXX`
cp -r /local/yum-repo/OS/${OS}-${REL}-x86_64/base/isolinux $ISODIR
chmod -R u+w $ISODIR
/bin/rm -f $ISODIR/isolinux/isolinux.cfg
copymenu32 "${OS}-${REL}" "$ISODIR/isolinux"
copymemtest &qu...
2011 Jul 27
1
Kickstart and CentOS 6...
Hey,
I am trying to upgrade my kickstart usb key to 6.0 and I ran into a few issues.
I boot with:
? append initrd=initrd.img ks=hd:sdb2:/ks.cfg repo=hd:sdb2:/centos
and in the ks.cfg I have:
? harddrive --partition=sdb2 --dir=/centos
and on sdb2 I have:
? sdb2:/centos/CentOS-6.0-x86_64-bin-DVD1.iso
? sdb2:/centos/CentOS-6.0-x86_64-bin-DVD2.iso
It fails from the beginning unless I add /images
2012 Apr 29
2
Correction to HowTos/InstallFromUSBkey
There's a mistake in HowTos/InstallFromUSBkey , so I'd like to ask that
someone fix it, or that I be given editing rights.
The mistake is that in the section on CentOS 6, step 8, the correct
command is "syslinux /dev/sdb1" (only).
Also, although this isn't a mistake, I'd like to suggest mentioning in
step 1 that the reason why part of the USB key has to be formatted
2009 Sep 22
1
[PATCH] edit-livecd in python
...t;Controls whether to use squashfs to compress the image."""
+
+ self.skip_minimize = False
+ """Controls whether an image minimizing snapshot should be created."""
+
+ self._isofstype = "iso9660"
+ self.__isodir = None
+
+ self._ImageCreator__builddir = None
+ """working directory"""
+
+ self._ImageCreator_instroot = None
+ """where the extfs.img is mounted for modification"""
+
+...