[Fedora-livecd-list] [PATCH 1/7] livecd filesystem layout cleanups -- remove /sysroot

2007-09-21 Thread Douglas McClendon
This is the first in a series of patches that implements the livecd filesystem layout changes I proposed in an RFC a couple days ago. Please note, that I am not all that intent on pushing these on people if they don't want them. But I'm intent enough that I felt like throwing a working set

[Fedora-livecd-list] [PATCH 2/7] move livecd fs image under /LiveOS, like liveusb already is

2007-09-21 Thread Douglas McClendon
This patch makes the livecd filesystem layout match the layout that currently gets put on liveusb via livecd-iso-to-disk. Namely, /squashfs.img or /ext3fs.img and /osmin.gz get put under /LiveOS/ -dmc diff -Naur livecd.1.remove_sysroot_from_iso/creator/isotostick.sh

[Fedora-livecd-list] [PATCH 4/7] move syslinux and isolinux directories under /boot

2007-09-21 Thread Douglas McClendon
This patch moves the /isolinux directory on the livecd to /boot/isolinux, and the /syslinux directory on liveusb to /boot/syslinux. I think that this will be make the livecd appear less intimidating to new non-linux-guru users. Aesthetics. Since I don't use ppc myself, I didn't attempt to

[Fedora-livecd-list] [PATCH 7/7] prepend iso fslabel to fstype.img syntax

2007-09-21 Thread Douglas McClendon
This patch prepends the fslabel that the user gives to livecd-creator, to the filesystem image names on the livecd and liveusb. This got a bit uglier than I had in mind at first, though possibly in a way that has a beneficial side effect- Currently in the liveusb case, instead of a CDLABEL

Re: [Fedora-livecd-list] RFC- proposal for livecd filesystem layout changes

2007-09-21 Thread Colin Walters
On 9/20/07, Douglas McClendon [EMAIL PROTECTED] wrote: Another benefit is making the iso directory structure look nicer and more intuitively understandable for someone looking at it under windows. [...] This also would make the usb/iso directory structure look cleaner and more

Re: [Fedora-livecd-list] RFC- proposal for livecd filesystem layout changes

2007-09-21 Thread Douglas McClendon
Colin Walters wrote: On 9/20/07, Douglas McClendon [EMAIL PROTECTED] wrote: Another benefit is making the iso directory structure look nicer and more intuitively understandable for someone looking at it under windows. [...] This also would make the usb/iso directory structure look cleaner

[Fedora-livecd-list] Where to turn off filesystem writing spew..

2007-09-21 Thread Jon Steer
I'd like to make the livecd create a little quieter and not have it print out the block writing like below. 32539/32769 99%[=== ]- I can't seem to find where this is written? I added a quiet argument to mkisofs but that apparently wasn't