penguins-eggs 9.0.25 → 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.
Files changed (38) hide show
  1. package/README.md +16 -16
  2. package/addons/telos/theme/applications/install-debian.desktop +28 -0
  3. package/addons/telos/theme/artwork/install-debian.png +0 -0
  4. package/addons/telos/theme/calamares/branding/banner.png +0 -0
  5. package/addons/telos/theme/calamares/branding/branding.desc +25 -0
  6. package/addons/telos/theme/calamares/branding/show.qml +51 -0
  7. package/addons/telos/theme/calamares/branding/slide1.png +0 -0
  8. package/addons/telos/theme/calamares/branding/telos-logo.png +0 -0
  9. package/addons/telos/theme/calamares/branding/welcome.png +0 -0
  10. package/addons/telos/theme/calamares/modules/partition.yml +233 -0
  11. package/addons/telos/theme/livecd/grub.theme.cfg +43 -0
  12. package/addons/telos/theme/livecd/isolinux.theme.cfg +45 -0
  13. package/addons/telos/theme/livecd/splash.png +0 -0
  14. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +57 -38
  15. package/lib/classes/daddy.js +5 -5
  16. package/lib/classes/krill_install.d.ts +7 -1
  17. package/lib/classes/krill_install.js +258 -302
  18. package/lib/classes/krill_prepare.js +31 -12
  19. package/lib/classes/ovary.d.ts +28 -27
  20. package/lib/classes/ovary.js +309 -343
  21. package/lib/classes/systemctl.d.ts +36 -7
  22. package/lib/classes/systemctl.js +63 -28
  23. package/lib/classes/utils.d.ts +8 -0
  24. package/lib/classes/utils.js +44 -15
  25. package/lib/classes/yolk.d.ts +6 -5
  26. package/lib/classes/yolk.js +30 -29
  27. package/lib/commands/produce.js +2 -2
  28. package/lib/components/elements/information.js +17 -1
  29. package/lib/lib/select_installation_device.js +1 -0
  30. package/oclif.manifest.json +1 -1
  31. package/package.json +4 -4
  32. package/scripts/bros/waydroid-helper.sh +1 -1
  33. package/scripts/{not-used/install-eggs-ppa.sh → install-eggs-ppa.sh} +1 -0
  34. package/scripts/mom-cli.sh +1 -1
  35. package/scripts/pve-live.sh +2 -6
  36. package/scripts/not-used/eggs-cleanup.sh +0 -7
  37. package/scripts/not-used/mkinitramfs +0 -469
  38. package/scripts/update-initramfs +0 -94
package/README.md CHANGED
@@ -133,7 +133,7 @@ $ npm install -g penguins-eggs
133
133
  $ eggs COMMAND
134
134
  running command...
135
135
  $ eggs (--version|-v)
136
- penguins-eggs/9.0.25 linux-x64 node-v16.14.0
136
+ penguins-eggs/9.0.31 linux-x64 node-v16.14.0
137
137
  $ eggs --help [COMMAND]
138
138
  USAGE
139
139
  $ eggs COMMAND
@@ -189,7 +189,7 @@ ALIASES
189
189
  $ eggs adjust
190
190
  ```
191
191
 
192
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/adapt.ts)_
192
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/adapt.ts)_
193
193
 
194
194
  ## `eggs analyze`
195
195
 
@@ -210,7 +210,7 @@ EXAMPLES
210
210
  $ sudo eggs analyze
211
211
  ```
212
212
 
213
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/analyze.ts)_
213
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/analyze.ts)_
214
214
 
215
215
  ## `eggs autocomplete [SHELL]`
216
216
 
@@ -256,7 +256,7 @@ DESCRIPTION
256
256
  bro: waydroid helper
257
257
  ```
258
258
 
259
- _See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/bro.ts)_
259
+ _See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/bro.ts)_
260
260
 
261
261
  ## `eggs calamares`
262
262
 
@@ -285,7 +285,7 @@ EXAMPLES
285
285
  install calamares and create it's configuration's files
286
286
  ```
287
287
 
288
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/calamares.ts)_
288
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/calamares.ts)_
289
289
 
290
290
  ## `eggs config`
291
291
 
@@ -312,7 +312,7 @@ EXAMPLES
312
312
  Configure and install prerequisites deb packages to run it
313
313
  ```
314
314
 
315
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/config.ts)_
315
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/config.ts)_
316
316
 
317
317
  ## `eggs dad`
318
318
 
@@ -332,7 +332,7 @@ DESCRIPTION
332
332
  ask help from daddy - configuration helper
333
333
  ```
