penguins-eggs 25.10.30 → 25.11.12

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 (131) hide show
  1. package/.oclif.manifest.json +4 -4
  2. package/README.md +3 -3
  3. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  4. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  5. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  6. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  7. package/assets/calamares/install-system.sh +0 -0
  8. package/assets/penguins-eggs.desktop +0 -0
  9. package/assets/penguins-krill.desktop +0 -0
  10. package/assets/penguins-links-add.desktop +0 -0
  11. package/assets/penguins-live-installer.desktop +0 -0
  12. package/bin/dev.js +0 -0
  13. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  14. package/conf/distros/alpine/calamares/modules/packages.mustache +1 -0
  15. package/conf/distros/alpine/calamares/modules/removeuser.mustache +2 -14
  16. package/conf/distros/alpine/calamares/modules/unpackfs.mustache +2 -2
  17. package/conf/distros/archlinux/calamares/modules/bootloader.yml +1 -1
  18. package/conf/distros/archlinux/calamares/modules/partition.yml +385 -8
  19. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  20. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  21. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  22. package/conf/distros/buster/calamares/modules/shellprocess@boot_deploy.yml +1 -16
  23. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  24. package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  25. package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  26. package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
  27. package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +0 -0
  28. package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +1 -1
  29. package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
  30. package/conf/distros/noble/calamares/modules/shellprocess@boot_deploy.yml +1 -11
  31. package/conf/distros/noble/calamares/modules/shellprocess@logs.yml +1 -1
  32. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  33. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  34. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  35. package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  36. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  37. package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  38. package/conf/distros/trixie/calamares/modules/shellprocess@boot_deploy.yml +2 -10
  39. package/conf/init/unattended.sh +0 -0
  40. package/dist/classes/cli-autologin.d.ts +1 -39
  41. package/dist/classes/cli-autologin.js +85 -110
  42. package/dist/classes/daddy.d.ts +30 -12
  43. package/dist/classes/daddy.js +166 -137
  44. package/dist/classes/distro.js +11 -27
  45. package/dist/classes/diversions.d.ts +3 -37
  46. package/dist/classes/diversions.js +72 -103
  47. package/dist/classes/incubation/customize/customize-partitions.js +8 -1
  48. package/dist/classes/incubation/fisherman-helper/packages.js +1 -1
  49. package/dist/classes/incubation/fisherman.d.ts +5 -0
  50. package/dist/classes/incubation/fisherman.js +21 -1
  51. package/dist/classes/incubation/incubator.d/noble.js +6 -2
  52. package/dist/classes/incubation/incubator.js +4 -5
  53. package/dist/classes/keyboards.d.ts +11 -30
  54. package/dist/classes/keyboards.js +100 -251
  55. package/dist/classes/ovary.d/initrd.js +2 -7
  56. package/dist/classes/pacman.d/archlinux.js +5 -5
  57. package/dist/classes/pacman.d/debian.js +0 -2
  58. package/dist/classes/pacman.d/opensuse.js +2 -2
  59. package/dist/classes/pacman.js +7 -9
  60. package/dist/commands/tools/repo.js +198 -31
  61. package/dist/krill/classes/sequence.d/unpackfs.js +3 -2
  62. package/dracut/create-symlink +0 -0
  63. package/dracut/export +0 -0
  64. package/dracut/export-dracut-analysis +0 -0
  65. package/dracut/export-dracut-log +0 -0
  66. package/dracut/mkisofs +0 -0
  67. package/dracut/modules.d/00debug-shell/debug-hook.sh +0 -0
  68. package/dracut/modules.d/00debug-shell/module-setup.sh +0 -0
  69. package/dracut/modules.d/90block/block-cmdline.sh +0 -0
  70. package/dracut/modules.d/90block/module-setup.sh +0 -0
  71. package/dracut/modules.d/95iso-scan/iso-scan-fallback.sh +0 -0
  72. package/dracut/modules.d/95iso-scan/iso-scan.sh +0 -0
  73. package/dracut/modules.d/95iso-scan/module-setup.sh +0 -0
  74. package/dracut/modules.d/95luks-loop/luks-loop.sh +0 -0
  75. package/dracut/modules.d/95luks-loop/module-setup.sh +0 -0
  76. package/dracut/renew-initramfs +0 -0
  77. package/dracut/sbin2bin +0 -0
  78. package/dracut/update-dracut-conf-d +0 -0
  79. package/dracut/update-dracut-modules +0 -0
  80. package/eui/eui-autostart-cinnamon.desktop +0 -0
  81. package/eui/eui-autostart-xfce.desktop +0 -0
  82. package/eui/eui-create-image.sh +0 -0
  83. package/eui/eui-start.sh +0 -0
  84. package/package.json +130 -124
  85. package/perrisbrewery/scripts/postinst +0 -0
  86. package/perrisbrewery/scripts/postrm +0 -0
  87. package/perrisbrewery/scripts/preinst +0 -0
  88. package/perrisbrewery/scripts/prerm +0 -0
  89. package/perrisbrewery/template/dependencies.yaml +7 -6
  90. package/scripts/99clean +0 -0
  91. package/scripts/adapt.sh +0 -0
  92. package/scripts/boot-encrypted-root.sh +0 -0
  93. package/scripts/bros/waydroid-helper.sh +0 -0
  94. package/scripts/lsb_release +0 -0
  95. package/scripts/mom.sh +0 -0
  96. package/scripts/mount-encrypted-home.sh +0 -0
  97. package/scripts/pve-live.service +0 -0
  98. package/scripts/pve-live.sh +0 -0
  99. package/scripts/resy +0 -0
  100. package/conf/distros/focal/calamares/calamares-modules/.keepit +0 -0
  101. package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +0 -20
  102. package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +0 -9
  103. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/module.yml +0 -8
  104. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -50
  105. package/conf/distros/focal/calamares/calamares-modules/sources-yolk-undo/module.yml +0 -8
  106. package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +0 -19
  107. package/conf/distros/focal/calamares/modules/automirror.yml +0 -6
  108. package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +0 -19
  109. package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +0 -11
  110. package/conf/distros/focal/calamares/modules/bootloader.yml +0 -34
  111. package/conf/distros/focal/calamares/modules/displaymanager.yml +0 -12
  112. package/conf/distros/focal/calamares/modules/finished.yml +0 -4
  113. package/conf/distros/focal/calamares/modules/fstab.yml +0 -13
  114. package/conf/distros/focal/calamares/modules/grubcfg.yml +0 -5
  115. package/conf/distros/focal/calamares/modules/locale.yml +0 -9
  116. package/conf/distros/focal/calamares/modules/machineid.yml +0 -9
  117. package/conf/distros/focal/calamares/modules/mount.yml +0 -41
  118. package/conf/distros/focal/calamares/modules/packages.mustache +0 -5
  119. package/conf/distros/focal/calamares/modules/partition.yml +0 -10
  120. package/conf/distros/focal/calamares/modules/removeuser.mustache +0 -3
  121. package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +0 -6
  122. package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +0 -5
  123. package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +0 -6
  124. package/conf/distros/focal/calamares/modules/unpackfs.mustache +0 -6
  125. package/conf/distros/focal/calamares/modules/users.yml +0 -19
  126. package/conf/distros/focal/calamares/modules/welcome.yml +0 -26
  127. package/conf/distros/focal/calamares/settings.yml +0 -72
  128. package/dist/classes/incubation/incubator.d/bionic.d.ts +0 -32
  129. package/dist/classes/incubation/incubator.d/bionic.js +0 -83
  130. package/dist/classes/incubation/incubator.d/focal.d.ts +0 -32
  131. package/dist/classes/incubation/incubator.d/focal.js +0 -85
