File: cdw.conf

package info (click to toggle)
cdw 0.8.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,216 kB
  • ctags: 3,114
  • sloc: ansic: 34,559; sh: 1,580; makefile: 283
file content (128 lines) | stat: -rw-r--r-- 3,209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
####################################
#   cdw 0.8.0 configuration file       
####################################



### "Writing" options
pad=1
pad_size=150
eject=0
burnproof=1
other_cdrecord_options=
other_growisofs_options=
other_xorriso_burn_options=



### Erase options

# These two entries refer to the same option. The second one is a new notation for options.
# fast / all
blank=all
erase.erase_mode=all

erase.eject=0


### "Hardware" options
# string indicating drive to be used by cdw
selected_drive=
# manually entered path to a drive
custom_drive=
# SCSI device descriptor, used by cdrecord
scsi=



### "Audio" options
audiodir=


### ISO9660 file system options

# These two entries refer to the same option. The second one is a new notation for options.
joliet=1
iso9660.joliet_information=1

# These two entries refer to the same option. The second one is a new notation for options.
joliet_long=0
iso9660.joliet_long=0

# These two entries refer to the same option. The second one is a new notation for options.
rock_ridge=2
iso9660.rock_ridge=2

# These two entries refer to the same option. The second one is a new notation for options.
follow_symlinks=0
iso9660.follow_symlinks=0
iso9660.pad=1

# These two entries refer to the same option. The second one is a new notation for options.
# Allowed values for iso_level are 1, 2, 3, 4.
iso_level=3
iso9660.iso_level=3

# These two entries refer to the same option. The second one is a new notation for options.
other_mkisofs_options=
iso9660.mkisofs_other_options=

# These two entries refer to the same option. The second one is a new notation for options.
other_xorriso_iso_options=
iso9660.xorriso_iso_other_options=

# These two entries refer to the same option. The second one is a new notation for options.
# Well, in fact this field stores all options related to boot disc.
boot_image_path=
iso9660.boot_disc_options=


### UDF file system options ###
udf.mkudffs_blocksize=
udf.mkudffs_udfrev=
udf.mkudffs_strategy=
udf.mkudffs_spartable=
udf.mkudffs_media_type=
udf.mkudffs_space=
udf.mkudffs_ad=
udf.mkudffs_noefe=0
udf.mkudffs_encoding=
udf.mkudffs_other_options=
udf.mkudffs_lvid=
udf.mkudffs_vid=
udf.mkudffs_vsid=
udf.mkudffs_fsid=
udf.rsync_options=-ax
udf.mount_point=


### General options ###

# Full path to both ISO9660 and UDF image file.

# These two entries refer to the same option. The second one is a new notation for options.
iso_image_full_path=
general.image_full_path=

# These two entries refer to the same option. The second one is a new notation for options.
logfile=
general.log_full_path=

# These two entries refer to the same option. The second one is a new notation for options.
showlog=1
general.show_log=1

# These three entries refer to the same option. The third one is a new notation for options.
cdsize=cd74
cdsize=650
general.volume_size_id=cd74

# These two entries refer to the same option. The second one is a new notation for options.
user_cdsize=0
general.volume_size_custom_value=0

# Follow symbolic links when calculating size of selected files in main window.
general.selected_follow_symlinks=0

# Display hidden files in browsers of native file system.
general.display_hidden_files=0