334
334
 
335
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/dad.ts)_
335
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/dad.ts)_
336
336
 
337
337
  ## `eggs export deb`
338
338
 
@@ -423,7 +423,7 @@ DESCRIPTION
423
423
  re-thinking for a different approach to CLI
424
424
  ```
425
425
 
426
- _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/info.ts)_
426
+ _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/info.ts)_
427
427
 
428
428
  ## `eggs install`
429
429
 
@@ -452,7 +452,7 @@ EXAMPLES
452
452
  Install the system using GUI or CLI installer
453
453
  ```
454
454
 
455
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/install.ts)_
455
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/install.ts)_
456
456
 
457
457
  ## `eggs kill`
458
458
 
@@ -474,7 +474,7 @@ EXAMPLES
474
474
  kill the eggs/free the nest
475
475
  ```
476
476
 
477
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/kill.ts)_
477
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/kill.ts)_
478
478
 
479
479
  ## `eggs mom`
480
480
 
@@ -491,7 +491,7 @@ DESCRIPTION
491
491
  ask for mommy - gui helper
492
492
  ```
493
493
 
494
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/mom.ts)_
494
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/mom.ts)_
495
495
 
496
496
  ## `eggs produce`
497
497
 
@@ -556,7 +556,7 @@ EXAMPLES
556
556
  in /home/eggs/ovarium and you can customize all you need
557
557
  ```
558
558
 
559
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/produce.ts)_
559
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/produce.ts)_
560
560
 
561
561
  ## `eggs remove`
562
562
 
@@ -586,7 +586,7 @@ EXAMPLES
586
586
  remove eggs, eggs configurations, packages dependencies
587
587
  ```
588
588
 
589
- _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/remove.ts)_
589
+ _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/remove.ts)_
590
590
 
591
591
  ## `eggs syncfrom`
592
592
 
@@ -612,7 +612,7 @@ EXAMPLES
612
612
  $ sudo eggs restore
613
613
  ```
614
614
 
615
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/syncfrom.ts)_
615
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/syncfrom.ts)_
616
616
 
617
617
  ## `eggs syncto`
618
618
 
@@ -638,7 +638,7 @@ EXAMPLES
638
638
  $ sudo eggs restore
639
639
  ```
640
640
 
641
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/syncto.ts)_
641
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/syncto.ts)_
642
642
 
643
643
  ## `eggs tools clean`
644
644
 
@@ -761,7 +761,7 @@ EXAMPLES
761
761
  update/upgrade the penguin's eggs tool
