summaryrefslogtreecommitdiffstats
path: root/tcos-devices-ng.conf
blob: 313767cba1712f12c1f7a83578c42798a7e7bc67 (plain)
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
# here you can disable some tcos-devices-ng parts
# to all users
#
# this settings are more important than ~/.tcos-devices-ng.py
#

# disable floppy
#disable_floppy=1

#disable all cdroms
#disable_cdroms=1

#disable hard disk partitions
#disable_hdd=1

# disable quit item
#disable_quit=1

# can change mount point too
#
# DON'T use spaces or any other char (only letters and numbers)
#
#hdc=myCdReader
#hdd=cdWriter
#hda1=winData
#hda2=debianData


# enable reboot and poweroff
enable_reboot_poweroff=1

# Timeout to reboot or poweroff
#reboot_poweroff_timeout=10