penguins-eggs 9.0.2 → 9.0.25

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 (161) hide show
  1. package/README.md +123 -25
  2. package/addons/eggs/theme/calamares/branding/show.qml +1 -1
  3. package/addons/eggs/theme/livecd/README.md +13 -15
  4. package/addons/eggs/theme/livecd/grub.theme.cfg +12 -15
  5. package/addons/eggs/theme/livecd/splash.png +0 -0
  6. package/addons/neon/theme/livecd/grub.theme.cfg +12 -15
  7. package/addons/neon/theme/livecd/splash.png +0 -0
  8. package/addons/templates/grub.template +30 -0
  9. package/addons/{neon/theme/livecd/isolinux.template.cfg → templates/isolinux.template} +7 -7
  10. package/addons/{blissos → waydroid}/theme/applications/install-debian.desktop +0 -0
  11. package/addons/{blissos → waydroid}/theme/artwork/install-debian.png +0 -0
  12. package/addons/{blissos → waydroid}/theme/calamares/branding/branding.desc +0 -0
  13. package/addons/{blissos → waydroid}/theme/calamares/branding/languages.png +0 -0
  14. package/addons/{blissos → waydroid}/theme/calamares/branding/show.qml +0 -0
  15. package/addons/{blissos → waydroid}/theme/calamares/branding/slide1.png +0 -0
  16. package/addons/{blissos → waydroid}/theme/calamares/branding/slide2.png +0 -0
  17. package/addons/{blissos → waydroid}/theme/calamares/branding/slide3.png +0 -0
  18. package/addons/{blissos/theme/calamares/branding/blissos-logo.png → waydroid/theme/calamares/branding/waydroid-logo.png} +0 -0
  19. package/addons/{blissos → waydroid}/theme/calamares/branding/welcome.png +0 -0
  20. package/addons/{blissos → waydroid}/theme/calamares/modules/partition.yml +0 -0
  21. package/addons/{guadalinex/theme/livecd/isolinux.theme.cfg → waydroid/theme/livecd/grub.theme.cfg} +9 -8
  22. package/addons/{debian → waydroid}/theme/livecd/isolinux.theme.cfg +1 -1
  23. package/addons/{blissos → waydroid}/theme/livecd/splash.png +0 -0
  24. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +1 -1
  25. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.working.sh +1 -1
  26. package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +1 -1
  27. package/conf/eggs.yaml +2 -2
  28. package/conf/exclude.list +10 -3
  29. package/lib/classes/daddy.js +6 -0
  30. package/lib/classes/distro.js +26 -1
  31. package/lib/classes/family/archlinux.js +2 -1
  32. package/lib/classes/incubation/incubator.js +5 -0
  33. package/lib/classes/krill_install.d.ts +52 -29
  34. package/lib/classes/krill_install.js +471 -199
  35. package/lib/classes/krill_prepare.d.ts +11 -3
  36. package/lib/classes/krill_prepare.js +41 -7
  37. package/lib/classes/ovary.d.ts +5 -14
  38. package/lib/classes/ovary.js +166 -179
  39. package/lib/classes/pacman.js +10 -4
  40. package/lib/classes/settings.js +1 -1
  41. package/lib/classes/users.d.ts +21 -0
  42. package/lib/classes/users.js +129 -0
  43. package/lib/classes/utils.d.ts +1 -1
  44. package/lib/classes/utils.js +1 -1
  45. package/lib/classes/xdg.js +21 -4
  46. package/lib/classes/yolk.js +2 -2
  47. package/lib/commands/analyze.d.ts +25 -0
  48. package/lib/commands/analyze.js +74 -0
  49. package/lib/commands/export/iso.js +1 -1
  50. package/lib/commands/install.d.ts +2 -0
  51. package/lib/commands/install.js +19 -3
  52. package/lib/commands/kill.js +1 -1
  53. package/lib/commands/produce.js +7 -2
  54. package/lib/commands/syncfrom.d.ts +37 -0
  55. package/lib/commands/syncfrom.js +156 -0
  56. package/lib/commands/syncto.d.ts +48 -0
  57. package/lib/commands/syncto.js +219 -0
  58. package/lib/commands/tools/yolk.js +1 -1
  59. package/lib/components/partitions.js +0 -1
  60. package/lib/interfaces/i-analyze.d.ts +13 -0
  61. package/lib/interfaces/i-analyze.js +18 -0
  62. package/lib/interfaces/i-devices.d.ts +1 -0
  63. package/lib/lib/cli-autologin.js +8 -3
  64. package/lib/lib/get_password.js +1 -0
  65. package/lib/lib/select_installation_mode.js +1 -1
  66. package/manpages/doc/man/eggs.html +567 -0
  67. package/manpages/doc/man/eggs.roll.gz +0 -0
  68. package/oclif.manifest.json +1 -1
  69. package/package.json +21 -20
  70. package/scripts/_eggs +276 -0
  71. package/scripts/eggs.bash +5 -2
  72. package/scripts/mom-cli.sh +6 -5
  73. package/scripts/{not-used/pve-live.sh → pve-live.sh} +0 -0
  74. package/addons/blissos/theme/livecd/README.md +0 -23
  75. package/addons/blissos/theme/livecd/grub.template.cfg +0 -34
  76. package/addons/blissos/theme/livecd/grub.theme.cfg +0 -46
  77. package/addons/blissos/theme/livecd/isolinux.template.cfg +0 -29
  78. package/addons/blissos/theme/livecd/isolinux.theme.cfg +0 -45
  79. package/addons/debian/theme/README.md +0 -23
  80. package/addons/debian/theme/applications/install-debian.desktop +0 -13
  81. package/addons/debian/theme/artwork/install-debian.png +0 -0
  82. package/addons/debian/theme/calamares/branding/branding.desc +0 -27
  83. package/addons/debian/theme/calamares/branding/debian-logo.png +0 -0
  84. package/addons/debian/theme/calamares/branding/show.qml +0 -51
  85. package/addons/debian/theme/calamares/branding/slide1.png +0 -0
  86. package/addons/debian/theme/calamares/branding/welcome.png +0 -0
  87. package/addons/debian/theme/calamares/modules/partition.yml +0 -233
  88. package/addons/debian/theme/livecd/README.md +0 -23
  89. package/addons/debian/theme/livecd/grub.template.cfg +0 -34
  90. package/addons/debian/theme/livecd/grub.theme.cfg +0 -46
  91. package/addons/debian/theme/livecd/isolinux.template.cfg +0 -30
  92. package/addons/debian/theme/livecd/splash.png +0 -0
  93. package/addons/deblinux/theme/README.md +0 -23
  94. package/addons/deblinux/theme/applications/install-debian.desktop +0 -13
  95. package/addons/deblinux/theme/artwork/install-debian.png +0 -0
  96. package/addons/deblinux/theme/calamares/branding/branding.desc +0 -23
  97. package/addons/deblinux/theme/calamares/branding/deblinux-logo.png +0 -0
  98. package/addons/deblinux/theme/calamares/branding/show.qml +0 -46
  99. package/addons/deblinux/theme/calamares/branding/slide1.png +0 -0
  100. package/addons/deblinux/theme/calamares/branding/welcome.png +0 -0
  101. package/addons/deblinux/theme/calamares/modules/partition.yml +0 -233
  102. package/addons/eggs/theme/calamares/branding/4tation.png +0 -0
  103. package/addons/eggs/theme/livecd/grub.template.cfg +0 -34
  104. package/addons/eggs/theme/livecd/isolinux.template.cfg +0 -29
  105. package/addons/guadalinex/theme/README.md +0 -9
  106. package/addons/guadalinex/theme/applications/install-debian.desktop +0 -28
  107. package/addons/guadalinex/theme/artwork/install-debian.png +0 -0
  108. package/addons/guadalinex/theme/calamares/branding/branding.desc +0 -1
  109. package/addons/guadalinex/theme/calamares/branding/guadalinex-logo.png +0 -0
  110. package/addons/guadalinex/theme/calamares/branding/show.qml +0 -85
  111. package/addons/guadalinex/theme/calamares/branding/slide1.png +0 -0
  112. package/addons/guadalinex/theme/calamares/branding/slide2.png +0 -0
  113. package/addons/guadalinex/theme/calamares/branding/slide3.png +0 -0
  114. package/addons/guadalinex/theme/calamares/branding/slide4.png +0 -0
  115. package/addons/guadalinex/theme/calamares/branding/slide5.png +0 -0
  116. package/addons/guadalinex/theme/calamares/branding/slide6.png +0 -0
  117. package/addons/guadalinex/theme/calamares/branding/slide7.png +0 -0
  118. package/addons/guadalinex/theme/calamares/branding/welcome.png +0 -0
  119. package/addons/guadalinex/theme/calamares/modules/partition.yml +0 -233
  120. package/addons/guadalinex/theme/livecd/README.md +0 -23
  121. package/addons/guadalinex/theme/livecd/isolinux.template.cfg +0 -63
  122. package/addons/guadalinex/theme/livecd/splash.png +0 -0
  123. package/addons/neon/theme/livecd/README.md +0 -23
  124. package/addons/neon/theme/livecd/grub.template.cfg +0 -34
  125. package/addons/neon/theme/livecd/splash.pcx +0 -0
  126. package/addons/openos/theme/applications/Install-OpenOS-Neon_RLTS-Desktop.png +0 -0
  127. package/addons/openos/theme/applications/install-debian.desktop +0 -24
  128. package/addons/openos/theme/artwork/install-debian.png +0 -0
  129. package/addons/openos/theme/calamares/branding/branding.desc +0 -28
  130. package/addons/openos/theme/calamares/branding/openos-logo.png +0 -0
  131. package/addons/openos/theme/calamares/branding/show.qml +0 -203
  132. package/addons/openos/theme/calamares/branding/slide1.png +0 -0
  133. package/addons/openos/theme/calamares/branding/slide10.png +0 -0
  134. package/addons/openos/theme/calamares/branding/slide11.png +0 -0
  135. package/addons/openos/theme/calamares/branding/slide12.png +0 -0
  136. package/addons/openos/theme/calamares/branding/slide13.png +0 -0
  137. package/addons/openos/theme/calamares/branding/slide14.png +0 -0
  138. package/addons/openos/theme/calamares/branding/slide15.png +0 -0
  139. package/addons/openos/theme/calamares/branding/slide16.png +0 -0
  140. package/addons/openos/theme/calamares/branding/slide2.png +0 -0
  141. package/addons/openos/theme/calamares/branding/slide3.png +0 -0
  142. package/addons/openos/theme/calamares/branding/slide4.png +0 -0
  143. package/addons/openos/theme/calamares/branding/slide5.png +0 -0
  144. package/addons/openos/theme/calamares/branding/slide6.png +0 -0
  145. package/addons/openos/theme/calamares/branding/slide7.png +0 -0
  146. package/addons/openos/theme/calamares/branding/slide8.png +0 -0
  147. package/addons/openos/theme/calamares/branding/slide9.png +0 -0
  148. package/addons/openos/theme/calamares/branding/welcome.png +0 -0
  149. package/addons/openos/theme/calamares/branding.desc +0 -24
  150. package/addons/openos/theme/calamares/lang/calamares-default_ar.qm +0 -0
  151. package/addons/openos/theme/calamares/lang/calamares-default_en.qm +0 -0
  152. package/addons/openos/theme/calamares/lang/calamares-default_eo.qm +0 -0
  153. package/addons/openos/theme/calamares/lang/calamares-default_fr.qm +0 -0
  154. package/addons/openos/theme/calamares/lang/calamares-default_nl.qm +0 -0
  155. package/addons/openos/theme/calamares/modules/partition.yml +0 -233
  156. package/addons/openos/theme/livecd/README.md +0 -23
  157. package/addons/openos/theme/livecd/grub.template.cfg +0 -60
  158. package/addons/openos/theme/livecd/grub.theme.cfg +0 -42
  159. package/addons/openos/theme/livecd/isolinux.template.cfg +0 -62
  160. package/addons/openos/theme/livecd/isolinux.theme.cfg +0 -45
  161. package/addons/openos/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: none
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,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,63 +0,0 @@
1
-
2
- #
3
- # eggs: isolinux.cfg
4
- #
5
-
6
- # search path for the c32 support libraries (libcom32, libutil etc.)
7
- path
8
- include isolinux.theme.cfg
9
- default vesamenu.c32
10
- prompt 0
11
- timeout 200
12
- #
13
- #
14
- MENU TITLE EducaAndOS 20.04 - Unofficial version aosucas499
15
-
16
- LABEL {{{fullname}}} (kernel {{{kernel}}})
17
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
18
- linux {{{vmlinuz}}}
19
- APPEND initrd={{{initrdImg}}} boot=live locales={{{locales}}} quiet splash
20
-
21
- MENU BEGIN languages
22
- MENU TITLE languages
23
- LABEL English (en)
24
- SAY "Booting English (en)..."
25
- linux {{{vmlinuz}}}
26
- APPEND initrd={{{initrdImg}}} boot=live lang=en_US.UTF-8 locales=en_US.UTF-8 quiet splash
27
- LABEL French (fr)
28
- SAY "Booting French (fr)..."
29
- linux {{{vmlinuz}}}
30
- APPEND initrd={{{initrdImg}}} boot=live lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 quiet splash
31
- LABEL German (de)
32
- SAY "Booting German (de)..."
33
- linux {{{vmlinuz}}}
34
- APPEND initrd={{{initrdImg}}} boot=live lang=de_DE.UTF-8 locales=de_DE.UTF-8 quiet splash
35
- LABEL Italiano (it)
36
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})..."
37
- linux {{{vmlinuz}}}
38
- APPEND initrd={{{initrdImg}}} boot=live lang=it_IT locales=it_IT.UTF-8 quiet splash
39
- LABEL Portuguese (Brazil) (pt_BR)
40
- SAY "Booting Portuguese (Brazil) (pt_BR)..."
41
- linux {{{vmlinuz}}}
42
- APPEND initrd={{{initrdImg}}} boot=live lang=pt_BR.UTF-8 locales=pt_BR.UTF-8 quiet splash
43
- LABEL Spanish (es)
44
- SAY "Booting Spanish (es)..."
45
- linux {{{vmlinuz}}}
46
- APPEND initrd={{{initrdImg}}} boot=live lang=es_ES.UTF-8 locales=es_ES.UTF-8 quiet splash
47
- LABEL mainmenu
48
- MENU label Back
49
- MENU exit
50
- MENU end
51
-
52
- MENU BEGIN safe
53
- MENU TITLE safe
54
- DEFAULT English/safe
55
- LABEL English/safe
56
- SAY "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}}) vga mode english..."
57
- linux {{{vmlinuz}}}
58
- APPEND initrd={{{vmlinuz}}} locales=en_US.UTF-8 quiet splash ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
59
-
60
- LABEL mainmenu
61
- MENU label Back
62
- MENU exit
63
- MENU end
@@ -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,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 "Booting {{{customName}}} GNU/Linux Live (kernel {{{kernel}}})" {
27
- linux {{{vmlinuz}}}
28
- initrd {{{initrdImg}}} {{{kernel_parameters}}} "${loopback}"
29
- }
30
- {
31
- menuentry "safe" {
32
- linux {{{vmlinuz}}}
33
- initrd {{{initrdImg}}} {{{kernel_parameters}}} "${loopback}"
34
- }
Binary file
@@ -1,24 +0,0 @@
1
- [Desktop Entry]
2
- Categories=Qt;System;
3
- Comment[en_CA]=Calamares — Installer for OpenOS Live
4
- Comment=Calamares — Installer for OpenOS Live
5
- Exec=/sbin/install-debian
6
- GenericName[en_CA]=Calamares Installer
7
- GenericName=Calamares Installer
8
- Icon=install-debian
9
- Keywords=calamares;system;install;debian;installer
10
- MimeType=
11
- Name[en_CA]=Install OpenOS
12
- Name=Install OpenOS
13
- Path=
14
- StartupNotify=true
15
- StartupWMClass=calamares
16
- Terminal=false
17
- TerminalOptions=
18
- Type=Application
19
- Version=1.0
20
- X-DBUS-ServiceName=
21
- X-DBUS-StartupType=
22
- X-KDE-RunOnDiscreteGpu=false
23
- X-KDE-SubstituteUID=false
24
- X-KDE-Username=
@@ -1,28 +0,0 @@
1
- # Sebastien:
2
- # this file will be overwritten by eggs branding.ts
3
- # use openos-logo as name of productLogo and productIcon
4
- ---
5
- componentName: OpenOS-DE
6
- welcomeStyleCalamares: true
7
- strings:
8
- productName: focal
9
- shortProductName: OpenOS-Neon_RLTS
10
- version: 7.8.22 ( OpenOS-Neon_RLTS)
11
- shortVersion: 7.8.22
12
- versionedName: OpenOS-Neon_RLTS
13
- shortVersionedName: OpenOS-Neon_RLTS
14
- bootloaderEntryName: OpenOS-Neon_RLTS
15
- productUrl: ''
16
- supportUrl: ''
17
- bugReportUrl: https://github.com/pieroproietti/penguins-eggs/issues
18
- releaseNotesUrl: https://github.com/pieroproietti/penguins-eggs/changelog.md
19
- images:
20
- productLogo: OpenOS-DE-logo.png
21
- productIcon: OpenOS-DE-logo.png
22
- productWelcome: welcome.png
23
- slideshowAPI: 1
24
- slideshow: show.qml
25
- style:
26
- sidebarBackground: '#272727'
27
- sidebarText: '#ff0f0f'
28
- sidebarTextSelect: '#9a5db0
@@ -1,203 +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, 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
-
20
- // https://github.com/calamares/calamares-extensions
21
-
22
-
23
- import QtQuick 2.0;
24
- import calamares.slideshow 1.0;
25
-
26
- Presentation
27
- {
28
- id: presentation
29
-
30
- Timer {
31
- interval: 10000
32
- running: true
33
- repeat: true
34
- onTriggered: presentation.goToNextSlide()
35
- }
36
- Slide {
37
- Image {
38
- id: slide1
39
- source: "slide1.png"
40
- anchors.centerIn: parent
41
- width: 810
42
- height: 485
43
- fillMode: Image.PreserveAspectFit
44
- }
45
- Text {
46
- font.family: "Helvetica"
47
- font.pixelSize : 22
48
- color: "#002439"
49
- anchors.horizontalCenter: slide1.horizontalCenter
50
- anchors.top: slide1.verticalCenter
51
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
52
- "<br/>Created by Piero Proietti, thinking to the community.<br/>"+
53
- "<br/>sources: htts://github.com/pieroproietti/penguins-eggs"+
54
- "<br/>email: piero.proietti@gmail.com")
55
- wrapMode: Text.WordWrap
56
- width: 600
57
- horizontalAlignment: Text.Center
58
- }
59
- }
60
- Slide {
61
- Image {
62
- id: slide2
63
- source: "slide2.png"
64
- anchors.centerIn: parent
65
- width: 810
66
- height: 485
67
- fillMode: Image.PreserveAspectFit
68
- }
69
- Text {
70
- font.family: "Helvetica"
71
- font.pixelSize : 22
72
- color: "#002439"
73
- anchors.horizontalCenter: slide2.horizontalCenter
74
- anchors.top: slide2.verticalCenter
75
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
76
- "<br/><p>The reproductive system for the penguins!</p></br>")
77
- wrapMode: Text.WordWrap
78
- width: 600
79
- horizontalAlignment: Text.Center
80
- }
81
- }
82
-
83
- Slide {
84
- Image {
85
- id: slide3
86
- source: "slide3.png"
87
- anchors.centerIn: parent
88
- width: 810
89
- height: 485
90
- fillMode: Image.PreserveAspectFit
91
- }
92
- Text {
93
- font.family: "Helvetica"
94
- font.pixelSize : 22
95
- color: "#002439"
96
- anchors.horizontalCenter: slide3.horizontalCenter
97
- anchors.top: slide3.verticalCenter
98
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
99
- "<br/><p>Start the reproduction of your system! Produce yours eggs and simply install them on another computer. You can do it!</p>")
100
- wrapMode: Text.WordWrap
101
- width: 600
102
- horizontalAlignment: Text.Center
103
- }
104
- }
105
-
106
- Slide {
107
- Image {
108
- id: slide4
109
- source: "slide4.png"
110
- anchors.centerIn: parent
111
- width: 810
112
- height: 485
113
- fillMode: Image.PreserveAspectFit
114
- }
115
- Text {
116
- font.family: "Helvetica"
117
- font.pixelSize : 22
118
- color: "#002439"
119
- anchors.horizontalCenter: slide4.horizontalCenter
120
- anchors.top: slide4.verticalCenter
121
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
122
- "<br/><p>With penguin's eggs you can bring your system with you and use or install elsewhere.</p>")
123
- wrapMode: Text.WordWrap
124
- width: 600
125
- horizontalAlignment: Text.Center
126
- }
127
- }
128
-
129
- Slide {
130
- Image {
131
- id: slide5
132
- source: "slide5.png"
133
- anchors.centerIn: parent
134
- width: 810
135
- height: 485
136
- fillMode: Image.PreserveAspectFit
137
- }
138
- Text {
139
- font.family: "Helvetica"
140
- font.pixelSize : 22
141
- color: "#002439"
142
- anchors.horizontalCenter: slide5.horizontalCenter
143
- anchors.top: slide5.verticalCenter
144
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
145
- "<br/><p>Eggs is a terminal tool, but it's simple and nice. Write eggs without else and get the list</p></br>")
146
- wrapMode: Text.WordWrap
147
- width: 600
148
- horizontalAlignment: Text.Center
149
- }
150
- }
151
-
152
- Slide {
153
- Image {
154
- id: slide6
155
- source: "slide6.png"
156
- anchors.centerIn: parent
157
- width: 810
158
- height: 485
159
- fillMode: Image.PreserveAspectFit
160
- }
161
- Text {
162
- font.family: "Helvetica"
163
- font.pixelSize : 22
164
- color: "#002439"
165
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
166
- "<br/><p>Please wait, we are hatching the eggs... <br/><br/>Don't disturb the process, in few time You will have a new penguin.</p>")
167
- anchors.horizontalCenter: slide6.horizontalCenter
168
- anchors.top: slide6.verticalCenter
169
- wrapMode: Text.WordWrap
170
- width: 600
171
- horizontalAlignment: Text.Center
172
- }
173
- }
174
-
175
- Slide {
176
- Image {
177
- id: slide7
178
- source: "slide7.png"
179
- anchors.centerIn: parent
180
- width: 810
181
- height: 485
182
- fillMode: Image.PreserveAspectFit
183
- }
184
- Text {
185
- font.family: "Helvetica"
186
- font.pixelSize : 22
187
- color: "#002439"
188
- anchors.horizontalCenter: slide7.horizontalCenter
189
- anchors.top: slide7.verticalCenter
190
- text: qsTr("<h1>Penguin's eggs</h1><br/>"+
191
- "<br/>"+
192
- "<br/>"+
193
- "<br/><p>Follow the penguin's eggs development, it's funny and istructive.</p>" +
194
- "<p>Penguin's eggs and it's developer need help, " +
195
- "use this tool, enjoy and if you can collaborate.</p>"+
196
- "<br/>That's all peoples!")
197
- wrapMode: Text.WordWrap
198
- width: 600
199
- horizontalAlignment: Text.Center
200
- }
201
- }
202
-
203
- }