Displaying 9 results from an estimated 9 matches for "fsys_iso9660".
2007 Feb 21
4
Re: [Xen-staging] [xen-unstable] Add iso9660 support to libfsimage.
...n''t hit them too. On ia64 it fails to
build:
gcc -DPIC -O2 -fomit-frame-pointer -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I../../../tools/libfsimage/common/ -Werror -Wp,-MD,.fsys_iso9660.opic.d -fPIC -c -o fsys_iso9660.opic fsys_iso9660.c
cc1: warnings being treated as errors
fsys_iso9660.c: In function ''iso9660_dir'':
fsys_iso9660.c:187: warning: pointer targets in initialization differ in signedness
fsys_iso9660.c:212: warning: pointer targets in assignment diffe...
2007 Mar 03
5
[PATCH] Compile issue with tools/libfsimage/iso9660
...pile issue with tools/libfsimage/iso9660
char vs unsigned char signedness causes a warning when compiling
iso9660 (xen-unstable). This patch changes the unsigned char * for
char *.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
diff -r 8eff89a69521 tools/libfsimage/iso9660/fsys_iso9660.c
--- a/tools/libfsimage/iso9660/fsys_iso9660.c Fri Mar 02 18:42:00 2007 -0500
+++ b/tools/libfsimage/iso9660/fsys_iso9660.c Fri Mar 02 23:59:19 2007 -0500
@@ -53,8 +53,8 @@ struct iso_inode_info {
((struct iso_inode_info *)(FSYS_BUF+sizeof(struct iso_sb_info)))
#define PRIMDESC ((stru...
2010 Mar 03
5
[PATCH, PV-GRUB DOC] Add details to PV-GRUB documentation
Add a couple of documentation details about PV-GRUB support
- the menu.lst content can be passed as a ramdisk.
- virtual partitions are not supported.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
diff -r b8d2a4134a68 stubdom/README
--- a/stubdom/README Wed Mar 03 17:41:58 2010 +0000
+++ b/stubdom/README Wed Mar 03 20:42:53 2010 +0100
@@ -52,11 +52,17 @@
extra =
2006 Oct 31
0
PSARC 2005/373 Contract for the Miniroot Repository
...on disabled pci config space
6285006 pxegrub truncates DHCPREQUEST packet
Files:
update: usr/src/cmd/svc/milestone/Makefile
update: usr/src/cmd/svc/seed/Makefile
update: usr/src/grub/grub-0.95/netboot/nic.c
update: usr/src/grub/grub-0.95/stage2/builtins.c
update: usr/src/grub/grub-0.95/stage2/fsys_iso9660.c
update: usr/src/pkgdefs/SUNWcsr/prototype_com
update: usr/src/pkgdefs/SUNWcsu/prototype_com
update: usr/src/psm/stand/boot/amd64/amd64/bootops64.h
update: usr/src/psm/stand/boot/i386/common/console.c
update: usr/src/tools/scripts/bfu.sh
update: usr/src/uts/common/krtld/bootrd.c
update: usr...
2006 Oct 31
0
6362643 GRUB graphics still not in line with unified "coolstart" branding
...ommon/graphics.h
update: usr/src/grub/grub-0.95/netboot/undi.c
update: usr/src/grub/grub-0.95/stage2/builtins.c
update: usr/src/grub/grub-0.95/stage2/char_io.c
update: usr/src/grub/grub-0.95/stage2/cmdline.c
update: usr/src/grub/grub-0.95/stage2/disk_io.c
update: usr/src/grub/grub-0.95/stage2/fsys_iso9660.c
update: usr/src/grub/grub-0.95/stage2/shared.h
update: usr/src/grub/grub-0.95/stage2/stage2.c
update: usr/src/grub/splash.xpm.gz
update: usr/src/psm/stand/boot/i386/Makefile.com
update: usr/src/psm/stand/boot/i386/common/console.c
update: usr/src/psm/stand/boot/i386/common/console.h
update...
2009 Sep 24
7
[patch 0/2] grub-0.97: btrfs support
Hello everyone.
The following patches are for Fedora 10(**).
The distro-independent package will be put to kernel.org a bit later.
I. Loading kernels from btrfs volumes
Now you can load kernels and initrds from btrfs volumes composed of
many devices.
WARNING!!!
Make sure that all components of your loading btrfs volume(*) are
visible to grub. Otherwise, you''ll end with
2011 Feb 26
1
make world error
...;'
make -C iso9660 install
make[6]: Entering directory `/usr/src/xen-4.0.1/tools/libfsimage/iso9660''
gcc -DPIC -O2 -fomit-frame-pointer -m32 -march=i686
-fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes
-Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD
-MF .fsys_iso9660.opic.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs
-I../../../tools/libfsimage/common/ -Werror -fPIC -c -o
fsys_iso9660.opic fsys_iso9660.c
gcc -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing
-std=gnu99 -Wall -Wstrict-...
2009 Sep 24
6
[patch 1/2] grub-0.97: btrfs support for a singe device configuration
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi,
The following patches add support for ext4 and btrfs to
PV-GRUB. These patches are taken nearly verbatim from those provided
by Fedora and Gentoo.
We''ve been using these patches for the PV-GRUB images available in EC2
for some time now with no problems.
Changes from v1:
- Makefile has been changed to check the exit code from patch
- The btrfs patch has been rebased to apply