View | Details | Raw Unified | Return to bug 12334
Collapse All | Expand All

(-)ucs/base/univention-grub/debian/univention-grub.univention-config-registry (+2 lines)
 Lines 8-10    Link Here 
8
Variables: grub/append
8
Variables: grub/append
9
Variables: grub/vga
9
Variables: grub/vga
10
Variables: grub/memtest86
10
Variables: grub/memtest86
11
Variables: grub/default
12
Variables: grub/updatedefaultentry
(-)ucs/base/univention-grub/debian/postinst (+3 lines)
 Lines 199-204    Link Here 
199
199
200
univention-baseconfig set kernel/postinst_hook?"/usr/sbin/update-grub"
200
univention-baseconfig set kernel/postinst_hook?"/usr/sbin/update-grub"
201
univention-baseconfig set grub/quiet?"yes"
201
univention-baseconfig set grub/quiet?"yes"
202
univention-baseconfig set grub/default?"0"
203
univention-baseconfig set grub/updatedefaultentry?"false"
202
204
205
203
exit 0
206
exit 0
204
207
(-)ucs/base/univention-grub/debian/univention-grub.univention-config-registry-variables (+18 lines)
 Lines 39-41    Link Here 
39
Description[en]=Kernel option "quiet" for the default entry
39
Description[en]=Kernel option "quiet" for the default entry
40
Type=str
40
Type=str
41
Categories=system-base
41
Categories=system-base
42
43
[grub/default]
44
Description[de]=Zu bootender Kernel, ausgehend von der Listenreihenfolge. (0 = oberster Kernel)
45
Description[en]=Kernel for booting. Number representing the position from the menue (0 = top)
46
Type=str
47
Categories=system-base
48
49
[grub/updatedefaultentry]
50
Description[de]=Möglichkeit die Positionierung (default) automatisch anpassen zu lassen, falls ein neuer Kernel installiert wird
51
Description[en]=Should update-grub adjust the value of the default booted system
52
Type=str
53
Categories=system-base
54
55
[grub/quiet]
56
Description[de]=Kernel-Option "quiet" für den Standardkernel
57
Description[en]=Kernel option "quiet" for the default entry
58
Type=str
59
Categories=system-base
(-)ucs/base/univention-grub/conffiles/boot/grub/menu.lst (-2 / +2 lines)
 Lines 21-27    Link Here 
21
# is the entry saved with the command 'savedefault'.
21
# is the entry saved with the command 'savedefault'.
22
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
22
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
23
# array will desync and will not let you boot your system.
23
# array will desync and will not let you boot your system.
24
default         0
24
default         @%@grub/default@%@
25
25
26
## timeout sec
26
## timeout sec
27
# Set a timeout, in SEC seconds, before automatically booting the default entry
27
# Set a timeout, in SEC seconds, before automatically booting the default entry
 Lines 119-123    Link Here 
119
119
120
## should update-grub adjust the value of the default booted system
120
## should update-grub adjust the value of the default booted system
121
## can be true or false
121
## can be true or false
122
# updatedefaultentry=false
122
# updatedefaultentry=@%@grub/updatedefaultentry@%@
123
123

Return to bug 12334