penguins-eggs 9.0.9 → 9.0.31
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 +117 -20
- package/addons/eggs/theme/calamares/branding/show.qml +1 -1
- package/addons/eggs/theme/livecd/README.md +13 -15
- package/addons/eggs/theme/livecd/splash.png +0 -0
- package/addons/neon/theme/livecd/splash.png +0 -0
- package/addons/{blissos → telos}/theme/applications/install-debian.desktop +0 -0
- package/addons/{blissos → telos}/theme/artwork/install-debian.png +0 -0
- package/addons/telos/theme/calamares/branding/banner.png +0 -0
- package/addons/telos/theme/calamares/branding/branding.desc +25 -0
- package/addons/telos/theme/calamares/branding/show.qml +51 -0
- package/addons/telos/theme/calamares/branding/slide1.png +0 -0
- package/addons/telos/theme/calamares/branding/telos-logo.png +0 -0
- package/addons/telos/theme/calamares/branding/welcome.png +0 -0
- package/addons/{blissos → telos}/theme/calamares/modules/partition.yml +0 -0
- package/addons/{blissos → telos}/theme/livecd/grub.theme.cfg +2 -1
- package/addons/{blissos → telos}/theme/livecd/isolinux.theme.cfg +1 -1
- package/addons/telos/theme/livecd/splash.png +0 -0
- package/addons/templates/grub.template +2 -0
- package/addons/waydroid/theme/applications/install-debian.desktop +28 -0
- package/addons/waydroid/theme/artwork/install-debian.png +0 -0
- package/addons/{blissos → waydroid}/theme/calamares/branding/branding.desc +0 -0
- package/addons/{blissos → waydroid}/theme/calamares/branding/languages.png +0 -0
- package/addons/{blissos → waydroid}/theme/calamares/branding/show.qml +0 -0
- package/addons/{blissos → waydroid}/theme/calamares/branding/slide1.png +0 -0
- package/addons/{blissos → waydroid}/theme/calamares/branding/slide2.png +0 -0
- package/addons/{blissos → waydroid}/theme/calamares/branding/slide3.png +0 -0
- package/addons/{blissos/theme/calamares/branding/blissos-logo.png → waydroid/theme/calamares/branding/waydroid-logo.png} +0 -0
- package/addons/{blissos → waydroid}/theme/calamares/branding/welcome.png +0 -0
- package/addons/waydroid/theme/calamares/modules/partition.yml +233 -0
- package/addons/waydroid/theme/livecd/grub.theme.cfg +43 -0
- package/addons/waydroid/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/{blissos → waydroid}/theme/livecd/splash.png +0 -0
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +57 -38
- package/lib/classes/daddy.js +5 -5
- package/lib/classes/incubation/incubator.js +5 -0
- package/lib/classes/krill_install.d.ts +59 -30
- package/lib/classes/krill_install.js +596 -382
- package/lib/classes/krill_prepare.d.ts +7 -3
- package/lib/classes/krill_prepare.js +67 -26
- package/lib/classes/ovary.d.ts +33 -41
- package/lib/classes/ovary.js +400 -480
- package/lib/classes/systemctl.d.ts +36 -7
- package/lib/classes/systemctl.js +63 -28
- package/lib/classes/users.d.ts +21 -0
- package/lib/classes/users.js +129 -0
- package/lib/classes/utils.d.ts +8 -0
- package/lib/classes/utils.js +44 -15
- package/lib/classes/yolk.d.ts +6 -5
- package/lib/classes/yolk.js +30 -29
- package/lib/commands/analyze.d.ts +25 -0
- package/lib/commands/analyze.js +74 -0
- package/lib/commands/export/iso.js +1 -1
- package/lib/commands/install.d.ts +1 -0
- package/lib/commands/install.js +14 -3
- package/lib/commands/kill.js +1 -1
- package/lib/commands/produce.js +3 -3
- package/lib/commands/syncfrom.d.ts +37 -0
- package/lib/commands/syncfrom.js +156 -0
- package/lib/commands/syncto.d.ts +48 -0
- package/lib/commands/syncto.js +219 -0
- package/lib/components/elements/information.js +17 -1
- package/lib/components/partitions.d.ts +1 -2
- package/lib/components/partitions.js +1 -4
- package/lib/interfaces/i-analyze.d.ts +13 -0
- package/lib/interfaces/i-analyze.js +18 -0
- package/lib/interfaces/i-devices.d.ts +1 -0
- package/lib/interfaces/i-krill.d.ts +0 -1
- package/lib/lib/cli-autologin.js +8 -3
- package/lib/lib/select_installation_device.js +1 -0
- package/lib/lib/select_installation_mode.js +1 -1
- package/manpages/doc/man/eggs.html +65 -6
- package/oclif.manifest.json +1 -1
- package/package.json +19 -18
- package/scripts/_eggs +36 -6
- package/scripts/bros/waydroid-helper.sh +1 -1
- package/scripts/eggs.bash +4 -1
- package/scripts/{not-used/install-eggs-ppa.sh → install-eggs-ppa.sh} +1 -0
- package/scripts/mom-cli.sh +1 -1
- package/scripts/{not-used/pve-live.sh → pve-live.sh} +2 -6
- package/addons/blissos/theme/livecd/README.md +0 -23
- package/addons/eggs/theme/calamares/branding/4tation.png +0 -0
- package/addons/neon/theme/livecd/README.md +0 -23
- package/addons/neon/theme/livecd/splash.pcx +0 -0
- package/scripts/not-used/eggs-cleanup.sh +0 -7
- package/scripts/not-used/mkinitramfs +0 -469
- package/scripts/update-initramfs +0 -94
package/README.md
CHANGED
|
@@ -39,6 +39,26 @@ Starting with version 7.6.x, an addons architecture was added to eggs, allowing
|
|
|
39
39
|
### backup
|
|
40
40
|
From version 8.0.10 You can use the backup mode by simply adding --backup in the produce command. This way eggs will save your users data and accounts and will not add a live user, you will have to log in with the main user of your system with the his password. **Note:** since eggs always configures autologin, you may have a security risk with valuable data. Use this option only for your personal stuff and do not share the iso on the network.
|
|
41
41
|
|
|
42
|
+
* ```eggs produce``` just remove users accounts and home. This let to have working servers examples;
|
|
43
|
+
* ```eggs produce --backup``` remove servers and users data from live, and put them on a LUKS volume.
|
|
44
|
+
|
|
45
|
+
From version 9.0.16 we have two new commands: ```eggs syncfrom``` (alias restore) and ```eggs syncto``` (alias backup).
|
|
46
|
+
|
|
47
|
+
A working installation, can easily sync users and servers data to a luks-eggs-backup:
|
|
48
|
+
* ```eggs syncto -f /tmp/luks-eggs-backup``` backup users and servers data to LUKS volume /tmp/luks-eggs-backup:
|
|
49
|
+
|
|
50
|
+
A new installation, can easyly get users and servers data from a luks-eggs-backup:
|
|
51
|
+
* ```eggs syncfrom from -f /tmp/luks-eggs-backup``` restore users and servers data from the LUKS volume /tmp/luks-eggs-backup.
|
|
52
|
+
|
|
53
|
+
**NOTE:**
|
|
54
|
+
* krill: ```sudo eggs install --cli``` will restore users and servers data automatically;
|
|
55
|
+
* installing with calamares: when installation is finished, you need to mount the rootdir of your installed system and, give the following command: ```sudo eggs syncfrom -f /path/to/luks-eggs-backup -r /path/to/rootdir```
|
|
56
|
+
* it's possbile actually to change the nest directory, editing configuration file ```/etc/penguins-eggs.d/eggs.yaml```. Example: ```set snapshot_dir: '/opt/eggs/'```, but you can't use the following: /etc, /boot, /usr and /var.
|
|
57
|
+
|
|
58
|
+
**DISCLAIM:** using this new feathures can be dangerous for your data:
|
|
59
|
+
* ```syncfrom``` replace all users homes and all servers homes with data from the luck-eggs-backup, Force this data in not appropriate system can easily end in a long disaster recovery;
|
|
60
|
+
* I want stress you again on the fact we are working with a **live filesystem** mounted binded to the **REAL filesystem**. This mean who removing a directory under the nest, usually ```/nest/ovarium/filesystem.squashfs```, mean remove it from the REAL filesystem. So, if something went wrong during the iso production and You remain with live filesystem again binded, the shortest way to solve the problem is simply reboot.
|
|
61
|
+
|
|
42
62
|
### krill
|
|
43
63
|
Starting with eggs 8.0.0 I included a new CLI installer named krill. krill let you to install your system in a nice CLI interface using the same, configuration created by eggs for [calamares](calamares.io). This lead to have "about the same" experience installing, from old distros to new one and for GUI and CLI. To force using krill in place of calamares in a GUI system just: **sudo eggs install --cli**
|
|
44
64
|
|
|
@@ -83,12 +103,12 @@ Update your repositories: **sudo apt update** and install eggs: **sudo apt insta
|
|
|
83
103
|
The simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
|
|
84
104
|
|
|
85
105
|
```
|
|
86
|
-
sudo dpkg -i
|
|
106
|
+
sudo dpkg -i eggs_9.0.16-1_amd64.deb
|
|
87
107
|
```
|
|
88
108
|
|
|
89
109
|
or, on a i386 system:
|
|
90
110
|
```
|
|
91
|
-
sudo dpkg -i eggs_8.17.
|
|
111
|
+
sudo dpkg -i eggs_8.17.17-1_i386.deb
|
|
92
112
|
```
|
|
93
113
|
|
|
94
114
|
## Upgrade eggs
|
|
@@ -113,7 +133,7 @@ $ npm install -g penguins-eggs
|
|
|
113
133
|
$ eggs COMMAND
|
|
114
134
|
running command...
|
|
115
135
|
$ eggs (--version|-v)
|
|
116
|
-
penguins-eggs/9.0.
|
|
136
|
+
penguins-eggs/9.0.31 linux-x64 node-v16.14.0
|
|
117
137
|
$ eggs --help [COMMAND]
|
|
118
138
|
USAGE
|
|
119
139
|
$ eggs COMMAND
|
|
@@ -124,6 +144,7 @@ USAGE
|
|
|
124
144
|
# Commands
|
|
125
145
|
<!-- commands -->
|
|
126
146
|
* [`eggs adapt`](#eggs-adapt)
|
|
147
|
+
* [`eggs analyze`](#eggs-analyze)
|
|
127
148
|
* [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
128
149
|
* [`eggs bro`](#eggs-bro)
|
|
129
150
|
* [`eggs calamares`](#eggs-calamares)
|
|
@@ -139,6 +160,8 @@ USAGE
|
|
|
139
160
|
* [`eggs mom`](#eggs-mom)
|
|
140
161
|
* [`eggs produce`](#eggs-produce)
|
|
141
162
|
* [`eggs remove`](#eggs-remove)
|
|
163
|
+
* [`eggs syncfrom`](#eggs-syncfrom)
|
|
164
|
+
* [`eggs syncto`](#eggs-syncto)
|
|
142
165
|
* [`eggs tools clean`](#eggs-tools-clean)
|
|
143
166
|
* [`eggs tools locales`](#eggs-tools-locales)
|
|
144
167
|
* [`eggs tools skel`](#eggs-tools-skel)
|
|
@@ -166,7 +189,28 @@ ALIASES
|
|
|
166
189
|
$ eggs adjust
|
|
167
190
|
```
|
|
168
191
|
|
|
169
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
192
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/adapt.ts)_
|
|
193
|
+
|
|
194
|
+
## `eggs analyze`
|
|
195
|
+
|
|
196
|
+
analyze situation
|
|
197
|
+
|
|
198
|
+
```
|
|
199
|
+
USAGE
|
|
200
|
+
$ eggs analyze [-h] [-v]
|
|
201
|
+
|
|
202
|
+
FLAGS
|
|
203
|
+
-h, --help Show CLI help.
|
|
204
|
+
-v, --verbose verbose
|
|
205
|
+
|
|
206
|
+
DESCRIPTION
|
|
207
|
+
analyze situation
|
|
208
|
+
|
|
209
|
+
EXAMPLES
|
|
210
|
+
$ sudo eggs analyze
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/analyze.ts)_
|
|
170
214
|
|
|
171
215
|
## `eggs autocomplete [SHELL]`
|
|
172
216
|
|
|
@@ -195,7 +239,7 @@ EXAMPLES
|
|
|
195
239
|
$ eggs autocomplete --refresh-cache
|
|
196
240
|
```
|
|
197
241
|
|
|
198
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.
|
|
242
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.2.0/src/commands/autocomplete/index.ts)_
|
|
199
243
|
|
|
200
244
|
## `eggs bro`
|
|
201
245
|
|
|
@@ -212,7 +256,7 @@ DESCRIPTION
|
|
|
212
256
|
bro: waydroid helper
|
|
213
257
|
```
|
|
214
258
|
|
|
215
|
-
_See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
259
|
+
_See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/bro.ts)_
|
|
216
260
|
|
|
217
261
|
## `eggs calamares`
|
|
218
262
|
|
|
@@ -241,7 +285,7 @@ EXAMPLES
|
|
|
241
285
|
install calamares and create it's configuration's files
|
|
242
286
|
```
|
|
243
287
|
|
|
244
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
288
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/calamares.ts)_
|
|
245
289
|
|
|
246
290
|
## `eggs config`
|
|
247
291
|
|
|
@@ -268,7 +312,7 @@ EXAMPLES
|
|
|
268
312
|
Configure and install prerequisites deb packages to run it
|
|
269
313
|
```
|
|
270
314
|
|
|
271
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
315
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/config.ts)_
|
|
272
316
|
|
|
273
317
|
## `eggs dad`
|
|
274
318
|
|
|
@@ -288,7 +332,7 @@ DESCRIPTION
|
|
|
288
332
|
ask help from daddy - configuration helper
|
|
289
333
|
```
|
|
290
334
|
|
|
291
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
335
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/dad.ts)_
|
|
292
336
|
|
|
293
337
|
## `eggs export deb`
|
|
294
338
|
|
|
@@ -361,7 +405,7 @@ DESCRIPTION
|
|
|
361
405
|
Display help for eggs.
|
|
362
406
|
```
|
|
363
407
|
|
|
364
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.
|
|
408
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.11/src/commands/help.ts)_
|
|
365
409
|
|
|
366
410
|
## `eggs info`
|
|
367
411
|
|
|
@@ -379,7 +423,7 @@ DESCRIPTION
|
|
|
379
423
|
re-thinking for a different approach to CLI
|
|
380
424
|
```
|
|
381
425
|
|
|
382
|
-
_See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
426
|
+
_See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/info.ts)_
|
|
383
427
|
|
|
384
428
|
## `eggs install`
|
|
385
429
|
|
|
@@ -387,12 +431,13 @@ command-line system installer - the egg became a penguin!
|
|
|
387
431
|
|
|
388
432
|
```
|
|
389
433
|
USAGE
|
|
390
|
-
$ eggs install [-c] [-k] [-h] [-v]
|
|
434
|
+
$ eggs install [-c] [-k] [-p] [-h] [-v]
|
|
391
435
|
|
|
392
436
|
FLAGS
|
|
393
437
|
-c, --cli force use CLI installer
|
|
394
438
|
-h, --help Show CLI help.
|
|
395
439
|
-k, --crypted crypted CLI installation
|
|
440
|
+
-p, --pve Proxmox VE install
|
|
396
441
|
-v, --verbose verbose
|
|
397
442
|
|
|
398
443
|
DESCRIPTION
|
|
@@ -407,7 +452,7 @@ EXAMPLES
|
|
|
407
452
|
Install the system using GUI or CLI installer
|
|
408
453
|
```
|
|
409
454
|
|
|
410
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
455
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/install.ts)_
|
|
411
456
|
|
|
412
457
|
## `eggs kill`
|
|
413
458
|
|
|
@@ -429,7 +474,7 @@ EXAMPLES
|
|
|
429
474
|
kill the eggs/free the nest
|
|
430
475
|
```
|
|
431
476
|
|
|
432
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
477
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/kill.ts)_
|
|
433
478
|
|
|
434
479
|
## `eggs mom`
|
|
435
480
|
|
|
@@ -446,11 +491,11 @@ DESCRIPTION
|
|
|
446
491
|
ask for mommy - gui helper
|
|
447
492
|
```
|
|
448
493
|
|
|
449
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
494
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/mom.ts)_
|
|
450
495
|
|
|
451
496
|
## `eggs produce`
|
|
452
497
|
|
|
453
|
-
|
|
498
|
+
produce a live image from your system whithout your data
|
|
454
499
|
|
|
455
500
|
```
|
|
456
501
|
USAGE
|
|
@@ -473,7 +518,7 @@ FLAGS
|
|
|
473
518
|
--theme=<value> theme for livecd, calamares branding and partitions
|
|
474
519
|
|
|
475
520
|
DESCRIPTION
|
|
476
|
-
|
|
521
|
+
produce a live image from your system whithout your data
|
|
477
522
|
|
|
478
523
|
ALIASES
|
|
479
524
|
$ eggs spawn
|
|
@@ -511,7 +556,7 @@ EXAMPLES
|
|
|
511
556
|
in /home/eggs/ovarium and you can customize all you need
|
|
512
557
|
```
|
|
513
558
|
|
|
514
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
559
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/produce.ts)_
|
|
515
560
|
|
|
516
561
|
## `eggs remove`
|
|
517
562
|
|
|
@@ -541,7 +586,59 @@ EXAMPLES
|
|
|
541
586
|
remove eggs, eggs configurations, packages dependencies
|
|
542
587
|
```
|
|
543
588
|
|
|
544
|
-
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
589
|
+
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/remove.ts)_
|
|
590
|
+
|
|
591
|
+
## `eggs syncfrom`
|
|
592
|
+
|
|
593
|
+
Restore users, server and datas from luks-eggs-backup
|
|
594
|
+
|
|
595
|
+
```
|
|
596
|
+
USAGE
|
|
597
|
+
$ eggs syncfrom [-f <value>] [-r <value>] [-h] [-v]
|
|
598
|
+
|
|
599
|
+
FLAGS
|
|
600
|
+
-f, --file=<value> file with LUKS volume encrypted
|
|
601
|
+
-h, --help Show CLI help.
|
|
602
|
+
-r, --rootdir=<value> rootdir of the installed system, when used from live
|
|
603
|
+
-v, --verbose verbose
|
|
604
|
+
|
|
605
|
+
DESCRIPTION
|
|
606
|
+
Restore users, server and datas from luks-eggs-backup
|
|
607
|
+
|
|
608
|
+
ALIASES
|
|
609
|
+
$ eggs restore
|
|
610
|
+
|
|
611
|
+
EXAMPLES
|
|
612
|
+
$ sudo eggs restore
|
|
613
|
+
```
|
|
614
|
+
|
|
615
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/syncfrom.ts)_
|
|
616
|
+
|
|
617
|
+
## `eggs syncto`
|
|
618
|
+
|
|
619
|
+
Backup users, server and datas to luks-eggs-backup
|
|
620
|
+
|
|
621
|
+
```
|
|
622
|
+
USAGE
|
|
623
|
+
$ eggs syncto [-k] [-f <value>] [-h] [-v]
|
|
624
|
+
|
|
625
|
+
FLAGS
|
|
626
|
+
-f, --file=<value> file LUKS volume encrypted
|
|
627
|
+
-h, --help Show CLI help.
|
|
628
|
+
-k, --krill krill
|
|
629
|
+
-v, --verbose verbose
|
|
630
|
+
|
|
631
|
+
DESCRIPTION
|
|
632
|
+
Backup users, server and datas to luks-eggs-backup
|
|
633
|
+
|
|
634
|
+
ALIASES
|
|
635
|
+
$ eggs backup
|
|
636
|
+
|
|
637
|
+
EXAMPLES
|
|
638
|
+
$ sudo eggs restore
|
|
639
|
+
```
|
|
640
|
+
|
|
641
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/syncto.ts)_
|
|
545
642
|
|
|
546
643
|
## `eggs tools clean`
|
|
547
644
|
|
|
@@ -664,7 +761,7 @@ EXAMPLES
|
|
|
664
761
|
update/upgrade the penguin's eggs tool
|
|
665
762
|
```
|
|
666
763
|
|
|
667
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.
|
|
764
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/update.ts)_
|
|
668
765
|
|
|
669
766
|
## `eggs version`
|
|
670
767
|
|
|
@@ -57,7 +57,7 @@ Presentation
|
|
|
57
57
|
anchors.horizontalCenter: reproductiveSystem.horizontalCenter
|
|
58
58
|
anchors.top: background.top
|
|
59
59
|
text: qsTr("<h1>Penguin's eggs</h1><br/>"+
|
|
60
|
-
"<h2>
|
|
60
|
+
"<h2>eggs: the reproductive system of penguins!</h2>"+
|
|
61
61
|
"<h3>https://penguins-eggs.net</h3>")
|
|
62
62
|
wrapMode: Text.WordWrap
|
|
63
63
|
width: 800
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
# livecd customization
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
LiveCD customization is composed of:
|
|
4
4
|
* grub.theme.cfg
|
|
5
|
-
* isolinux.template.cfg
|
|
6
5
|
* isolinux.theme.cfg
|
|
7
6
|
* splash.png
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
eggs take cure to copy
|
|
8
|
+
## How it work
|
|
9
|
+
eggs take cure to copy your theme configurations on /boot/grub and /isolinux on the ISO image.
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
You can adapt the
|
|
14
|
-
* __grub.
|
|
15
|
-
* __grub.theme.cfg__
|
|
11
|
+
## grub
|
|
12
|
+
You can adapt the grub theme file according to your needs. During the production of eggs a grub.cfh will be geerated and copied under ```/boot/grub``` directory of the image.
|
|
13
|
+
* __grub.theme.cfg__ -> will became -> __/boot/grub/theme.cfg__ under the iso
|
|
16
14
|
|
|
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
15
|
|
|
22
|
-
|
|
23
|
-
|
|
16
|
+
## isolinux
|
|
17
|
+
You can adapt the isolinux theme. During the production of eggs an isolilinux.cfg will be generated and copied under ```/isolinux``` directory of the image.
|
|
18
|
+
* __isolinux.theme.cfg__ -> will became -> __/isolinux/theme.cfg__ under the iso
|
|
19
|
+
|
|
20
|
+
## splash
|
|
21
|
+
Both isolinux and grub themes use the same splash file.
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
componentName: telos
|
|
2
|
+
welcomeStyleCalamares: true
|
|
3
|
+
strings:
|
|
4
|
+
productName: TELOS
|
|
5
|
+
shortProductName: TeLOS
|
|
6
|
+
version: '2022-01-22'
|
|
7
|
+
shortVersion: '2022-01-22'
|
|
8
|
+
versionedName: TeLOS (2022-01-22)
|
|
9
|
+
shortVersionedName: TELOS 2022-01-22
|
|
10
|
+
bootloaderEntryName: Debian
|
|
11
|
+
productUrl: ''
|
|
12
|
+
supportUrl: ''
|
|
13
|
+
bugReportUrl: https://github.com/pieroproietti/penguins-eggs/issues
|
|
14
|
+
releaseNotesUrl: https://github.com/pieroproietti/penguins-eggs/changelog.md
|
|
15
|
+
images:
|
|
16
|
+
productBanner: banner.png
|
|
17
|
+
productLogo: telos-logo.png
|
|
18
|
+
productIcon: telos-logo.png
|
|
19
|
+
productWelcome: welcome.png
|
|
20
|
+
slideshowAPI: 1
|
|
21
|
+
slideshow: show.qml
|
|
22
|
+
style:
|
|
23
|
+
sidebarBackground: '#2c3133'
|
|
24
|
+
sidebarText: '#FFFFFF'
|
|
25
|
+
sidebarTextSelect: '#4d7079'
|
|
@@ -0,0 +1,51 @@
|
|
|
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 TeLOS Linux!<br/>"+
|
|
44
|
+
"You may have enough time to grab a coffee before auto setup is complete.."
|
|
45
|
+
wrapMode: Text.WordWrap
|
|
46
|
+
width: 600
|
|
47
|
+
horizontalAlignment: Text.Center
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
# Global Property
|
|
4
4
|
title-color: "white"
|
|
5
|
-
|
|
5
|
+
stitle-text: "TeLOS: an unconventional Linux distro"
|
|
6
6
|
# title-font: "Sans Regular 20"
|
|
7
7
|
desktop-color: "blue"
|
|
8
8
|
desktop-image: "splash.png"
|
|
9
|
+
|
|
9
10
|
# show boot_menu
|
|
10
11
|
+ boot_menu {
|
|
11
12
|
top = 150
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# eggs: isolinux.theme
|
|
3
3
|
#
|
|
4
|
-
MENU TITLE
|
|
4
|
+
MENU TITLE TeLOS: an unconventional Linux distro
|
|
5
5
|
MENU BACKGROUND splash.png
|
|
6
6
|
# MENU COLOR element backgound foreground shadow
|
|
7
7
|
# background and foreground are hexadecimal digits for alpha (opacity), red, green and blue,
|
|
Binary file
|
|
@@ -18,11 +18,13 @@ set theme=/boot/grub/theme.cfg
|
|
|
18
18
|
|
|
19
19
|
menuentry "{{{fullname}}} (kernel {{{kernel}}})" {
|
|
20
20
|
set gfxpayload=keep
|
|
21
|
+
{{{rmModules}}}
|
|
21
22
|
linux {{{vmlinuz}}} {{{kernel_parameters}}} quiet splash
|
|
22
23
|
initrd {{{initrdImg}}}
|
|
23
24
|
}
|
|
24
25
|
menuentry "{{{fullname}}} safe" {
|
|
25
26
|
set gfxpayload=keep
|
|
27
|
+
{{{rmModules}}}
|
|
26
28
|
linux {{{vmlinuz}}} {{{kernel_parameters}}}
|
|
27
29
|
initrd {{{initrdImg}}}
|
|
28
30
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
[Desktop Entry]
|
|
2
|
+
Type=Application
|
|
3
|
+
Version=1.0
|
|
4
|
+
Name=Install Linux
|
|
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
|
|
14
|
+
Name[it]=Installa sistema
|
|
15
|
+
GenericName[it]=Installa sistema
|
|
16
|
+
Comment[it]=Installazione sistema GUI
|
|
17
|
+
Name[en]=Install system
|
|
18
|
+
GenericName[en]=Install the system
|
|
19
|
+
Comment[en]=Install the system GUI
|
|
20
|
+
Name[es]=Instalación del sistema
|
|
21
|
+
GenericName[es]=Instalación del sistema
|
|
22
|
+
Comment[es]=Instalación del sistema GUI
|
|
23
|
+
Name[pt]=Instalação do sistema
|
|
24
|
+
GenericName[pt]=Instalação do sistema
|
|
25
|
+
Comment[pt]=Instalação do sistema GUI
|
|
26
|
+
Name[fr]=Installation du système
|
|
27
|
+
GenericName[fr]=Installation du système
|
|
28
|
+
Comment[fr]=Installation du système GUI
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|