search for: implantisomd5

Displaying 10 results from an estimated 10 matches for "implantisomd5".

2013 May 05
1
Fwd: Headless VNC Install Disk
...ail.com> Cc: > Hi > > I read your article to figure out how to install centos 6.4 (32-bit) on a laptop with a broken graphics card. I did a dry run on a Virtual Machine using VirtualBox. Everything worked except the ISO's media check when I tried installing it. Is it a bug with the implantisomd5 program? > > Regards, > > Irwan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20130505/f53855aa/attachment-0006.html>
2007 Apr 15
2
Custom CentOS5 DVD
Hello, Does anyone have an up-to-date page describing, step by step, how to make a customized CentOS5 DVD? I noticed that CentOS5 already comes with ~240MB of updates. So for starters, I'd like to create a new DVD with all the current updates. (And I have other custom scripts I need to install on top of that). I've googled around and tried various suggestions on the net:
2013 May 05
0
Fwd: Fw: Headless VNC Install Disk
...> >> Hi >> >> I read your article to figure out how to install centos 6.4 (32-bit) on a laptop with a broken graphics card. I did a dry run on a Virtual Machine using VirtualBox. Everything worked except the ISO's media check when I tried installing it. Is it a bug with the implantisomd5 program? >> >> Regards, >> >> Irwan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20130505/162da260/attachment-0006.html>
2009 Aug 20
3
[PATCH ovirt-node-image] fixes for edit-livecd
Patch set fixes issues with image size increase when using edit-livecd Also address issue with ext4 root fs
2009 Sep 22
1
[PATCH] edit-livecd in python
...9;"; try_h; exit 1 -fi - -# first, check to see we are root -if [ $( id -u ) -ne 0 ]; then - die "Must run as root" -fi - -# Check for some prerequisites. -# "type" prints "PROG not found" if it's not in $PATH. -type mkisofs -type mksquashfs -type sed -type implantisomd5 - -sane_name() -{ - case $1 in - *[^a-zA-Z0-9._,+:/@%=-]*) false;; - *) true;; - esac -} - -# Fail if names we'll use contain white space or shell meta-characters -sane_name "$PWD" || die "invalid working directory name: $PWD" -sane_name "$CD" || die "...
2009 Aug 03
0
[PATCH node-image] Fix edit-livecd to re-create ext2 filesystem each time
...quot; + echo ">>> Recomputing MD5 sums" ( cd $WDIR/cd-w && find . -type f -not -name md5sum.txt \ -not -path '*/isolinux/*' -print0 | xargs -0 -- md5sum > md5sum.txt ) @@ -215,6 +311,7 @@ mkisofs \ echo ">>> Implanting ISO MD5 Sum" implantisomd5 --force "$OUTPUT_FILE" +echo ">>> New LiveCD Size: $(du -b $OUTPUT_FILE)" # The trap ... callbacks will unmount everything. set +e -- 1.6.2.5
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node. Removed tools, these are now in ovirt-node-recipe which is subpackage of ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.
2004 Dec 16
26
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the centos mirror: RHSA-2004:634-01 Updated zip package fixes security issue Files available: zip-2.3-10.1.i386.rpm More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: # yum update -- John
2007 Apr 30
1
CentOS 5 single DVD for i386 and x86_64
...39; repodata.i386/repomd.xml 4. repeate for the other arch. 5. create the iso: mkisofs -o ../centos5_32and64.iso -b isolinux/isolinux.bin \ -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \ -r -pad -J -joliet-long -V "CentOS" . 6. add checksum to iso: implantisomd5 ../centos5_32and64.iso 7. record it: growisofs -Z /dev/cdrom=../centos5_32and64.iso -- lfr 0/0 -------------- next part -------------- --- stage2.orig/usr/lib/anaconda/image.py 2006-09-28 17:45:21.000000000 +0100 +++ stage2/usr/lib/anaconda/image.py 2007-04-26 22:07:55.000000000 +0100...