@@ -1123,7 +1123,7 @@
1123
1123
  "tools:repo": {
1124
1124
  "aliases": [],
1125
1125
  "args": {},
1126
- "description": "add/remove penguins-eggs-repo",
1126
+ "description": "add/remove penguins-repos",
1127
1127
  "examples": [
1128
1128
  "sudo eggs tools repo --add",
1129
1129
  "sudo eggs tools repo --remove"
@@ -1131,7 +1131,7 @@
1131
1131
  "flags": {
1132
1132
  "add": {
1133
1133
  "char": "a",
1134
- "description": "add penguins-eggs-repo",
1134
+ "description": "add penguins-repos",
1135
1135
  "name": "add",
1136
1136
  "allowNo": false,
1137
1137
  "type": "boolean"
@@ -1152,7 +1152,7 @@
1152
1152
  },
1153
1153
  "remove": {
1154
1154
  "char": "r",
1155
- "description": "remove penguins-eggs-repo",
1155
+ "description": "remove penguins-repos",
1156
1156
  "name": "remove",
1157
1157
  "allowNo": false,
1158
1158
  "type": "boolean"
@@ -1549,5 +1549,5 @@
1549
1549
  ]
1550
1550
  }
1551
1551
  },
1552
- "version": "25.10.30"
1552
+ "version": "25.11.12"
1553
1553
  }
