penguins-eggs 9.0.2 → 9.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -21
- package/addons/blissos/theme/livecd/README.md +2 -2
- package/addons/blissos/theme/livecd/grub.theme.cfg +9 -13
- package/addons/blissos/theme/livecd/isolinux.theme.cfg +1 -1
- package/addons/eggs/theme/livecd/grub.theme.cfg +12 -15
- package/addons/neon/theme/livecd/grub.theme.cfg +12 -15
- package/addons/templates/grub.template +28 -0
- package/addons/{neon/theme/livecd/isolinux.template.cfg → templates/isolinux.template} +7 -7
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +1 -1
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.working.sh +1 -1
- package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +1 -1
- package/conf/eggs.yaml +2 -2
- package/conf/exclude.list +10 -3
- package/lib/classes/daddy.js +6 -0
- package/lib/classes/distro.js +26 -1
- package/lib/classes/family/archlinux.js +2 -1
- package/lib/classes/krill_install.js +20 -6
- package/lib/classes/krill_prepare.d.ts +6 -2
- package/lib/classes/krill_prepare.js +21 -9
- package/lib/classes/ovary.js +49 -16
- package/lib/classes/pacman.js +10 -4
- package/lib/classes/settings.js +1 -1
- package/lib/classes/utils.d.ts +1 -1
- package/lib/classes/utils.js +1 -1
- package/lib/classes/xdg.js +21 -4
- package/lib/classes/yolk.js +2 -2
- package/lib/commands/install.d.ts +1 -0
- package/lib/commands/install.js +6 -1
- package/lib/commands/produce.js +6 -1
- package/lib/commands/tools/yolk.js +1 -1
- package/lib/components/partitions.d.ts +2 -1
- package/lib/components/partitions.js +4 -2
- package/lib/interfaces/i-krill.d.ts +1 -0
- package/lib/lib/get_password.js +1 -0
- package/manpages/doc/man/eggs.html +508 -0
- package/manpages/doc/man/eggs.roll.gz +0 -0
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
- package/scripts/_eggs +246 -0
- package/scripts/eggs.bash +1 -1
- package/scripts/mom-cli.sh +6 -5
- package/addons/blissos/theme/livecd/grub.template.cfg +0 -34
- package/addons/blissos/theme/livecd/isolinux.template.cfg +0 -29
- package/addons/debian/theme/README.md +0 -23
- package/addons/debian/theme/applications/install-debian.desktop +0 -13
- package/addons/debian/theme/artwork/install-debian.png +0 -0
- package/addons/debian/theme/calamares/branding/branding.desc +0 -27
- package/addons/debian/theme/calamares/branding/debian-logo.png +0 -0
- package/addons/debian/theme/calamares/branding/show.qml +0 -51
- package/addons/debian/theme/calamares/branding/slide1.png +0 -0
- package/addons/debian/theme/calamares/branding/welcome.png +0 -0
- package/addons/debian/theme/calamares/modules/partition.yml +0 -233
- package/addons/debian/theme/livecd/README.md +0 -23
- package/addons/debian/theme/livecd/grub.template.cfg +0 -34
- package/addons/debian/theme/livecd/grub.theme.cfg +0 -46
- package/addons/debian/theme/livecd/isolinux.template.cfg +0 -30
- package/addons/debian/theme/livecd/isolinux.theme.cfg +0 -45
- package/addons/debian/theme/livecd/splash.png +0 -0
- package/addons/deblinux/theme/README.md +0 -23
- package/addons/deblinux/theme/applications/install-debian.desktop +0 -13
- package/addons/deblinux/theme/artwork/install-debian.png +0 -0
- package/addons/deblinux/theme/calamares/branding/branding.desc +0 -23
- package/addons/deblinux/theme/calamares/branding/deblinux-logo.png +0 -0
- package/addons/deblinux/theme/calamares/branding/show.qml +0 -46
- package/addons/deblinux/theme/calamares/branding/slide1.png +0 -0
- package/addons/deblinux/theme/calamares/branding/welcome.png +0 -0
- package/addons/deblinux/theme/calamares/modules/partition.yml +0 -233
- package/addons/eggs/theme/livecd/grub.template.cfg +0 -34
- package/addons/eggs/theme/livecd/isolinux.template.cfg +0 -29
- package/addons/guadalinex/theme/README.md +0 -9
- package/addons/guadalinex/theme/applications/install-debian.desktop +0 -28
- package/addons/guadalinex/theme/artwork/install-debian.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/branding.desc +0 -1
- package/addons/guadalinex/theme/calamares/branding/guadalinex-logo.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/show.qml +0 -85
- package/addons/guadalinex/theme/calamares/branding/slide1.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide2.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide3.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide4.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide5.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide6.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide7.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/welcome.png +0 -0
- package/addons/guadalinex/theme/calamares/modules/partition.yml +0 -233
- package/addons/guadalinex/theme/livecd/README.md +0 -23
- package/addons/guadalinex/theme/livecd/isolinux.template.cfg +0 -63
- package/addons/guadalinex/theme/livecd/isolinux.theme.cfg +0 -42
- package/addons/guadalinex/theme/livecd/splash.png +0 -0
- package/addons/neon/theme/livecd/grub.template.cfg +0 -34
- package/addons/openos/theme/applications/Install-OpenOS-Neon_RLTS-Desktop.png +0 -0
- package/addons/openos/theme/applications/install-debian.desktop +0 -24
- package/addons/openos/theme/artwork/install-debian.png +0 -0
- package/addons/openos/theme/calamares/branding/branding.desc +0 -28
- package/addons/openos/theme/calamares/branding/openos-logo.png +0 -0
- package/addons/openos/theme/calamares/branding/show.qml +0 -203
- package/addons/openos/theme/calamares/branding/slide1.png +0 -0
- package/addons/openos/theme/calamares/branding/slide10.png +0 -0
- package/addons/openos/theme/calamares/branding/slide11.png +0 -0
- package/addons/openos/theme/calamares/branding/slide12.png +0 -0
- package/addons/openos/theme/calamares/branding/slide13.png +0 -0
- package/addons/openos/theme/calamares/branding/slide14.png +0 -0
- package/addons/openos/theme/calamares/branding/slide15.png +0 -0
- package/addons/openos/theme/calamares/branding/slide16.png +0 -0
- package/addons/openos/theme/calamares/branding/slide2.png +0 -0
- package/addons/openos/theme/calamares/branding/slide3.png +0 -0
- package/addons/openos/theme/calamares/branding/slide4.png +0 -0
- package/addons/openos/theme/calamares/branding/slide5.png +0 -0
- package/addons/openos/theme/calamares/branding/slide6.png +0 -0
- package/addons/openos/theme/calamares/branding/slide7.png +0 -0
- package/addons/openos/theme/calamares/branding/slide8.png +0 -0
- package/addons/openos/theme/calamares/branding/slide9.png +0 -0
- package/addons/openos/theme/calamares/branding/welcome.png +0 -0
- package/addons/openos/theme/calamares/branding.desc +0 -24
- package/addons/openos/theme/calamares/lang/calamares-default_ar.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_en.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_eo.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_fr.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_nl.qm +0 -0
- package/addons/openos/theme/calamares/modules/partition.yml +0 -233
- package/addons/openos/theme/livecd/README.md +0 -23
- package/addons/openos/theme/livecd/grub.template.cfg +0 -60
- package/addons/openos/theme/livecd/grub.theme.cfg +0 -42
- package/addons/openos/theme/livecd/isolinux.template.cfg +0 -62
- package/addons/openos/theme/livecd/isolinux.theme.cfg +0 -45
- package/addons/openos/theme/livecd/splash.png +0 -0
package/scripts/_eggs
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
#compdef eggs
|
|
2
|
+
|
|
3
|
+
_eggs () {
|
|
4
|
+
local _command_id=${words[2]}
|
|
5
|
+
local _cur=${words[CURRENT]}
|
|
6
|
+
local -a _command_flags=()
|
|
7
|
+
|
|
8
|
+
## public cli commands & flags
|
|
9
|
+
local -a _all_commands=(
|
|
10
|
+
"adapt:adapt monitor resolution for VM only"
|
|
11
|
+
"bro:bro: waydroid helper"
|
|
12
|
+
"calamares:calamares or install or configure it"
|
|
13
|
+
"config:Configure and install prerequisites deb packages to run it"
|
|
14
|
+
"dad:ask help from daddy - configuration helper"
|
|
15
|
+
"export\:deb:export deb/docs/iso to the destination host"
|
|
16
|
+
"export\:docs:remove and export docType documentation of the sources in the destination host"
|
|
17
|
+
"export\:iso:export iso in the destination host"
|
|
18
|
+
"info:re-thinking for a different approach to CLI"
|
|
19
|
+
"install:command-line system installer - the egg became a penguin!"
|
|
20
|
+
"kill:kill the eggs/free the nest"
|
|
21
|
+
"mom:ask for mommy - gui helper"
|
|
22
|
+
"produce:the system produce an egg: iso image of your system"
|
|
23
|
+
"remove:remove eggs and others stuff"
|
|
24
|
+
"tools\:clean:clean system log, apt, etc"
|
|
25
|
+
"tools\:locales:install/clean locales"
|
|
26
|
+
"tools\:skel:update skel from home configuration"
|
|
27
|
+
"tools\:stat:get statistics from sourceforge"
|
|
28
|
+
"tools\:yolk:configure eggs to install without internet"
|
|
29
|
+
"update:update the penguin's eggs tool"
|
|
30
|
+
"autocomplete:display autocomplete installation instructions"
|
|
31
|
+
"help:Display help for <%= config.bin %>."
|
|
32
|
+
"version:"
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
_set_flags () {
|
|
36
|
+
case $_command_id in
|
|
37
|
+
adapt)
|
|
38
|
+
_command_flags=(
|
|
39
|
+
"--verbose[]"
|
|
40
|
+
"--help[Show CLI help.]"
|
|
41
|
+
)
|
|
42
|
+
;;
|
|
43
|
+
|
|
44
|
+
bro)
|
|
45
|
+
_command_flags=(
|
|
46
|
+
"--help[Show CLI help.]"
|
|
47
|
+
)
|
|
48
|
+
;;
|
|
49
|
+
|
|
50
|
+
calamares)
|
|
51
|
+
_command_flags=(
|
|
52
|
+
"--help[Show CLI help.]"
|
|
53
|
+
"--verbose[]"
|
|
54
|
+
"--install[install calamares and it's dependencies]"
|
|
55
|
+
"--final[final: remove calamares and all it's dependencies after the installation]"
|
|
56
|
+
"--remove[remove calamares and it's dependencies]"
|
|
57
|
+
"--theme=-[theme/branding for eggs and calamares]:"
|
|
58
|
+
)
|
|
59
|
+
;;
|
|
60
|
+
|
|
61
|
+
config)
|
|
62
|
+
_command_flags=(
|
|
63
|
+
"--nointeractive[assume yes]"
|
|
64
|
+
"--clean[remove old configuration before to create new one]"
|
|
65
|
+
"--help[Show CLI help.]"
|
|
66
|
+
"--verbose[verbose]"
|
|
67
|
+
)
|
|
68
|
+
;;
|
|
69
|
+
|
|
70
|
+
dad)
|
|
71
|
+
_command_flags=(
|
|
72
|
+
"--help[Show CLI help.]"
|
|
73
|
+
"--clean[remove old configuration before to create]"
|
|
74
|
+
"--default[remove old configuration and force default]"
|
|
75
|
+
"--verbose[]"
|
|
76
|
+
)
|
|
77
|
+
;;
|
|
78
|
+
|
|
79
|
+
export:deb)
|
|
80
|
+
_command_flags=(
|
|
81
|
+
"--help[Show CLI help.]"
|
|
82
|
+
"--clean[remove old .deb before to copy]"
|
|
83
|
+
"--amd64[export amd64 arch]"
|
|
84
|
+
"--i386[export i386 arch]"
|
|
85
|
+
"--armel[export armel arch]"
|
|
86
|
+
"--arm64[export arm64 arch]"
|
|
87
|
+
"--all[export all archs]"
|
|
88
|
+
)
|
|
89
|
+
;;
|
|
90
|
+
|
|
91
|
+
export:docs)
|
|
92
|
+
_command_flags=(
|
|
93
|
+
"--help[Show CLI help.]"
|
|
94
|
+
)
|
|
95
|
+
;;
|
|
96
|
+
|
|
97
|
+
export:iso)
|
|
98
|
+
_command_flags=(
|
|
99
|
+
"--help[Show CLI help.]"
|
|
100
|
+
"--backup[export backup ISOs]"
|
|
101
|
+
"--clean[delete old ISOs before to copy]"
|
|
102
|
+
)
|
|
103
|
+
;;
|
|
104
|
+
|
|
105
|
+
info)
|
|
106
|
+
_command_flags=(
|
|
107
|
+
"--verbose[]"
|
|
108
|
+
"--help[Show CLI help.]"
|
|
109
|
+
)
|
|
110
|
+
;;
|
|
111
|
+
|
|
112
|
+
install)
|
|
113
|
+
_command_flags=(
|
|
114
|
+
"--cli[force use CLI installer]"
|
|
115
|
+
"--help[Show CLI help.]"
|
|
116
|
+
"--verbose[verbose]"
|
|
117
|
+
)
|
|
118
|
+
;;
|
|
119
|
+
|
|
120
|
+
kill)
|
|
121
|
+
_command_flags=(
|
|
122
|
+
"--help[Show CLI help.]"
|
|
123
|
+
"--verbose[verbose]"
|
|
124
|
+
)
|
|
125
|
+
;;
|
|
126
|
+
|
|
127
|
+
mom)
|
|
128
|
+
_command_flags=(
|
|
129
|
+
"--help[Show CLI help.]"
|
|
130
|
+
)
|
|
131
|
+
;;
|
|
132
|
+
|
|
133
|
+
produce)
|
|
134
|
+
_command_flags=(
|
|
135
|
+
"--prefix=-[prefix]:"
|
|
136
|
+
"--basename=-[basename]:"
|
|
137
|
+
"--backup[backup mode]"
|
|
138
|
+
"--fast[fast compression]"
|
|
139
|
+
"--normal[normal compression]"
|
|
140
|
+
"--max[max compression]"
|
|
141
|
+
"--verbose[verbose]"
|
|
142
|
+
"--yolk[-y force yolk renew]"
|
|
143
|
+
"--script[script mode. Generate scripts to manage iso build]"
|
|
144
|
+
"--help[Show CLI help.]"
|
|
145
|
+
"--theme=-[theme for livecd, calamares branding and partitions]:"
|
|
146
|
+
"--addons=-[addons to be used: adapt, ichoice, pve, rsupport]:"
|
|
147
|
+
"--release[release: configure GUI installer to remove eggs and calamares after installation]"
|
|
148
|
+
)
|
|
149
|
+
;;
|
|
150
|
+
|
|
151
|
+
remove)
|
|
152
|
+
_command_flags=(
|
|
153
|
+
"--purge[remove eggs configurations files]"
|
|
154
|
+
"--autoremove[remove eggs packages dependencies]"
|
|
155
|
+
"--help[Show CLI help.]"
|
|
156
|
+
"--verbose[verbose]"
|
|
157
|
+
)
|
|
158
|
+
;;
|
|
159
|
+
|
|
160
|
+
tools:clean)
|
|
161
|
+
_command_flags=(
|
|
162
|
+
"--help[Show CLI help.]"
|
|
163
|
+
"--verbose[verbose]"
|
|
164
|
+
)
|
|
165
|
+
;;
|
|
166
|
+
|
|
167
|
+
tools:locales)
|
|
168
|
+
_command_flags=(
|
|
169
|
+
"--help[Show CLI help.]"
|
|
170
|
+
"--reinstall[reinstall locales]"
|
|
171
|
+
"--verbose[verbose]"
|
|
172
|
+
)
|
|
173
|
+
;;
|
|
174
|
+
|
|
175
|
+
tools:skel)
|
|
176
|
+
_command_flags=(
|
|
177
|
+
"--help[Show CLI help.]"
|
|
178
|
+
"--user=-[user to be used]:"
|
|
179
|
+
"--verbose[]"
|
|
180
|
+
)
|
|
181
|
+
;;
|
|
182
|
+
|
|
183
|
+
tools:stat)
|
|
184
|
+
_command_flags=(
|
|
185
|
+
"--help[Show CLI help.]"
|
|
186
|
+
"--month[current month]"
|
|
187
|
+
"--year[current year]"
|
|
188
|
+
)
|
|
189
|
+
;;
|
|
190
|
+
|
|
191
|
+
tools:yolk)
|
|
192
|
+
_command_flags=(
|
|
193
|
+
"--help[Show CLI help.]"
|
|
194
|
+
"--verbose[]"
|
|
195
|
+
)
|
|
196
|
+
;;
|
|
197
|
+
|
|
198
|
+
update)
|
|
199
|
+
_command_flags=(
|
|
200
|
+
"--help[Show CLI help.]"
|
|
201
|
+
"--apt[if eggs package is .deb, update from distro repositories]"
|
|
202
|
+
"--basket[if eggs package is .deb, update from eggs basket]"
|
|
203
|
+
"--verbose[verbose]"
|
|
204
|
+
)
|
|
205
|
+
;;
|
|
206
|
+
|
|
207
|
+
autocomplete)
|
|
208
|
+
_command_flags=(
|
|
209
|
+
"--refresh-cache[Refresh cache (ignores displaying instructions)]"
|
|
210
|
+
)
|
|
211
|
+
;;
|
|
212
|
+
|
|
213
|
+
help)
|
|
214
|
+
_command_flags=(
|
|
215
|
+
"--nested-commands[Include all nested commands in the output.]"
|
|
216
|
+
)
|
|
217
|
+
;;
|
|
218
|
+
|
|
219
|
+
version)
|
|
220
|
+
_command_flags=(
|
|
221
|
+
|
|
222
|
+
)
|
|
223
|
+
;;
|
|
224
|
+
|
|
225
|
+
esac
|
|
226
|
+
}
|
|
227
|
+
## end public cli commands & flags
|
|
228
|
+
|
|
229
|
+
_complete_commands () {
|
|
230
|
+
_describe -t all-commands "all commands" _all_commands
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
if [ $CURRENT -gt 2 ]; then
|
|
234
|
+
if [[ "$_cur" == -* ]]; then
|
|
235
|
+
_set_flags
|
|
236
|
+
else
|
|
237
|
+
_path_files
|
|
238
|
+
fi
|
|
239
|
+
fi
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
_arguments -S '1: :_complete_commands' \
|
|
243
|
+
$_command_flags
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
_eggs
|
package/scripts/eggs.bash
CHANGED
package/scripts/mom-cli.sh
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
|
|
3
3
|
# Authors: Piero Proietti, Christopher Hopp
|
|
4
|
+
# xdg-settings get default-web-browser
|
|
4
5
|
|
|
5
6
|
##
|
|
6
7
|
# eggs dialog cli
|
|
@@ -159,18 +160,18 @@ function documentation {
|
|
|
159
160
|
|
|
160
161
|
################################
|
|
161
162
|
function documentation_book {
|
|
162
|
-
|
|
163
|
+
xdg-open "https://penguins-eggs.net/book/italiano"
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
################################
|
|
166
167
|
function documentation_book_translated {
|
|
167
168
|
# sensible-editor sensible-pager
|
|
168
|
-
|
|
169
|
+
xdg-open "https://translate.google.com/translate?hl=en&sl=auto&tl=en&u=https%3A%2F%2Fpenguins-eggs.net%2Fbook%2Fitaliano"
|
|
169
170
|
}
|
|
170
171
|
|
|
171
172
|
################################
|
|
172
173
|
function documentation_site {
|
|
173
|
-
|
|
174
|
+
xdg-open "https://penguins-eggs.net"
|
|
174
175
|
}
|
|
175
176
|
|
|
176
177
|
################################
|
|
@@ -181,7 +182,7 @@ function documentation_man {
|
|
|
181
182
|
|
|
182
183
|
################################
|
|
183
184
|
function documentation_html {
|
|
184
|
-
|
|
185
|
+
xdg-open "file:///usr/lib/penguins-eggs/manpages/doc/man/eggs.html"
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
|
|
@@ -336,7 +337,7 @@ function tools {
|
|
|
336
337
|
"clean" "clean system logs, apt cache, etc" \
|
|
337
338
|
"locales" "install/clean locales" \
|
|
338
339
|
"skel" "update /etc/skel from current user or user configuration" \
|
|
339
|
-
"yolk" "configure an internal apt repository in /
|
|
340
|
+
"yolk" "configure an internal apt repository in /var/local/yolk" \
|
|
340
341
|
"quit" "previous" 3>&2 2>&1 1>&3
|
|
341
342
|
)
|
|
342
343
|
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# eggs: grub.template.cfg
|
|
3
|
-
#
|
|
4
|
-
|
|
5
|
-
if loadfont $prefix/font.pf2 ; then
|
|
6
|
-
set gfxmode=800x600
|
|
7
|
-
set gfxpayload=keep
|
|
8
|
-
insmod efi_gop
|
|
9
|
-
insmod efi_uga
|
|
10
|
-
insmod video_bochs
|
|
11
|
-
insmod video_cirrus
|
|
12
|
-
insmod gfxterm
|
|
13
|
-
insmod png
|
|
14
|
-
terminal_output gfxterm
|
|
15
|
-
fi
|
|
16
|
-
|
|
17
|
-
set theme=/boot/grub/grub.theme.cfg
|
|
18
|
-
|
|
19
|
-
insmod play
|
|
20
|
-
play 960 440 1 0 4 440 1
|
|
21
|
-
if [ ${iso_path} ] ; then
|
|
22
|
-
set loopback="findiso=${iso_path}"
|
|
23
|
-
export loopback
|
|
24
|
-
fi
|
|
25
|
-
|
|
26
|
-
menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
|
|
27
|
-
linux {{{vmlinuz}}} boot=live components lang={{{lang}}} locales={{{locales}}} splash "${loopback}"
|
|
28
|
-
initrd {{{initrdImg}}}
|
|
29
|
-
}
|
|
30
|
-
{
|
|
31
|
-
menuentry "English/safe" {
|
|
32
|
-
linux {{{vmlinuz}}} boot=live components splash quiet "${loopback}"
|
|
33
|
-
initrd {{{initrdImg}}}
|
|
34
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# eggs: isolinux.cfg
|
|
3
|
-
#
|
|
4
|
-
|
|
5
|
-
# search path for the c32 support libraries (libcom32, libutil etc.)
|
|
6
|
-
path
|
|
7
|
-
include isolinux.theme.cfg
|
|
8
|
-
default vesamenu.c32
|
|
9
|
-
prompt 0
|
|
10
|
-
timeout 200
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
|
|
14
|
-
label start
|
|
15
|
-
menu label {{{fullname}}} (kernel {{{kernel}}})
|
|
16
|
-
menu default
|
|
17
|
-
say "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
|
|
18
|
-
linux {{{vmlinuz}}}
|
|
19
|
-
append initrd={{{initrdImg}}} boot=live components locales={{{locales}}} quiet splansh
|
|
20
|
-
|
|
21
|
-
label safe
|
|
22
|
-
menu label English/safe
|
|
23
|
-
say "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
|
|
24
|
-
linux {{{vmlinuz}}}
|
|
25
|
-
append initrd={{{initrdImg}}} boot=live components locales=en_US.UTF-8
|
|
26
|
-
|
|
27
|
-
label Boot from local disk
|
|
28
|
-
com32 chain.c32
|
|
29
|
-
append hd1 1 swap
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
I'm trying to made a way to easy customize livecd boot.
|
|
2
|
-
|
|
3
|
-
* grub.template.cfg
|
|
4
|
-
* grub.theme.cfg
|
|
5
|
-
* isolinux.template.cfg
|
|
6
|
-
* isolinux.theme.cfg
|
|
7
|
-
* splash.png
|
|
8
|
-
|
|
9
|
-
# How it work
|
|
10
|
-
eggs take cure to copy to fill the template with the necessary values and copy configurations on /boot/grub and /isolinux on the ISO image.
|
|
11
|
-
|
|
12
|
-
# grub
|
|
13
|
-
You can adapt the template and the grub theme file i accord to your needs. During the production of eggs file grub.template.cfg will be convertent in grub.cfg and copied under /boot/grub directory of the image.
|
|
14
|
-
* __grub.template.cfg__ -> will became -> __/boot/grub/grub.cfg__ under the iso
|
|
15
|
-
* __grub.theme.cfg__
|
|
16
|
-
|
|
17
|
-
# isolinux
|
|
18
|
-
You can adapt the template for isolinux and the isolinux theme. During the production of eggs file isolinux.template.cfg will be convertent in isolilinux.cfg and copied under /isolinux directory of the image.
|
|
19
|
-
* __isolinux.template.cfg__ -> will became -> __/isolinux/isolinux.cfg__ under the iso
|
|
20
|
-
* __isolinux.theme.cfg__
|
|
21
|
-
|
|
22
|
-
# splash
|
|
23
|
-
both the themes will use the same splash file, who will be copied under /isolinux directory of the image.
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
[Desktop Entry]
|
|
2
|
-
Type=Application
|
|
3
|
-
Version=1.0
|
|
4
|
-
Name=Install Debian
|
|
5
|
-
GenericName=Calamares Installer
|
|
6
|
-
Exec=/sbin/install-debian
|
|
7
|
-
Comment=Calamares — Installer for Debian Live
|
|
8
|
-
Keywords=calamares;system;install;debian;installer
|
|
9
|
-
Icon=install-debian
|
|
10
|
-
Terminal=false
|
|
11
|
-
Categories=Qt;System;
|
|
12
|
-
StartupWMClass=calamares
|
|
13
|
-
StartupNotify=True
|
|
Binary file
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
componentName: debian
|
|
3
|
-
welcomeStyleCalamares: true
|
|
4
|
-
|
|
5
|
-
strings:
|
|
6
|
-
productName: Debian GNU/Linux
|
|
7
|
-
shortProductName: Debian testing
|
|
8
|
-
version: 11 (bullseye)
|
|
9
|
-
shortVersion: 11
|
|
10
|
-
versionedName: Debian 11 (bullseye)
|
|
11
|
-
shortVersionedName: Debian 11
|
|
12
|
-
bootloaderEntryName: Debian
|
|
13
|
-
productUrl: https://debian.org
|
|
14
|
-
supportUrl: https://www.debian.org/support
|
|
15
|
-
releaseNotesUrl: https://www.debian.org/releases/bullseye/releasenotes
|
|
16
|
-
|
|
17
|
-
images:
|
|
18
|
-
productLogo: "debian-logo.png"
|
|
19
|
-
productIcon: "debian-logo.png"
|
|
20
|
-
productWelcome: "welcome.png"
|
|
21
|
-
|
|
22
|
-
slideshow: "show.qml"
|
|
23
|
-
|
|
24
|
-
style:
|
|
25
|
-
sidebarBackground: "#2c3133"
|
|
26
|
-
sidebarText: "#FFFFFF"
|
|
27
|
-
sidebarTextSelect: "#4d7079"
|
|
Binary file
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2015, Teo Mrnjavac <teo@kde.org>
|
|
4
|
-
* Copyright 2018-2019, Jonathan Carter <jcc@debian.org>
|
|
5
|
-
*
|
|
6
|
-
* Calamares is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, or (at your option) any later version.
|
|
9
|
-
*
|
|
10
|
-
* Calamares is distributed in the hope that it will be useful,
|
|
11
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
-
* GNU General Public License for more details.
|
|
14
|
-
*
|
|
15
|
-
* You should have received a copy of the GNU General Public License
|
|
16
|
-
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
import QtQuick 2.0;
|
|
20
|
-
import calamares.slideshow 1.0;
|
|
21
|
-
|
|
22
|
-
Presentation
|
|
23
|
-
{
|
|
24
|
-
id: presentation
|
|
25
|
-
|
|
26
|
-
Timer {
|
|
27
|
-
interval: 20000
|
|
28
|
-
repeat: true
|
|
29
|
-
onTriggered: presentation.goToNextSlide()
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
Slide {
|
|
33
|
-
Image {
|
|
34
|
-
id: background1
|
|
35
|
-
source: "slide1.png"
|
|
36
|
-
width: 467; height: 280
|
|
37
|
-
fillMode: Image.PreserveAspectFit
|
|
38
|
-
anchors.centerIn: parent
|
|
39
|
-
}
|
|
40
|
-
Text {
|
|
41
|
-
anchors.horizontalCenter: background1.horizontalCenter
|
|
42
|
-
anchors.top: background1.bottom
|
|
43
|
-
text: "Welcome to Debian GNU/Linux.<br/>"+
|
|
44
|
-
"The rest of the installation is automated and should complete in a few minutes."
|
|
45
|
-
wrapMode: Text.WordWrap
|
|
46
|
-
width: 600
|
|
47
|
-
horizontalAlignment: Text.Center
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
}
|
|
Binary file
|
|
Binary file
|