762
762
  ```
763
763
 
764
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.25/src/commands/update.ts)_
764
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.31/src/commands/update.ts)_
765
765
 
766
766
  ## `eggs version`
767
767
 
@@ -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
@@ -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
+ }
@@ -0,0 +1,233 @@
1
+ # SPDX-FileCopyrightText: no
2
+ # SPDX-License-Identifier: CC0-1.0
3
+ #
4
+ # This setting specifies the mount point of the EFI system partition. Some
5
+ # distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
6
+ # etc.) use just /boot.
7
+ #
8
+ # Defaults to "/boot/efi", may be empty (but weird effects ensue)
9
+ efiSystemPartition: "/boot/efi"
10
+
11
+ # This optional setting specifies the size of the EFI system partition.
12
+ # If nothing is specified, the default size of 300MiB will be used.
13
+ # efiSystemPartitionSize: 300M
14
+
15
+ # This optional setting specifies the name of the EFI system partition (see
16
+ # PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
17
+ # If nothing is specified, the partition name is left unset.
18
+ # efiSystemPartitionName: EFI
19
+
20
+ # In autogenerated partitioning, allow the user to select a swap size?
21
+ # If there is exactly one choice, no UI is presented, and the user
22
+ # cannot make a choice -- this setting is used. If there is more than
23
+ # one choice, a UI is presented.
24
+ #
25
+ # Legacy settings *neverCreateSwap* and *ensureSuspendToDisk* correspond
26
+ # to values of *userSwapChoices* as follows:
27
+ # - *neverCreateSwap* is true, means [none]
28
+ # - *neverCreateSwap* is false, *ensureSuspendToDisk* is false, [small]
29
+ # - *neverCreateSwap* is false, *ensureSuspendToDisk* is true, [suspend]
30
+ #
31
+ # Autogenerated swap sizes are as follows:
32
+ # - *suspend*: Swap is always at least total memory size,
33
+ # and up to 4GiB RAM follows the rule-of-thumb 2 * memory;
34
+ # from 4GiB to 8 GiB it stays steady at 8GiB, and over 8 GiB memory
35
+ # swap is the size of main memory.
36
+ # - *small*: Follows the rules above, but Swap is at
37
+ # most 8GiB, and no more than 10% of available disk.
38
+ # In both cases, a fudge factor (usually 10% extra) is applied so that there
39
+ # is some space for administrative overhead (e.g. 8 GiB swap will allocate
40
+ # 8.8GiB on disk in the end).
41
+ #
42
+ # If *file* is enabled here, make sure to have the *fstab* module
43
+ # as well (later in the exec phase) so that the swap file is
44
+ # actually created.
45
+ userSwapChoices:
46
+ - none # Create no swap, use no swap
47
+ - small # Up to 4GB
48
+ - suspend # At least main memory size
49
+ # - reuse # Re-use existing swap, but don't create any (unsupported right now)
50
+ - file # To swap file instead of partition
51
+
52
+ # This optional setting specifies the name of the swap partition (see
53
+ # PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
54
+ # If nothing is specified, the partition name is left unset.
55
+ # swapPartitionName: swap
56
+
57
+ # LEGACY SETTINGS (these will generate a warning)
58
+ # ensureSuspendToDisk: true
59
+ # neverCreateSwap: false
60
+
61
+ # Correctly draw nested (e.g. logical) partitions as such.
62
+ drawNestedPartitions: false
63
+
64
+ # Show/hide partition labels on manual partitioning page.
65
+ alwaysShowPartitionLabels: true
66
+
67
+ # Allow manual partitioning.
68
+ #
69
+ # When set to false, this option hides the "Manual partitioning" button,
70
+ # limiting the user's choice to "Erase", "Replace" or "Alongside".
71
+ # This can be useful when using a custom partition layout we don't want
72
+ # the user to modify.
73
+ #
74
+ # If nothing is specified, manual partitioning is enabled.
75
+ #allowManualPartitioning: true
76
+
77
+ # Initial selection on the Choice page
78
+ #
79
+ # There are four radio buttons (in principle: erase, replace, alongside, manual),
80
+ # and you can pick which of them, if any, is initially selected. For most
81
+ # installers, "none" is the right choice: it makes the user pick something specific,
82
+ # rather than accidentally being able to click past an important choice (in particular,
83
+ # "erase" is a dangerous choice).
84
+ #
85
+ # The default is "none"
86
+ #
87
+ initialPartitioningChoice: none
88
+ #
89
+ # Similarly, some of the installation choices may offer a choice of swap;
90
+ # the available choices depend on *userSwapChoices*, above, and this
91
+ # setting can be used to pick a specific one.
92
+ #
93
+ # The default is "none" (no swap) if that is one of the enabled options, otherwise
94
+ # one of the items from the options.
95
+ initialSwapChoice: small
96
+
97
+ # Default partition table type, used when a "erase" disk is made.
98
+ #
99
+ # When erasing a disk, a new partition table is created on disk.
100
+ # In other cases, e.g. Replace and Alongside, as well as when using
101
+ # manual partitioning, this partition table exists already on disk
102
+ # and it is left unmodified.
103
+ #
104
+ # Suggested values: gpt, msdos
105
+ # If nothing is specified, Calamares defaults to "gpt" if system is
106
+ # efi or "msdos".
107
+ #
108
+ # Names are case-sensitive and defined by KPMCore.
109
+ # defaultPartitionTableType: msdos
110
+
111
+ # Requirement for partition table type
112
+ #
113
+ # Restrict the installation on disks that match the type of partition
114
+ # tables that are specified.
115
+ #
116
+ # Suggested values: msdos, gpt
117
+ # If nothing is specified, Calamares defaults to both "msdos" and "mbr".
118
+ #
119
+ # Names are case-sensitive and defined by KPMCore.
120
+ # requiredPartitionTableType: gpt
121
+ # or,
122
+ # requiredPartitionTableType:
123
+ # - msdos
124
+ # - gpt
125
+
126
+ # Default filesystem type, used when a "new" partition is made.
127
+ #
128
+ # When replacing a partition, the existing filesystem inside the
129
+ # partition is retained. In other cases, e.g. Erase and Alongside,
130
+ # as well as when using manual partitioning and creating a new
131
+ # partition, this filesystem type is pre-selected. Note that
132
+ # editing a partition in manual-creation mode will not automatically
133
+ # change the filesystem type to this default value -- it is not
134
+ # creating a new partition.
135
+ #
136
+ # Suggested values: ext2, ext3, ext4, reiser, xfs, jfs, btrfs
137
+ # If nothing is specified, Calamares defaults to "ext4".
138
+ #
139
+ # Names are case-sensitive and defined by KPMCore.
140
+ defaultFileSystemType: "ext4"
141
+
142
+ # Show/hide LUKS related functionality in automated partitioning modes.
143
+ # Disable this if you choose not to deploy early unlocking support in GRUB2
144
+ # and/or your distribution's initramfs solution.
145
+ #
146
+ # BIG FAT WARNING:
147
+ #
148
+ # This option is unsupported, as it cuts out a crucial security feature.
149
+ # Disabling LUKS and shipping Calamares without a correctly configured GRUB2
150
+ # and initramfs is considered suboptimal use of the Calamares software. The
151
+ # Calamares team will not provide user support for any potential issue that
152
+ # may arise as a consequence of setting this option to false.
153
+ # It is strongly recommended that system integrators put in the work to support
154
+ # LUKS unlocking support in GRUB2 and initramfs/dracut/mkinitcpio/etc.
155
+ # Support is offered to system integrators that wish to do so, through the
156
+ # Calamares bug tracker, as well as in #calamares on Freenode.
157
+ # For more information on setting up GRUB2 for Calamares with LUKS, see
158
+ # https://github.com/calamares/calamares/wiki/Deploy-LUKS
159
+ #
160
+ # If nothing is specified, LUKS is enabled in automated modes.
161
+ #enableLuksAutomatedPartitioning: true
162
+
163
+ # Partition layout.
164
+ #
165
+ # This optional setting specifies a custom partition layout.
166
+ #
167
+ # If nothing is specified, the default partition layout is a single partition
168
+ # for root that uses 100% of the space and uses the filesystem defined by
169
+ # defaultFileSystemType.
170
+ #
171
+ # Note: the EFI system partition is prepend automatically to the layout if
172
+ # needed; the swap partition is appended to the layout if enabled (small of
173
+ # suspend).
174
+ #
175
+ # Otherwise, the partition layout is defined as follow:
176
+ #
177
+ # partitionLayout:
178
+ # - name: "rootfs"
179
+ # type: "4f68bce3-e8cd-4db1-96e7-fbcaf984b709"
180
+ # filesystem: "ext4"
181
+ # mountPoint: "/"
182
+ # size: 20%
183
+ # minSize: 500M
184
+ # maxSize: 10G
185
+ # attributes: 0xffff000000000003
186
+ # - name: "home"
187
+ # type = "933ac7e1-2eb4-4f13-b844-0e14e2aef915"
188
+ # filesystem: "ext4"
189
+ # mountPoint: "/home"
190
+ # size: 3G
191
+ # minSize: 1.5G
192
+ # features:
193
+ # 64bit: false
194
+ # casefold: true
195
+ # - name: "data"
196
+ # filesystem: "fat32"
197
+ # mountPoint: "/data"
198
+ # features:
199
+ # sector-size: 4096
200
+ # sectors-per-cluster: 128
201
+ # size: 100%
202
+ #
203
+ # There can be any number of partitions, each entry having the following attributes:
204
+ # - name: filesystem label
205
+ # and
206
+ # partition name (gpt only; since KPMCore 4.2.0)
207
+ # - uuid: partition uuid (optional parameter; gpt only; requires KPMCore >= 4.2.0)
208
+ # - type: partition type (optional parameter; gpt only; requires KPMCore >= 4.2.0)
209
+ # - attributes: partition attributes (optional parameter; gpt only; requires KPMCore >= 4.2.0)
210
+ # - filesystem: filesystem type (optional parameter; fs not created if "unformatted" or unset)
211
+ # - mountPoint: partition mount point (optional parameter; not mounted if unset)
212
+ # - size: partition size in bytes (append 'K', 'M' or 'G' for KiB, MiB or GiB)
213
+ # or
214
+ # % of the available drive space if a '%' is appended to the value
215
+ # - minSize: minimum partition size (optional parameter)
216
+ # - maxSize: maximum partition size (optional parameter)
217
+ # - features: filesystem features (optional parameter; requires KPMCore >= 4.2.0)
218
+ # name: boolean or integer or string
219
+
220
+ # Checking for available storage
221
+ #
222
+ # This overlaps with the setting of the same name in the welcome module's
223
+ # requirements section. If nothing is set by the welcome module, this
224
+ # value is used instead. It is still a problem if there is no required
225
+ # size set at all, and the replace and resize options will not be offered
226
+ # if no required size is set.
227
+ #
228
+ # The value is in Gibibytes (GiB).
229
+ #
230
+ # BIG FAT WARNING: except for OEM-phase-0 use, you should be using
231
+ # the welcome module, **and** configure this value in
232
+ # `welcome.conf`, not here.
233
+ # requiredStorage: 3.5
@@ -0,0 +1,43 @@
1
+ # GRUB2 gfxmenu theme
2
+
3
+ # Global Property
4
+ title-color: "white"
5
+ stitle-text: "TeLOS: an unconventional Linux distro"
6
+ # title-font: "Sans Regular 20"
7
+ desktop-color: "blue"
8
+ desktop-image: "splash.png"
9
+
10
+ # show boot_menu
11
+ + boot_menu {
12
+ top = 150
13
+ left = 15%
14
+ width = 75%
15
+ height = 130
16
+ #item_font = "Sans Regular 12"
17
+ item_color = "gray"
18
+ selected_item_color = "white"
19
+ item_height = 20
20
+ item_padding = 15
21
+ item_spacing = 5
22
+ }
23
+
24
+ +progress_bar {
25
+ id = "__timeout__"
26
+ left = 15%
27
+ top = 100%-18
28
+ width = 70%
29
+ height = 18
30
+ bg_color = "201, 0, 22"
31
+ fg_color = "255, 99,9"
32
+ border_color = "255, 181, 21"
33
+ show_text = true
34
+ font = "DejaVu Sans Regular 10"
35
+ text_color = "white"
36
+ text = "@TIMEOUT_NOTIFICATION_LONG@"
37
+ }
38
+
39
+ + vbox {
40
+ top = 100%
41
+ left = 2%
42
+ + label {text = "Press 'E' key to edit, 'C' for command." font = "Sans 10" color = "white" align = "left"}
43
+ }
@@ -0,0 +1,45 @@
1
+ #
2
+ # eggs: isolinux.theme
3
+ #
4
+ MENU TITLE TeLOS: an unconventional Linux distro
5
+ MENU BACKGROUND splash.png
6
+ # MENU COLOR element backgound foreground shadow
7
+ # background and foreground are hexadecimal digits for alpha (opacity), red, green and blue,
8
+ # respectively. #00000000 represents fully transparent, and #ffffffff represents opaque white.
9
+ # shadow none/std
10
+ MENU COLOR screen 37;40 #80ffffff #00000000 std
11
+ MENU COLOR border 30;44 #40000000 #00000000 std
12
+ MENU COLOR title 1;36;44 #c00090f0 #00000000 std
13
+ MENU COLOR unsel 37;44 #90ffffff #00000000 std
14
+ MENU COLOR sel 7;37;40 #e0000000 #20ff8000 all
15
+ MENU COLOR hotsel 1;7;37;40 #e0400000 #20ff8000 all
16
+ MENU COLOR disabled 1;30;44 #60cccccc #00000000 std
17
+ MENU COLOR scrollbar 30;44 #40000000 #00000000 std
18
+ MENU COLOR tabmsg 31;40 #90ffff00 #00000000 std
19
+ MENU COLOR cmdmark 1;36;40 #c000ffff #00000000 std
20
+ MENU COLOR cmdline 37;40 #c0ffffff #00000000 std
21
+ MENU COLOR pwdborder 30;47 #80ffffff #20ffffff std
22
+ MENU COLOR pwdheader 31;47 #80ff8080 #20ffffff std
23
+ MENU COLOR pwdentry 30;47 #80ffffff #20ffffff std
24
+ MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
25
+ MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
26
+ MENU COLOR help 37;40 #c0ffffff #00000000 std
27
+ MENU COLOR msg07 37;40 #90ffffff #00000000 std
28
+
29
+ # POSIZIONE
30
+ MENU WIDTH 80
31
+ MENU MARGIN 10
32
+ MENU PASSWORDMARGIN 3
33
+ MENU ROWS 12
34
+ MENU TABMSGROW 18
35
+ MENU CMDLINEROW 18
36
+ MENU ENDROW -1
37
+ MENU PASSWORDROW 11
38
+ MENU TIMEOUTROW 20
39
+ MENU HELPMSGROW 22
40
+ MENU HELPMSGENDROW -1
41
+ MENU HIDDENROW -2
42
+ MENU HSHIFT 0
43
+ MENU VSHIFT 0
44
+
45
+ MENU tabmsg Press ENTER to boot or TAB to edit a menu entry