penguins-eggs 9.3.7 → 9.3.8

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 (71) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +14 -14
  3. package/addons/eggs/theme/calamares/modules/locale.yml +10 -0
  4. package/addons/eggs/theme/calamares/modules/partition.yml +3 -0
  5. package/addons/eggs/theme/calamares/modules/users.yml +20 -0
  6. package/conf/distros/focal/calamares/modules/users.yml +1 -23
  7. package/dist/classes/incubation/branding.js +4 -2
  8. package/dist/classes/incubation/distros/bionic.js +3 -3
  9. package/dist/classes/incubation/distros/buster.js +7 -6
  10. package/dist/classes/incubation/distros/focal.js +6 -7
  11. package/dist/classes/incubation/distros/jessie.js +1 -1
  12. package/dist/classes/incubation/distros/rolling.js +3 -3
  13. package/dist/classes/incubation/fisherman.js +11 -2
  14. package/dist/classes/incubation/incubator.js +30 -18
  15. package/dist/classes/ovary.js +44 -31
  16. package/dist/classes/settings.js +1 -1
  17. package/dist/commands/calamares.js +2 -2
  18. package/package.json +2 -2
  19. package/addons/neon/theme/applications/install-debian.desktop +0 -28
  20. package/addons/neon/theme/artwork/install-debian.png +0 -0
  21. package/addons/neon/theme/calamares/branding/branding.desc +0 -1
  22. package/addons/neon/theme/calamares/branding/kde.png +0 -0
  23. package/addons/neon/theme/calamares/branding/neon-logo.png +0 -0
  24. package/addons/neon/theme/calamares/branding/neon.png +0 -0
  25. package/addons/neon/theme/calamares/branding/plasma.png +0 -0
  26. package/addons/neon/theme/calamares/branding/secure.png +0 -0
  27. package/addons/neon/theme/calamares/branding/show.qml +0 -152
  28. package/addons/neon/theme/calamares/branding/welcome.png +0 -0
  29. package/addons/neon/theme/calamares/modules/partition.conf +0 -233
  30. package/addons/neon/theme/livecd/grub.theme.cfg +0 -43
  31. package/addons/neon/theme/livecd/isolinux.theme.cfg +0 -46
  32. package/addons/telos/theme/applications/install-debian.desktop +0 -28
  33. package/addons/telos/theme/artwork/install-debian.png +0 -0
  34. package/addons/telos/theme/calamares/branding/banner.png +0 -0
  35. package/addons/telos/theme/calamares/branding/branding.desc +0 -25
  36. package/addons/telos/theme/calamares/branding/show.qml +0 -51
  37. package/addons/telos/theme/calamares/branding/slide1.png +0 -0
  38. package/addons/telos/theme/calamares/branding/telos-logo.png +0 -0
  39. package/addons/telos/theme/calamares/branding/welcome.png +0 -0
  40. package/addons/telos/theme/calamares/modules/partition.yml +0 -233
  41. package/addons/telos/theme/livecd/grub.theme.cfg +0 -43
  42. package/addons/telos/theme/livecd/isolinux.theme.cfg +0 -45
  43. package/addons/telos/theme/livecd/splash.png +0 -0
  44. package/addons/ufficiozero/theme/README.md +0 -16
  45. package/addons/ufficiozero/theme/applications/install-debian.desktop +0 -28
  46. package/addons/ufficiozero/theme/calamares/branding/README.md +0 -9
  47. package/addons/ufficiozero/theme/calamares/branding/branding.desc +0 -1
  48. package/addons/ufficiozero/theme/calamares/branding/show.qml +0 -123
  49. package/addons/ufficiozero/theme/calamares/branding/slide1.png +0 -0
  50. package/addons/ufficiozero/theme/calamares/branding/slide2.png +0 -0
  51. package/addons/ufficiozero/theme/calamares/branding/slide3.png +0 -0
  52. package/addons/ufficiozero/theme/calamares/branding/slide4.png +0 -0
  53. package/addons/ufficiozero/theme/calamares/branding/slide5.png +0 -0
  54. package/addons/ufficiozero/theme/calamares/branding/slide6.png +0 -0
  55. package/addons/ufficiozero/theme/calamares/branding/ufficiozero-logo.png +0 -0
  56. package/addons/ufficiozero/theme/calamares/branding/welcome.png +0 -0
  57. package/addons/ufficiozero/theme/calamares/modules/partition.yml +0 -233
  58. package/addons/waydroid/theme/applications/install-debian.desktop +0 -28
  59. package/addons/waydroid/theme/artwork/install-debian.png +0 -0
  60. package/addons/waydroid/theme/calamares/branding/branding.desc +0 -1
  61. package/addons/waydroid/theme/calamares/branding/languages.png +0 -0
  62. package/addons/waydroid/theme/calamares/branding/show.qml +0 -75
  63. package/addons/waydroid/theme/calamares/branding/slide1.png +0 -0
  64. package/addons/waydroid/theme/calamares/branding/slide2.png +0 -0
  65. package/addons/waydroid/theme/calamares/branding/slide3.png +0 -0
  66. package/addons/waydroid/theme/calamares/branding/waydroid-logo.png +0 -0
  67. package/addons/waydroid/theme/calamares/branding/welcome.png +0 -0
  68. package/addons/waydroid/theme/calamares/modules/partition.yml +0 -233
  69. package/addons/waydroid/theme/livecd/grub.theme.cfg +0 -43
  70. package/addons/waydroid/theme/livecd/isolinux.theme.cfg +0 -45
  71. package/addons/waydroid/theme/livecd/splash.png +0 -0
@@ -1,233 +0,0 @@
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
@@ -1,43 +0,0 @@
1
- # GRUB2 gfxmenu theme
2
-
3
- # Global Property
4
- title-color: "white"
5
- title-text: "Waydroid: Android in a Linux container"
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
- }
@@ -1,45 +0,0 @@
1
- #
2
- # eggs: isolinux.theme
3
- #
4
- MENU TITLE Waydroid: Android in a Linux container
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