Displaying 2 results from an estimated 2 matches for "isofilename".
Did you mean:
iso_filename
2008 Jul 16
1
[PATCH] isolinux: rename CurDir to CurrentDir
...x: syslinux-3.71-pre7/core/isolinux.asm
===================================================================
--- syslinux-3.71-pre7.orig/core/isolinux.asm 2008-07-13 19:52:27.000000000 +0200
+++ syslinux-3.71-pre7/core/isolinux.asm 2008-07-13 19:53:11.000000000 +0200
@@ -111,7 +111,7 @@
alignb 4
ISOFileName resb 64 ; ISO filename canonicalization buffer
ISOFileNameEnd equ $
-CurDir resb dir_t_size ; Current directory
+CurrentDir resb dir_t_size ; Current directory
RootDir resb dir_t_size ; Root directory
FirstSecSum resd 1 ; Checksum of bytes 64-2048
ImageDwords resd 1 ; isolinux.bin si...
2006 Apr 13
0
Isolinux and Windows NT Installations
...kiso command:
mkisofs -joliet-long -relaxed-filenames -r -l -d -D -N -J \
-p "$PREPARER" -publisher "$PUBLISHER" -b $BOOT \
-no-emul-boot -boot-load-size 4 -V "$VOLID" -no-iso-translate \
-c boot.cat -hide $BOOT -hide-joliet $BOOT \
-o $ISOFILENAME $ISOROOT
Windows boot files are these files to boot up a windows NT installation.
What did I wrong?
What should I have a look at that my CDs work on most systems? When the
BIOS gives an option to boot from CD is this not a sign that these CDs
will work.
I hope you can help me...
Regards
Andi...