Displaying 4 results from an estimated 4 matches for "multidot".
2008 Sep 04
0
Problems making custom isolinux.cfg
...the entire process I use for building and burning the ISO:
/usr/lib/anaconda-runtime/buildinstall --version 5 --product CentOS --comps
/var/www/html/centos/5.2/os/x86_64/repodata/comps.xml --release MyCentOS-5
--prodpath CentOS /var/www/html/centos/5.2/os/x86_64
mkisofs -R -J -T -r -l -d -allow-multidot -allow-leading-dots -no-bak
-o /var/www/html/centos/5.2/isos/MyCentOS-5.2-x86_64.iso
-b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot
-boot-load-size 4 -boot-info-table /var/www/html/centos/5.2/os/x86_64/
cdrecord blank=fast -dev=/dev/sg1 -v -eject /var/www/html/centos/5.2/isos/MyCentOS...
2003 Jul 04
0
writing CD
...On freeBSD
cdrecord knows what is a writer,
uses mmc_cdr driver and makes
bad CD at all.
Never heard that some of you
on the list has even mention, that
has problem with writing CDs. It
must be something like improper
flag, bad os copy... For instance,
it works perfect on linux:
mkisofs -allow-multidot -allow-lowercase -l -r -J -iso-level 3\
-relaxed-filenames -C xx -M 0,1,0 etc
and
cdrecord -multi speed=x dev=0,1,0 -data -eject letter.iso
Why new version (2) of cdrtools
makes all od this on my machine?
"cdda2wav is even worse. It doesn't
support -t (lone track), -B (make every
tra...
2015 Feb 18
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
...he TAILS team is using
> to build the original ISO image, and how it is transformed into an
> isohybrid image (there are multiple tools for each, sometimes
> combined).
We end up generating the (non-hybrid) ISO image with something like this:
genisoimage -J -l -cache-inodes -allow-multidot -A "The Amnesic
Incognito Live System" -p "live-build 2.0.12-2;
http://packages.qa.debian.org/live-build" -publisher
"https://tails.boum.org/" -V "TAILS 1.2.2 - 20141212" -no-emul-boot
-boot-load-size 4 -boot-info-table -r -b isolinux/isolinux.bin -c
isolinux...
2015 Feb 18
5
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
Hi,
Ady wrote:
> Let's not forget that the goal usually is to select CHS values so that
> the resulting (optical and/or other) media would boot correctly in as
> many systems as possible
Agreed. But we now have a report about failure of 255x63
on a popular pseudo-hardware, when the ISO is presented
as DVD-ROM. (Probably there is no complaint when it gets
presented as hard disk.)