Re: problem with mkisof

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

 



Pierre Etzel wrote:
> 
> hi all
> i use cdrecords
> 
> i am trying to make a bootable cd but i don't find the mkisofs option to
> make it could someone help me (my cd is allrigth but he doesn't boot)
> here is my command :
> # mkisofs -r -J -T -v -V "Redhat 7.2 LOS" -c boot.cat -b images/boot.img
> -o /images-dest/i386-disc.iso /home/isomatic/NEWISO

from my scripts:
		
mkisofs -r -N -L -d -D -J -R \
	-log-file "$logfile" \
	-V "${RELEASE} Disc $i" \
	-A "${RELEASE} created on $today" \
	-P "$publisher" \
	-p "$prep" \
	-b "images/boot.img" \
	-c "RedHat/base/boot.cat" \
	-o "$isoname" \
	"$isodir"

this works fine with a RH 8.0

for more details, check Tony Nugent's HOWTO:
http://www.linuxworks.com.au/redhat-installer-howto.html 

-- 
Alain





[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