-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
57 lines (40 loc) · 1.66 KB
/
README
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
gfxboot turnkey notes
=====================
- gfxboot-turnkey/isolinux
- bootlogo # packed archive of src/gfxboot-turnkey-bootlogo
- src/gfxboot-turnkey-bootlogo
- en.tr # tweaked and compiled gfxboot-theme-ubuntu
- bootlogo # tweaked and compiled gfxboot-theme-ubuntu
gfxboot --archive gfxboot-turnkey-bootlogo --pack-archive bootlogo
- gfxboot-theme-ubuntu
apt-get install gfxboot gfxboot-dev make xz-utils wget
wget ..../gfxboot-theme-ubuntu...., unpack
cd gfxboot-theme-ubuntu
rm po/*.po
- tweak panel.inc # see below
- tweak dia_fulloptions.inc # see below
make
copy out install/{bootlogo, en.tr}
diff panel.inc.orig panel.inc
-----------------------------
39d38
< [ .panel.both [ keyF1 0 "F1" /panel.help /panel.help.width /panel.help.update .undef ] ]
43,47d41
<
< [ .panel.both [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] ]
< [ .panel.both [ keyF3 0 "F3" /panel.keymap /panel.keymap.width /panel.keymap.update /keymap.init ] ]
< [ .panel.both [ keyF4 0 "F4" /panel.modes /panel.modes.width /panel.modes.update /modes.init ] ]
< [ .panel.both [ keyF5 0 "F5" /panel.access /panel.access.width /panel.access.update /access.init ] ]
diff dia_fulloptions.inc.orig dia_fulloptions.inc
-------------------------------------------------
51,54c51
< is_live not { /txt_expert_mode } if
< /txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid
< /txt_nomodeset
< /txt_option_free
---
> /txt_acpi_off /txt_noapic /txt_nolapic
57c54
< xmenu .xm_title /txt_other_options put
---
> xmenu .xm_title /txt_bootoptions put