package/README.md CHANGED
@@ -519,7 +519,7 @@ EXAMPLES
519
519
  $ eggs autocomplete --refresh-cache
520
520
  ```
521
521
 
522
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.38/src/commands/autocomplete/index.ts)_
522
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.39/src/commands/autocomplete/index.ts)_
523
523
 
524
524
  ## `eggs help [COMMAND]`
525
525
 
@@ -539,7 +539,7 @@ DESCRIPTION
539
539
  Display help for eggs.
540
540
  ```
541
541
 
542
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.34/src/commands/help.ts)_
542
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.35/src/commands/help.ts)_
543
543
 
544
544
  ## `eggs version`
545
545
 
@@ -559,7 +559,7 @@ FLAG DESCRIPTIONS
559
559
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
560
560
  ```
561
561
 
562
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.35/src/commands/version.ts)_
562
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.36/src/commands/version.ts)_
563
563
  <!-- commandsstop -->
564
564
 
565
565
  # GUI
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/bin/dev.js CHANGED
File without changes
@@ -1,3 +1,4 @@
1
+ # A mustache template for module: packages.conf
1
2
  ---
2
3
  backend: {{{backend}}}
3
4
 
@@ -1,15 +1,3 @@
1
- # Debian Buster
2
- # removeuser
3
- # SPDX-FileCopyrightText: no
4
- # SPDX-License-Identifier: CC0-1.0
5
- #
6
- # Removes a single user (with userdel) from the system.
7
- # This is typically used in OEM setups or if the live user
8
- # spills into the target system.
9
- #
10
- # The module never fails; if userdel fails, this is logged
11
- # but the module still reports success and installation / setup
12
- # continues as normal.
1
+ # A mustache template for module: removeuser.conf
13
2
  ---
14
- # Username in the target system to be removed.
15
- username: {{username}}
3
+ username: {{{username}}}
@@ -1,6 +1,6 @@
1
- # Debian/bookworm
1
+ # A mustache template for module: unpackfs.conf
2
2
  ---
3
3
  unpack:
4
- - source: {{source}}
4
+ - source: {{{source}}}
5
5
  sourcefs: "squashfs"
6
6
  destination: ""
@@ -83,4 +83,4 @@ efiBootMgr: "efibootmgr"
83
83
  installEFIFallback: true
84
84
 
85
85
  # Optionally install both BIOS and UEFI GRUB bootloaders.
86
- installHybridGRUB: false
86
+ installHybridGRUB: false
@@ -1,15 +1,392 @@
1
- # This come from manjaro
2
- ---
3
- efiSystemPartition: "/boot/efi"
1
+ # SPDX-FileCopyrightText: no
2
+ # SPDX-License-Identifier: CC0-1.0
3
+ #
4
+
5
+ # Options for EFI system partition.
6
+ #
7
+ # - *mountPoint*
8
+ # This setting specifies the mount point of the EFI system partition. Some
9
+ # distributions (Fedora, Debian, Manjaro, etc.) use /boot/efi, others (KaOS,
10
+ # etc.) use just /boot.
11
+ #
12
+ # Defaults to "/boot/efi", may be empty (but weird effects ensue)
13
+ # - *recommendedSize*
14
+ # This optional setting specifies the size of the EFI system partition.
15
+ # If nothing is specified, the default size of 300MiB will be used.
16
+ # When writing quantities here, M is treated as MiB, and if you really
17
+ # want one-million (10^6) bytes, use MB.
18
+ # - *minimumSize*
19
+ # This optional setting specifies the absolute minimum size of the EFI
20
+ # system partition. If nothing is specified, the *recommendedSize*
21
+ # is used instead.
22
+ # - *label*
23
+ # This optional setting specifies the name of the EFI system partition (see
24
+ # PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
25
+ # If nothing is specified, the partition name is left unset.
26
+ #
27
+ # Going below the *recommended* size is allowed, but the user will
28
+ # get a warning that it might not work. Going below the *minimum*
29
+ # size is not allowed and the user will be told it will not work.
30
+ #
31
+ # Both quantities must be at least 32MiB, this is enforced by the EFI
32
+ # spec. If minimum is not specified, it defaults to the recommended
33
+ # size. Distros that allow more user latitude can set the minimum lower.
34
+ efi:
35
+ mountPoint: "/boot/efi"
36
+ recommendedSize: 300MiB
37
+ minimumSize: 32MiB
38
+ label: "EFI"
39
+
40
+ # Deprecated alias of efi.mountPoint
41
+ # efiSystemPartition: "/boot/efi"
42
+
43
+ # Deprecated alias of efi.recommendedSize
44
+ # efiSystemPartitionSize: 300MiB
45
+
46
+ # Deprecated alias of efi.label
47
+ # efiSystemPartitionName: EFI
48
+
49
+ # In autogenerated partitioning, allow the user to select a swap size?
50
+ # If there is exactly one choice, no UI is presented, and the user
51
+ # cannot make a choice -- this setting is used. If there is more than
52
+ # one choice, a UI is presented.
53
+ #
54
+ # Legacy settings *neverCreateSwap* and *ensureSuspendToDisk* correspond
55
+ # to values of *userSwapChoices* as follows:
56
+ # - *neverCreateSwap* is true, means [none]
57
+ # - *neverCreateSwap* is false, *ensureSuspendToDisk* is false, [small]
58
+ # - *neverCreateSwap* is false, *ensureSuspendToDisk* is true, [suspend]
59
+ #
60
+ # Autogenerated swap sizes are as follows:
61
+ # - *suspend*: Swap is always at least total memory size,
62
+ # and up to 4GiB RAM follows the rule-of-thumb 2 * memory;
63
+ # from 4GiB to 8 GiB it stays steady at 8GiB, and over 8 GiB memory
64
+ # swap is the size of main memory.
65
+ # - *small*: Follows the rules above, but Swap is at
66
+ # most 8GiB, and no more than 10% of available disk.
67
+ # In both cases, a fudge factor (usually 10% extra) is applied so that there
68
+ # is some space for administrative overhead (e.g. 8 GiB swap will allocate
69
+ # 8.8GiB on disk in the end).
70
+ #
71
+ # If *file* is enabled here, make sure to have the *fstab* module
72
+ # as well (later in the exec phase) so that the swap file is
73
+ # actually created.
4
74
  userSwapChoices:
5
75
  - none # Create no swap, use no swap
6
76
  - small # Up to 4GB
7
77
  - suspend # At least main memory size
78
+ # - reuse # Re-use existing swap, but don't create any (unsupported right now)
8
79
  - file # To swap file instead of partition
80
+
81
+ # This optional setting specifies the name of the swap partition (see
82
+ # PARTLABEL; gpt only; requires KPMCore >= 4.2.0).
83
+ # If nothing is specified, the partition name is left unset.
84
+ # swapPartitionName: swap
85
+
86
+ # LEGACY SETTINGS (these will generate a warning)
87
+ # ensureSuspendToDisk: true
88
+ # neverCreateSwap: false
89
+
90
+ # This setting specifies the LUKS generation (i.e LUKS1, LUKS2) used internally by
91
+ # cryptsetup when creating an encrypted partition.
92
+ #
93
+ # This option is set to luks1 by default, as grub doesn't support LUKS2 + Argon2id
94
+ # currently. On the other hand grub does support LUKS2 with PBKDF2 and could therefore be
95
+ # also set to luks2. Also there are some patches for grub and Argon2.
96
+ # See: https://aur.archlinux.org/packages/grub-improved-luks2-git
97
+ #
98
+ # Choices: luks1, luks2 (in addition, "luks" means "luks1")
99
+ #
100
+ # The default is luks1
101
+ #
102
+ luksGeneration: luks1
103
+
104
+ # This setting determines if encryption should be allowed when using zfs. This
105
+ # setting has no effect unless zfs support is provided.
106
+ #
107
+ # This setting is to handle the fact that some bootloaders(such as grub) do not
108
+ # support zfs encryption.
109
+ #
110
+ # The default is true
111
+ #
112
+ # allowZfsEncryption: true
113
+
114
+ # Correctly draw nested (e.g. logical) partitions as such.
115
+ drawNestedPartitions: false
116
+
117
+ # Show/hide partition labels on manual partitioning page.
9
118
  alwaysShowPartitionLabels: true
10
- # There are four options: erase, replace, alongside, manual),
11
- # the default is "none".
12
- initialPartitioningChoice: erase
119
+
120
+ # Allow manual partitioning.
121
+ #
122
+ # When set to false, this option hides the "Manual partitioning" button,
123
+ # limiting the user's choice to "Erase", "Replace" or "Alongside".
124
+ # This can be useful when using a custom partition layout we don't want
125
+ # the user to modify.
126
+ #
127
+ # If nothing is specified, manual partitioning is enabled.
128
+ #allowManualPartitioning: true
129
+
130
+ # Show not encrypted boot partition warning.
131
+ #
132
+ # When set to false, this option does not show the
133
+ # "Boot partition not encrypted" warning when encrypting the
134
+ # root partition but not /boot partition.
135
+ #
136
+ # If nothing is specified, the warning is shown.
137
+ #showNotEncryptedBootMessage: true
138
+
139
+ # Initial selection on the Choice page
140
+ #
141
+ # There are four radio buttons (in principle: erase, replace, alongside, manual),
142
+ # and you can pick which of them, if any, is initially selected. For most
143
+ # installers, "none" is the right choice: it makes the user pick something specific,
144
+ # rather than accidentally being able to click past an important choice (in particular,
145
+ # "erase" is a dangerous choice).
146
+ #
147
+ # The default is "none"
148
+ #
149
+ initialPartitioningChoice: none
150
+ #
151
+ # Similarly, some of the installation choices may offer a choice of swap;
152
+ # the available choices depend on *userSwapChoices*, above, and this
153
+ # setting can be used to pick a specific one.
154
+ #
155
+ # The default is "none" (no swap) if that is one of the enabled options, otherwise
156
+ # one of the items from the options.
13
157
  initialSwapChoice: none
14
- defaultFileSystemType: "btrfs"
15
- availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
158
+
159
+ # armInstall
160
+ #
161
+ # Leaves 16MB empty at the start of a drive when partitioning
162
+ # where usually the u-boot loader goes
163
+ #
164
+ # armInstall: false
165
+
166
+ # Default partition table type, used when a "erase" disk is made.
167
+ #
168
+ # When erasing a disk, a new partition table is created on disk.
169
+ # In other cases, e.g. Replace and Alongside, as well as when using
170
+ # manual partitioning, this partition table exists already on disk
171
+ # and it is left unmodified.
172
+ #
173
+ # Possible values: gpt, msdos (or other names defined by KPMcore).
174
+ # Names are case-sensitive.
175
+ #
176
+ # If nothing is specified, Calamares defaults to "gpt" if system is
177
+ # efi or "msdos" otherwise.
178
+ #
179
+ # defaultPartitionTableType: msdos
180
+
181
+ # Specify whether to create a partition table layout suitable for a hybrid
182
+ # (BIOS + EFI) bootloader installation. This will prepend both bios-boot and
183
+ # EFI system partitions to the partition layout, regardless of whether the
184
+ # booted system uses BIOS or EFI firmware. Defaults to false.
185
+ #
186
+ # createHybridBootloaderLayout: false
187
+
188
+ # Requirement for partition table type
189
+ #
190
+ # Restrict the installation on disks that match the type of partition
191
+ # tables that are specified.
192
+ #
193
+ # Possible values: msdos, gpt (or other names defined by KPMcore).
194
+ # Names are case-sensitive.
195
+ #
196
+ # If nothing is specified, Calamares defaults to both "msdos" and "gpt".
197
+ #
198
+ # requiredPartitionTableType: gpt
199
+ # requiredPartitionTableType:
200
+ # - msdos
201
+ # - gpt
202
+
203
+ # Default filesystem type, used when a "new" partition is made.
204
+ #
205
+ # When replacing a partition, the new filesystem type will be from the
206
+ # defaultFileSystemType value. In other cases, e.g. Erase and Alongside,
207
+ # as well as when using manual partitioning and creating a new
208
+ # partition, this filesystem type is pre-selected. Note that
209
+ # editing a partition in manual-creation mode will not automatically
210
+ # change the filesystem type to this default value -- it is not
211
+ # creating a new partition.
212
+ #
213
+ # Suggested values: ext2, ext3, ext4, reiser, xfs, jfs, btrfs
214
+ # If nothing is specified, Calamares defaults to "ext4".
215
+ #
216
+ # Names are case-sensitive and defined by KPMCore.
217
+ defaultFileSystemType: "ext4"
218
+
219
+ # Selectable filesystem type, used when "erase" is done.
220
+ #
221
+ # When erasing the disk, the *defaultFileSystemType* is used (see
222
+ # above), but it is also possible to give users a choice:
223
+ # list suitable filesystems here. A drop-down is provided
224
+ # to pick which is the filesystems will be used.
225
+ #
226
+ # The value *defaultFileSystemType* is added to this list (with a warning)
227
+ # if not present; the default pick is the *defaultFileSystemType*.
228
+ #
229
+ # If not specified at all, uses *defaultFileSystemType* without a
230
+ # warning (this matches traditional no-choice-available behavior best).
231
+ # availableFileSystemTypes: ["ext4","f2fs"]
232
+
233
+ # Per-directory filesystem restrictions.
234
+ #
235
+ # This optional setting specifies what filesystems the user can and cannot use
236
+ # for various directories and mountpoints when using manual partitioning.
237
+ #
238
+ # If nothing is specified, the only restriction enforced by default is that
239
+ # the EFI system partition must use the fat32 filesystem.
240
+ #
241
+ # Otherwise, the filesystem restrictions are defined as follow:
242
+ #
243
+ # directoryFilesystemRestrictions:
244
+ # - directory: "any"
245
+ # allowedFilesystemTypes: ["all"]
246
+ # - directory: "/"
247
+ # allowedFilesystemTypes: ["ext4","xfs","btrfs","jfs","f2fs"]
248
+ # - mountpoint: "efi"
249
+ # allowedFilesystemTypes: ["fat32"]
250
+ # onlyWhenMountpoint: true
251
+ #
252
+ # There can be any number of mountpoints listed, each entry having the
253
+ # following attributes:
254
+ # - mountpoint: mountpoint's full path
255
+ # or
256
+ # "any" to specify a global whitelist that applies to all
257
+ # mountpoints
258
+ # or
259
+ # "efi" to specify a whitelist specific to the EFI system
260
+ # partition, wherever that partition is located
261
+ # - allowedFilesystemTypes: the list of all filesystems valid for this
262
+ # mountpoint. If the list contains exactly one
263
+ # element, and that element is the special value
264
+ # "any", all filesystem types recognized by
265
+ # Calamares will be allowed.
266
+ # - onlyWhenMountpoint: Whether the restriction should apply only when the
267
+ # specified directory is a mountpoint. When set to
268
+ # true, Calamares will only enforce the listed
269
+ # restrictions when the user makes a separate partition
270
+ # for this directory and assigns the mountpoint
271
+ # accordingly. When set to false, Calamares will
272
+ # ensure this directory uses the specified filesystem
273
+ # even if the directory is part of a filesystem on a
274
+ # different mountpoint. Defaults to false.
275
+
276
+ # The ClearMounts job unmounts / unmaps things before partitioning.
277
+ # Some special entries under /dev/mapper are excepted from this process.
278
+ # The example lists the three hard-coded exceptions which always apply
279
+ # (they don't need to be listed here). Add other names or wildcards (with
280
+ # a trailing '*') to this list if the live-ISO has additional mounts.
281
+ essentialMounts: [ "live-*", "control", "ventoy" ]
282
+
283
+ # Show/hide LUKS related functionality in automated partitioning modes.
284
+ # Disable this if you choose not to deploy early unlocking support in GRUB2
285
+ # and/or your distribution's initramfs solution.
286
+ #
287
+ # BIG FAT WARNING:
288
+ #
289
+ # This option is unsupported, as it cuts out a crucial security feature.
290
+ # Disabling LUKS and shipping Calamares without a correctly configured GRUB2
291
+ # and initramfs is considered suboptimal use of the Calamares software. The
292
+ # Calamares team will not provide user support for any potential issue that
293
+ # may arise as a consequence of setting this option to false.
294
+ # It is strongly recommended that system integrators put in the work to support
295
+ # LUKS unlocking support in GRUB2 and initramfs/dracut/mkinitcpio/etc.
296
+ # For more information on setting up GRUB2 for Calamares with LUKS, see
297
+ # the Calamares website at https://calamares.io/docs/partitions/#luks .
298
+ #
299
+ # If nothing is specified, LUKS is enabled in automated modes.
300
+ #enableLuksAutomatedPartitioning: true
301
+
302
+ # When enableLuksAutomatedPartitioning is true, this option will pre-check
303
+ # encryption checkbox. This option is only usefull to help people to not forget
304
+ # to cypher their disk when installing in enterprise (for example).
305
+ #preCheckEncryption: false
306
+
307
+ # LVM support
308
+ #
309
+ # There is only one sub-key available, *enable* (defaults to true)
310
+ # which can be used to show (default) or hide the LVM buttons in the partitioning module.
311
+ lvm:
312
+ enable: true
313
+
314
+ # Partition layout.
315
+ #
316
+ # This optional setting specifies a custom partition layout.
317
+ #
318
+ # If nothing is specified, the default partition layout is a single partition
319
+ # for root that uses 100% of the space and uses the filesystem defined by
320
+ # defaultFileSystemType.
321
+ #
322
+ # Note: the EFI system partition is prepended automatically to the layout if
323
+ # needed; the swap partition is appended to the layout if enabled (selections
324
+ # "small" or "suspend" in *userSwapChoices*).
325
+ #
326
+ # Otherwise, the partition layout is defined as follow:
327
+ #
328
+ # partitionLayout:
329
+ # - name: "rootfs"
330
+ # type: "4f68bce3-e8cd-4db1-96e7-fbcaf984b709"
331
+ # filesystem: "ext4"
332
+ # noEncrypt: false
333
+ # mountPoint: "/"
334
+ # size: 20%
335
+ # minSize: 500M
336
+ # maxSize: 10G
337
+ # attributes: 0xffff000000000003
338
+ # - name: "home"
339
+ # type: "933ac7e1-2eb4-4f13-b844-0e14e2aef915"
340
+ # filesystem: "ext4"
341
+ # noEncrypt: false
342
+ # mountPoint: "/home"
343
+ # size: 3G
344
+ # minSize: 1.5G
345
+ # features:
346
+ # 64bit: false
347
+ # casefold: true
348
+ # - name: "data"
349
+ # filesystem: "fat32"
350
+ # mountPoint: "/data"
351
+ # features:
352
+ # sector-size: 4096
353
+ # sectors-per-cluster: 128
354
+ # size: 100%
355
+ #
356
+ # There can be any number of partitions, each entry having the following attributes:
357
+ # - name: filesystem label
358
+ # and
359
+ # partition name (gpt only; since KPMCore 4.2.0)
360
+ # - uuid: partition uuid (optional parameter; gpt only; requires KPMCore >= 4.2.0)
361
+ # - type: partition type (optional parameter; gpt only; requires KPMCore >= 4.2.0)
362
+ # - attributes: partition attributes (optional parameter; gpt only; requires KPMCore >= 4.2.0)
363
+ # - filesystem: filesystem type (optional parameter)
364
+ # - if not set at all, treat as "unformatted"
365
+ # - if "unformatted", no filesystem will be created
366
+ # - if "unknown" (or an unknown FS name, like "elephant") then the
367
+ # default filesystem type, or the user's choice, will be applied instead
368
+ # of "unknown" (e.g. the user might pick ext4, or xfs).
369
+ # - noEncrypt: whether this partition is exempt from encryption if enabled (optional parameter; default is false)
370
+ # - mountPoint: partition mount point (optional parameter; not mounted if unset)
371
+ # - size: partition size in bytes (append 'K', 'M' or 'G' for KiB, MiB or GiB)
372
+ # or
373
+ # % of the available drive space if a '%' is appended to the value
374
+ # - minSize: minimum partition size (optional parameter)
375
+ # - maxSize: maximum partition size (optional parameter)
376
+ # - features: filesystem features (optional parameter; requires KPMCore >= 4.2.0)
377
+ # name: boolean or integer or string
378
+
379
+ # Checking for available storage
380
+ #
381
+ # This overlaps with the setting of the same name in the welcome module's
382
+ # requirements section. If nothing is set by the welcome module, this
383
+ # value is used instead. It is still a problem if there is no required
384
+ # size set at all, and the replace and resize options will not be offered
385
+ # if no required size is set.
386
+ #
387
+ # The value is in Gibibytes (GiB).
388
+ #
389
+ # BIG FAT WARNING: except for OEM-phase-0 use, you should be using
390
+ # the welcome module, **and** configure this value in
391
+ # `welcome.conf`, not here.
392
+ # requiredStorage: 3.5
@@ -1,24 +1,9 @@
1
1
  # SPDX-FileCopyrightText: 2020 Harald Sitter <sitter@kde.org>
2
2
  # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
3
3
  #
4
- # This is run outside the chroot!
5
- # As per at least 20.04+ /boot on the squashfs no longer contains the initrd
6
- # or vmlinuz, instead we'll first fish the kernel out of the ISO.
7
- #
8
- # NB: initrd is handled by the initramfs module.
9
4
  ---
10
5
  message: "Preparing the boot environment..."
11
6
  dontChroot: true
12
7
  timeout: 300
13
8
  script:
14
- # Si tratta di una soluzione un po' improvvisata, ma sufficiente per la versione 20.04+, poiché non è più necessario
15
- # considerare la differenza tra firmato e non firmato, quindi quanto riportato di seguito è praticamente
16
- # sufficiente. La gestione degli errori è però un po' carente.
17
- # Riconfigureremo il kernel nel modulo boot_reconfigure per garantire che gli hook
18
- # vengano eseguiti secondo necessità.
19
-
20
- # ubuntu
21
- # cp --preserve=timestamps /lib/live/mount/medium/live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
22
-
23
- # debian
24
- - cp --preserve=timestamps /run/live/medium/live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
9
+ - cp --preserve=timestamps __LIVE_MEDIUM_PATH__live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
@@ -18,7 +18,7 @@ else
18
18
  echo "WARNING: Cannot find calamares/session.log"
19
19
  fi
20
20
 
21
- cp /lib/live/mount/medium/.disk/info $install_dir/media-info
21
+ cp __LIVE_MEDIUM_PATH__.disk/info $install_dir/media-info
22
22
  #cp /var/log/casper.log $install_dir/casper.log
23
23
  cp /var/log/syslog $install_dir/syslog
24
24
 
@@ -1,19 +1,9 @@
1
1
  # SPDX-FileCopyrightText: 2020 Harald Sitter <sitter@kde.org>
2
2
  # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
3
3
  #
4
- # This is run outside the chroot!
5
- # As per at least 20.04+ /boot on the squashfs no longer contains the initrd
6
- # or vmlinuz, instead we'll first fish the kernel out of the ISO.
7
- #
8
- # NB: initrd is handled by the initramfs module.
9
4
  ---
10
5
  message: "Preparing the boot environment..."
11
6
  dontChroot: true
12
7
  timeout: 300
13
8
  script:
14
- # This is a teeny tiny bit hacky but sufficient for 20.04+ as we don't have
15
- # to consider signed vs. unsinged anymore, so the below is practically
16
- # sufficient. Error handling is a bit on the weak side though.
17
- - cp --preserve=timestamps /lib/live/mount/medium/live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
18
- # We'll reconfigure the kernel in the boot_reconfigure module to ensure hooks
19
- # are run as needed.
9
+ - cp --preserve=timestamps __LIVE_MEDIUM_PATH__live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
@@ -5,4 +5,4 @@ message: "Logs.."
5
5
  dontChroot: true
6
6
  timeout: 30
7
7
  script:
8
- - "/usr/libexec/calamares//calamares-logs-helper.sh ${ROOT}"
8
+ - "/usr/libexec/calamares/calamares-logs-helper.sh ${ROOT}"
File without changes
File without changes
@@ -11,13 +11,5 @@ message: "Preparing the boot environment..."
11
11
  dontChroot: true
12
12
  timeout: 300
13
13
  script:
14
- # Si tratta di una soluzione un po' improvvisata, ma sufficiente per la versione 20.04+, poiché non è più necessario
15
- # considerare la differenza tra firmato e non firmato, quindi quanto riportato di seguito è praticamente
16
- # sufficiente. La gestione degli errori è però un po' carente.
17
- # Riconfigureremo il kernel nel modulo boot_reconfigure per garantire che gli hook
18
- # vengano eseguiti secondo necessità.
19
-
20
- # INITRAMFS = '/run/live/medium/'
21
- # DRACUT = '/run/initramfs/live/'
22
- - cp --preserve=timestamps /run/live/medium/live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
23
- #- cp --preserve=timestamps /run/initramfs/live/live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
14
+ - cp --preserve=timestamps __LIVE_MEDIUM_PATH__live/vmlinuz-`uname -r` ${ROOT}/boot/vmlinuz-`uname -r`
15
+
File without changes