Re: problem with mkisof

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 26 March 2003 12:21 pm, Steve M Bibayoff wrote:
> Hello,
>
> Pierre Etzel <petzel@xxxxxxxxxxxx> wrote:
> > here is my command :
> > # mkisofs -r -J -T -v -V "Redhat 7.2 LOS" -c boot.cat
>
> ^^^^ is this the path (reltive or ?) boot.cat ?
>
> > -b images/boot.img
>
>       ^^^^^^^ also, is this the relative path(or other)?

Both are the relative to the source path provided to mkisofs. (The root of 
the iso image)

I use a script to build the images, here is the command I use for 8.0 
disks:

# Flags to pass to mkisofs

MKISOFSOPTS="-J -L -N -r -T -v -x ./lost+found -quiet"
VOL_ID="-A RHL-${RHVERSION}-updated -V RHL-${RHVERSION}-updated"

# Variables

RHVERSION="8.0"
ISOPREFIX="RH-${RHVERSION}"
UPDROOT="/devel/dist-${RHVERSION}"
BOOTIMG="isolinux/isolinux.bin"
BOOTCAT="isolinux/boot.cat"
BOOTOPTS="-no-emul-boot -boot-load-size 4 -boot-info-table"

# Create the image (This is for disk 1)

mkisofs $VOL_ID $MKISOFSOPTS -b $BOOTIMG -c $BOOTCAT $BOOTOPTS\
   -o $UPDROOT/${ISOPREFIX}-disc1.iso ${UPDROOT}/i386-disc1

# Create disk 2

mkisofs $VOL_ID $MKISOFSOPTS \
- -o $UPDROOT/${ISOPREFIX}-disc2.iso ${UPDROOT}/i386-disc2

If you want to see scripts, they're here:
http://www.tuxfan.homeip.net:8080/hacks/build_distro-v0.3/

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+gjean/07WoAb/SsRAm84AKCi4M1V1pGcDlY0OlGRYVDwtdEPDACfcTBX
ZGaY6aFoFsbNEkvYp4zPm5A=
=RXRs
-----END PGP SIGNATURE-----





[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux