File: bootcdwrite.conf.src

package info (click to toggle)
bootcd 6.9.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: sh: 1,940; makefile: 49
file content (54 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download | duplicates (4)
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
# bootcdwrite.conf.src - source for bootcdwrite.conf
### conf.src conf.start
# vim: set filetype=sh :
#        file: bootcdwrite.conf
#   copyright: Bernd Schumacher <bernd.schumacher@hpe.com> (2001-2020)
#     license: GNU General Public License, version 3
# description: bootcdwrite.conf - default config for bootcdwrite
### conf.src SRCDISK
SRCDISK="/"
### conf.src KERNEL
KERNEL="/vmlinuz"
### conf.src APPEND
APPEND=""
### conf.src INITRD
INITRD="/initrd.img"
### conf.src KLABEL
KLABEL="linux"
### conf.src DISPLAY
DISPLAY="/usr/share/bootcd/default.txt"
### conf.src TYP
TYP="DVD"
### conf.src CDDEV
CDDEV="auto /dev/hda /dev/hdb /dev/hdc /dev/hdd /dev/sr0 /dev/sr1"
### conf.src DO_CHECK
DO_CHECK="yes"
### conf.src NOT_TO_CD
NOT_TO_CD=""
### conf.src SSHHOSTKEY
SSHHOSTKEY="yes"
### conf.src UDEV_FIXNET
UDEV_FIXNET="yes"
### conf.src VAR
VAR="/var/spool/bootcd"
### conf.src FLOPPY_RUNTIME_DEV
FLOPPY_RUNTIME_DEV="/dev/fd0"
### conf.src BOOTCDFLOPPY
BOOTCDFLOPPY=""
### conf.src BOOT_ONLY_WITH_FLOPPY
BOOT_ONLY_WITH_FLOPPY="no"
### conf.src CLEAN_VAR
CLEAN_VAR="yes"
### conf.src TO_FSTAB
TO_FSTAB=""
### conf.src NOTCOMPRESSED
NOTCOMPRESSED=""
### conf.src DISABLE_CRON
DISABLE_CRON="/etc/cron.daily/find /etc/cron.daily/standard /etc/cron.daily/security"
### conf.src MKISOFS_CHNG
MKISOFS_CHNG=""
### conf.src extra_changes()
extra_changes() { :; }
### conf.src BOOTCDMODPROBE
BOOTCDMODPROBE="auto"
### conf.src conf.end