Implemented -as mkisofs option -relaxed-filenames
This commit is contained in:
@@ -459,6 +459,12 @@ File: xorrisofs.info, Node: SetCompl, Next: SetExtras, Prev: SetProduct, Up:
|
||||
Allow lowercase character in ISO file names.
|
||||
This violates ISO 9660 specs.
|
||||
|
||||
-relaxed-filenames
|
||||
Allow nearly all 7-bit characters in ISO file names. Not allowed
|
||||
are 0x0 and '/'. If not option -allow-lowercase is given, then
|
||||
lowercase letters get converted to uppercase.
|
||||
This violates ISO 9660 specs.
|
||||
|
||||
-d
|
||||
Do not add trailing dot to ISO file names without dot.
|
||||
This violates ISO 9660 specs.
|
||||
@@ -1583,7 +1589,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
(line 87)
|
||||
* -copyright set Copyright File path: ImageId. (line 77)
|
||||
* -D allow deep directory hierachies: SetExtras. (line 24)
|
||||
* -d omit trailing dot in ISO file names: SetCompl. (line 50)
|
||||
* -d omit trailing dot in ISO file names: SetCompl. (line 56)
|
||||
* -dev set path for loading existing ISO image: Loading. (line 25)
|
||||
* -dir-mode permissions for all directories: SetProduct. (line 60)
|
||||
* -disable-deep-relocation allow deep directory hierachies: SetExtras.
|
||||
@@ -1602,7 +1608,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* -file-mode permissions for all data files: SetProduct. (line 66)
|
||||
* -follow-links follow symbolic links on disk: SetInsert. (line 28)
|
||||
* -full-iso9660-filenames allow 31 characters in ISO file names: SetCompl.
|
||||
(line 60)
|
||||
(line 66)
|
||||
* -G Fill System Area e.g. by MBR: SystemArea. (line 17)
|
||||
* -generic-boot Fill System Area e.g. by MBR: SystemArea. (line 24)
|
||||
* -graft-points enable target=source pathspecs: SetInsert. (line 31)
|
||||
@@ -1634,15 +1640,15 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* -joliet enable production of Joliet directory tree: SetExtras.
|
||||
(line 107)
|
||||
* -joliet-long allow longer Joliet names: SetExtras. (line 110)
|
||||
* -l allow 31 characters in ISO file names: SetCompl. (line 57)
|
||||
* -l allow 31 characters in ISO file names: SetCompl. (line 63)
|
||||
* -m exclude disk files from inserting: SetInsert. (line 35)
|
||||
* -M set path for loading existing ISO image: Loading. (line 11)
|
||||
* -max-iso9660-filenames allow 37 characters in ISO file names: SetCompl.
|
||||
(line 63)
|
||||
(line 69)
|
||||
* -md5-list set path of readable .md5: Jigdo. (line 73)
|
||||
* -mips-boot MIPS Big Endian boot image: SystemArea. (line 103)
|
||||
* -mipsel-boot MIPS Little Endian boot image: SystemArea. (line 110)
|
||||
* -N omit version number in ISO file names: SetCompl. (line 67)
|
||||
* -N omit version number in ISO file names: SetCompl. (line 73)
|
||||
* -no-emul-boot El Torito boot image emulation: Bootable. (line 72)
|
||||
* -no-pad do not add zeros to ISO tree: SetProduct. (line 76)
|
||||
* -o set output file address: SetProduct. (line 8)
|
||||
@@ -1650,9 +1656,9 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
(line 48)
|
||||
* -old-root enable incremental insertion: SetInsert. (line 70)
|
||||
* -omit-period omit trailing dot in ISO file names: SetCompl.
|
||||
(line 54)
|
||||
(line 60)
|
||||
* -omit-version-number omit version number in ISO file names: SetCompl.
|
||||
(line 71)
|
||||
(line 77)
|
||||
* -output set output file address: SetProduct. (line 22)
|
||||
* -output-charset set character set of ISO file names: Charset.
|
||||
(line 21)
|
||||
@@ -1676,6 +1682,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
(line 15)
|
||||
* -rational-rock Rock Ridge with altered owner and permission: SetExtras.
|
||||
(line 21)
|
||||
* -relaxed-filenames 7-bit special characters in ISO file names: SetCompl.
|
||||
(line 50)
|
||||
* -rock Rock Ridge (is always enabled): SetExtras. (line 12)
|
||||
* -root redirect ISO root directory: SetInsert. (line 64)
|
||||
* -rr_reloc_dir set deep directory relocation target: SetExtras.
|
||||
@@ -1774,16 +1782,18 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Incremental insertion, enable, -old-root: SetInsert. (line 70)
|
||||
* ISO 9660, _definition: Standards. (line 6)
|
||||
* ISO 9660:1999, _definition: Standards. (line 26)
|
||||
* ISO file names, 7-bit special characters, -relaxed-filenames: SetCompl.
|
||||
(line 50)
|
||||
* ISO file names, allow 31 characters, -l, -full-iso9660-filenames: SetCompl.
|
||||
(line 57)
|
||||
* ISO file names, allow 37 characters, -max-iso9660-filenames: SetCompl.
|
||||
(line 63)
|
||||
* ISO file names, allow 37 characters, -max-iso9660-filenames: SetCompl.
|
||||
(line 69)
|
||||
* ISO file names, allow lowercase, -allow-lowercase: SetCompl.
|
||||
(line 46)
|
||||
* ISO file names, omit trailing dot, -d, -omit-period: SetCompl.
|
||||
(line 50)
|
||||
(line 56)
|
||||
* ISO file names, omit version number, -N, -omit-version-number: SetCompl.
|
||||
(line 67)
|
||||
(line 73)
|
||||
* ISO file names, untranslated, -untranslated_name_len: SetCompl.
|
||||
(line 39)
|
||||
* ISO file names, very relaxed rules, -U, -untranslated-filenames: SetCompl.
|
||||
@@ -1869,27 +1879,27 @@ Node: Loading6846
|
||||
Node: SetInsert9142
|
||||
Node: SetProduct13558
|
||||
Node: SetCompl17265
|
||||
Node: SetExtras19616
|
||||
Node: SetHide24348
|
||||
Node: ImageId25347
|
||||
Node: Bootable28852
|
||||
Node: SystemArea32917
|
||||
Node: Charset39251
|
||||
Node: Jigdo40277
|
||||
Node: Miscellaneous44544
|
||||
Node: Examples45708
|
||||
Node: ExSimple46194
|
||||
Node: ExGraft46673
|
||||
Node: ExMkisofs47920
|
||||
Node: ExGrowisofs49173
|
||||
Node: ExIncBackup50345
|
||||
Node: ExIncBckAcc53453
|
||||
Node: ExBootable55129
|
||||
Node: Files57221
|
||||
Node: Seealso58295
|
||||
Node: Bugreport58951
|
||||
Node: Legal59532
|
||||
Node: CommandIdx60347
|
||||
Node: ConceptIdx72180
|
||||
Node: SetExtras19861
|
||||
Node: SetHide24593
|
||||
Node: ImageId25592
|
||||
Node: Bootable29097
|
||||
Node: SystemArea33162
|
||||
Node: Charset39496
|
||||
Node: Jigdo40522
|
||||
Node: Miscellaneous44789
|
||||
Node: Examples45953
|
||||
Node: ExSimple46439
|
||||
Node: ExGraft46918
|
||||
Node: ExMkisofs48165
|
||||
Node: ExGrowisofs49418
|
||||
Node: ExIncBackup50590
|
||||
Node: ExIncBckAcc53698
|
||||
Node: ExBootable55374
|
||||
Node: Files57466
|
||||
Node: Seealso58540
|
||||
Node: Bugreport59196
|
||||
Node: Legal59777
|
||||
Node: CommandIdx60592
|
||||
Node: ConceptIdx72575
|
||||
|
||||
End Tag Table
|
||||
|
Reference in New Issue
Block a user