Displaying 16 results from an estimated 16 matches for "isomd5sum".
2009 Feb 16
2
Back again, and resuscitated libmenu patches
I've finally gotten back to my work on syslinux, and I've updated the
patches I have for the advanced menu system and for COM32 to apply
against the current git tree. I've got ten patches - mostly bug fixes,
but a few are for additional COM32 or menu functionality.
I've got them checked into a local git repository - what is the best way
for me to pass them along?
2009 Jun 25
0
[PATCH node-image] kdump support
...100644
--- a/common-blacklist.ks
+++ b/common-blacklist.ks
@@ -10,7 +10,7 @@ echo "Removing excess RPMs"
RPMS="system-config-firewall-tui system-config-network-tui rhpl \
rpm-python dbus-python kudzu newt-python newt libsemanage-python"
-RPMS="$RPMS kpartx mkinitrd isomd5sum dmraid checkpolicy"
+RPMS="$RPMS mkinitrd isomd5sum dmraid checkpolicy"
# Remove additional RPMs forcefully
RPMS="$RPMS gamin pm-utils kbd usermode vbetool ConsoleKit hdparm \
diff --git a/common-pkgs.ks b/common-pkgs.ks
index cc507cf..f53131f 100644
--- a/common-pkgs.ks
+++...
2019 Dec 26
2
livemedia-creator --make-pxe-live CentOS 7
...ombr
clearpart --all
bootloader --location=mbr
Below is my packages part of my kickstart:
%packages
# Packages needed by anaconda, but not directly required.
# Includes all of the grub2 and shim packages needed, except
# for the grub2-efi-*-cdboot package
@anaconda-tools --optional
@core
anaconda
isomd5sum
kernel
memtest86+
syslinux
-dracut-config-rescue
dell-system-update
# This package is needed to boot the iso on UEFI
grub2-efi-*-cdboot
grub2-efi-ia32
%end
Thanks,
-Drew
2007 Dec 15
3
Read disk with open()/read()?
...he disk, perhaps via
INT22/19h, using the COM32 open()/read() functions?
If not, I'd like to propose adding the ability to do something like:
int fd = open("//", O_RDONLY);
to allow reading from the raw disk.
I am working on building a COM32 module out of the checkisomd5 tool from
isomd5sum, but I need a way to
access the raw disk in order to do that.
2009 Aug 06
1
[PATCH node-image] workaround for gpxe issue with the virt-preview
...rom /usr/share/qemu/pxe-virtio.bin
+
# Things we could probably remove if libvirt didn't link against them
#RPMS="$RPMS avahi PolicyKit xen-libs"
diff --git a/common-pkgs.ks b/common-pkgs.ks
index 3c0f278..6f0af6e 100644
--- a/common-pkgs.ks
+++ b/common-pkgs.ks
@@ -70,3 +70,6 @@ isomd5sum
irqbalance
cpuspeed
acpid
+# workaround for gpxe issue with the virt-preview qemu on F11 host kernel
+# https://bugzilla.redhat.com/show_bug.cgi?id=512358
+etherboot-zroms-kvm
--
1.6.0.6
2019 Dec 26
1
livemedia-creator --make-pxe-live CentOS 7
...gt; Below is my packages part of my kickstart:
>
> %packages
> # Packages needed by anaconda, but not directly required.
> # Includes all of the grub2 and shim packages needed, except
> # for the grub2-efi-*-cdboot package
> @anaconda-tools --optional
> @core
> anaconda
> isomd5sum
> kernel
> memtest86+
> syslinux
> -dracut-config-rescue
> dell-system-update
> # This package is needed to boot the iso on UEFI
> grub2-efi-*-cdboot
> grub2-efi-ia32
> %end
>
> Thanks,
> -Drew
>
> _______________________________________________
> CentOS...
2019 Dec 26
0
livemedia-creator --make-pxe-live CentOS 7
...gt; Below is my packages part of my kickstart:
>
> %packages
> # Packages needed by anaconda, but not directly required.
> # Includes all of the grub2 and shim packages needed, except
> # for the grub2-efi-*-cdboot package
> @anaconda-tools --optional
> @core
> anaconda
> isomd5sum
> kernel
> memtest86+
> syslinux
> -dracut-config-rescue
> dell-system-update
> # This package is needed to boot the iso on UEFI
> grub2-efi-*-cdboot
> grub2-efi-ia32
> %end
>
> Thanks,
> -Drew
>
> _______________________________________________
> CentOS...
2009 Sep 16
1
Final push candidate...
This patch goes with the node patch just sent, and is ready for pushing upstream.
I'll be doing the blacklisting in a later patch once this is upstream.
2009 Sep 17
1
New push candidate with feedback from apevec...
This patch removes the attempt at setting nodeadmin to be root's shell.
2009 Jul 08
2
[PATCH: ovirt-identify-node replacement 0/1] Node Image Patch
The purpose of this patch is to add the matahari qmf agent package
(http://git.et.redhat.com/?p=matahari.git;a=summary) to the node image.
Matahari is a qmf agent that publishes hardware information to an amqp
broker, replacing functionality from ovirt-identify-node. However, since
the capability is not ovirt specific, the agent is maintained as a separate
project (see link above).
Dependencies
2009 Aug 21
2
anaconda and x86_64
...d /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf anaconda-11.1.2.168
+ /usr/bin/bzip2 -dc /usr/src/redhat/SOURCES/anaconda-11.1.2.168.tar.bz2
+ tar -xf -
...
for d in isys wlite stubs loader2 po textw utils scripts bootdisk installclasses iw pixmaps isomd5sum command-stubs ui fonts; do make -C $d depend; done
make[1]: Entering directory `/usr/src/redhat/BUILD/anaconda-11.1.2.168/isys'
grep NFS_MOUNT_VERSION /usr/include/linux/nfs_mount.h | sed -e 's/NFS/KERNEL_NFS/' > nfs_mountversion.h
Package libdhcp6client was not found in the pkg-conf...
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated.
These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated.
Mike
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
...+++++++++++++++++++++++++++++++++++++
6 files changed, 110 insertions(+), 7 deletions(-)
diff --git a/recipe/common-blacklist.ks b/recipe/common-blacklist.ks
index 7c08c39..4fb980e 100644
--- a/recipe/common-blacklist.ks
+++ b/recipe/common-blacklist.ks
@@ -15,7 +15,7 @@ RPMS="$RPMS mkinitrd isomd5sum dmraid checkpolicy"
# Remove additional RPMs forcefully
RPMS="$RPMS gamin pm-utils kbd usermode vbetool ConsoleKit hdparm \
efibootmgr linux-atm-libs fedora-release-notes \
- cryptsetup-luks pciutils mtools syslinux \
+ pciutils mtools syslinux \
wireless-tools radeontoo...
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
...1d1759b7118ba890.patch
@@ -0,0 +1,37 @@
+From 93724aa28fc20c8b7f0167201d1759b7118ba890 Mon Sep 17 00:00:00 2001
+From: Alan Pevec <apevec at redhat.com>
+Date: Thu, 7 Apr 2011 01:53:51 +0200
+Subject: [PATCH] dmsquash-live: hide plymouth while checking ISO
+
+Fixes long-standing FIXME
+Latest isomd5sum added an option to abort media check with ESC key,
+but that key is taken by plymouth for switching to the detailed log
+messages, making it impossible to abort checkisomd5.
+Tested in text mode.
+---
+ modules.d/90dmsquash-live/dmsquash-live-root | 3 ++-
+ 1 files changed, 2 insertions(+), 1 de...
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.