penguins-eggs 10.0.57 → 10.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.oclif.manifest.json +8 -1
- package/README.md +35 -34
- package/addons/eggs/theme/livecd/grub.main.full.cfg +0 -6
- package/assets/config.cfg +30 -0
- package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +8 -1
- package/conf/distros/buster/calamares/modules/partition.yml +159 -23
- package/conf/distros/buster/calamares/modules/removeuser.yml +1 -1
- package/conf/exclude.list.d/master.list +1 -0
- package/conf/krill.yaml +8 -0
- package/dist/classes/distro.js +1 -1
- package/dist/classes/incubation/incubator.d/alpine.js +1 -1
- package/dist/classes/incubation/incubator.d/bionic.js +1 -1
- package/dist/classes/incubation/incubator.d/buster.js +1 -1
- package/dist/classes/incubation/incubator.d/noble.js +1 -1
- package/dist/classes/incubation/incubator.d/openmamba.js +1 -1
- package/dist/classes/incubation/incubator.d/opensuse.js +1 -1
- package/dist/classes/incubation/incubator.d/rolling.js +1 -1
- package/dist/classes/ovary.d/bind-live-fs.d.ts +18 -0
- package/dist/classes/ovary.d/bind-live-fs.js +185 -0
- package/dist/classes/ovary.d/bind-vfs.d.ts +17 -0
- package/dist/classes/ovary.d/bind-vfs.js +37 -0
- package/dist/classes/ovary.d/create-xdg-autostart.d.ts +13 -0
- package/dist/classes/ovary.d/create-xdg-autostart.js +194 -0
- package/dist/classes/ovary.d/edit-live-fs.d.ts +19 -0
- package/dist/classes/ovary.d/edit-live-fs.js +249 -0
- package/dist/classes/ovary.d/fertilization.d.ts +12 -0
- package/dist/classes/ovary.d/fertilization.js +46 -0
- package/dist/classes/ovary.d/finished.d.ts +13 -0
- package/dist/classes/ovary.d/finished.js +41 -0
- package/dist/classes/ovary.d/initrd.d.ts +21 -0
- package/dist/classes/ovary.d/initrd.js +72 -0
- package/dist/classes/ovary.d/kernel-copy.d.ts +12 -0
- package/dist/classes/ovary.d/kernel-copy.js +36 -0
- package/dist/classes/ovary.d/live-create-structure.d.ts +12 -0
- package/dist/classes/ovary.d/live-create-structure.js +90 -0
- package/dist/classes/ovary.d/make-dot-disk.d.ts +12 -0
- package/dist/classes/ovary.d/make-dot-disk.js +40 -0
- package/dist/classes/ovary.d/make-efi.d.ts +12 -0
- package/dist/classes/ovary.d/make-efi.js +268 -0
- package/dist/classes/ovary.d/make-iso.d.ts +13 -0
- package/dist/classes/ovary.d/make-iso.js +45 -0
- package/dist/classes/ovary.d/make-squashfs.d.ts +18 -0
- package/dist/classes/ovary.d/make-squashfs.js +117 -0
- package/dist/classes/ovary.d/merged.d.ts +31 -0
- package/dist/classes/ovary.d/merged.js +87 -0
- package/dist/classes/ovary.d/produce.d.ts +23 -0
- package/dist/classes/ovary.d/produce.js +287 -0
- package/dist/classes/ovary.d/rexec.d.ts +13 -0
- package/dist/classes/ovary.d/rexec.js +34 -0
- package/dist/classes/ovary.d/syslinux.d.ts +12 -0
- package/dist/classes/ovary.d/syslinux.js +79 -0
- package/dist/classes/ovary.d/user-create-live.d.ts +14 -0
- package/dist/classes/ovary.d/user-create-live.js +86 -0
- package/dist/classes/ovary.d/users-remove.d.ts +9 -0
- package/dist/classes/ovary.d/users-remove.js +38 -0
- package/dist/classes/ovary.d/xorriso-commend.d.ts +14 -0
- package/dist/classes/ovary.d/xorriso-commend.js +119 -0
- package/dist/classes/ovary.d.ts +46 -167
- package/dist/classes/ovary.js +49 -1818
- package/dist/classes/pacman.d/archlinux.js +2 -1
- package/dist/classes/settings.d.ts +0 -1
- package/dist/classes/settings.js +2 -2
- package/dist/classes/utils.d.ts +6 -5
- package/dist/classes/utils.js +10 -16
- package/dist/commands/install.d.ts +1 -0
- package/dist/commands/install.js +7 -4
- package/dist/commands/kill.js +1 -1
- package/dist/commands/status.js +1 -1
- package/dist/commands/update.js +3 -3
- package/dist/interfaces/i-luks-passphrase.d.ts +11 -0
- package/dist/interfaces/i-luks-passphrase.js +8 -0
- package/dist/interfaces/index.d.ts +1 -0
- package/dist/{classes → krill/classes}/cfs.js +1 -1
- package/dist/krill/classes/krill_enums.d.ts +24 -0
- package/dist/krill/classes/krill_enums.js +26 -0
- package/dist/krill/classes/prepare.d/confirm.d.ts +5 -0
- package/dist/krill/classes/prepare.d/confirm.js +30 -0
- package/dist/krill/classes/prepare.d/keyboard.d.ts +14 -0
- package/dist/krill/classes/prepare.d/keyboard.js +62 -0
- package/dist/krill/classes/prepare.d/location.d.ts +17 -0
- package/dist/krill/classes/prepare.d/location.js +59 -0
- package/dist/krill/classes/prepare.d/network.d.ts +14 -0
- package/dist/krill/classes/prepare.d/network.js +68 -0
- package/dist/krill/classes/prepare.d/partitions.d.ts +14 -0
- package/dist/krill/classes/prepare.d/partitions.js +86 -0
- package/dist/krill/classes/prepare.d/summary.d.ts +15 -0
- package/dist/krill/classes/prepare.d/summary.js +69 -0
- package/dist/krill/classes/prepare.d/users.d.ts +6 -0
- package/dist/krill/classes/prepare.d/users.js +63 -0
- package/dist/krill/classes/prepare.d/welcome.d.ts +6 -0
- package/dist/krill/classes/prepare.d/welcome.js +30 -0
- package/dist/krill/{prepare.d.ts → classes/prepare.d.ts} +21 -35
- package/dist/krill/classes/prepare.js +314 -0
- package/dist/krill/{modules/add-user.js → classes/sequence.d/add_user.js} +1 -1
- package/dist/krill/{modules → classes/sequence.d}/bootloader.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/bootloader.js +3 -3
- package/dist/krill/{modules/bootloader-config.js → classes/sequence.d/bootloader_config.js} +2 -2
- package/dist/krill/{modules/change-password.js → classes/sequence.d/change_password.js} +1 -1
- package/dist/krill/{modules/del-live-user.js → classes/sequence.d/del_live_user.js} +2 -2
- package/dist/krill/{modules → classes/sequence.d}/fstab.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/fstab.js +75 -14
- package/dist/krill/{modules → classes/sequence.d}/grubcfg.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/grubcfg.js +6 -2
- package/dist/krill/{modules → classes/sequence.d}/hostname.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/initramfs.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/initramfs.js +2 -2
- package/dist/krill/classes/sequence.d/initramfs_cfg.js +35 -0
- package/dist/krill/{modules → classes/sequence.d}/locale.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/locale.js +2 -2
- package/dist/krill/{modules/m-keyboard.js → classes/sequence.d/m_keyboard.js} +2 -2
- package/dist/krill/{modules/machine-id.js → classes/sequence.d/machine_id.js} +2 -2
- package/dist/krill/{modules → classes/sequence.d}/mkfs.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/mkfs.js +24 -2
- package/dist/krill/{modules/mount-fs.js → classes/sequence.d/mount_fs.js} +9 -3
- package/dist/krill/{modules/mount-vfs.js → classes/sequence.d/mount_vfs.js} +1 -1
- package/dist/krill/{modules/network-cfg.js → classes/sequence.d/network_cfg.js} +15 -6
- package/dist/krill/{modules → classes/sequence.d}/packages.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/packages.js +3 -3
- package/dist/krill/{modules/partition.d.ts → classes/sequence.d/partition.d/bios_luks.d.ts} +4 -7
- package/dist/krill/classes/sequence.d/partition.d/bios_luks.js +73 -0
- package/dist/krill/classes/sequence.d/partition.d/bios_standard.d.ts +17 -0
- package/dist/krill/classes/sequence.d/partition.d/bios_standard.js +36 -0
- package/dist/krill/classes/sequence.d/partition.d/uefi_luks.d.ts +17 -0
- package/dist/krill/classes/sequence.d/partition.d/uefi_luks.js +78 -0
- package/dist/krill/classes/sequence.d/partition.d/uefi_standard.d.ts +10 -0
- package/dist/krill/classes/sequence.d/partition.d/uefi_standard.js +32 -0
- package/dist/krill/classes/sequence.d/partition.d.ts +14 -0
- package/dist/krill/classes/sequence.d/partition.js +84 -0
- package/dist/krill/{modules → classes/sequence.d}/umount.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/umount.js +2 -2
- package/dist/krill/{modules → classes/sequence.d}/unpackfs.d.ts +1 -1
- package/dist/krill/{modules → classes/sequence.d}/unpackfs.js +2 -2
- package/dist/krill/{sequence.d.ts → classes/sequence.d.ts} +40 -58
- package/dist/krill/{sequence.js → classes/sequence.js} +43 -32
- package/dist/{components → krill/components}/information.js +3 -3
- package/dist/{components → krill/components}/keyboard.js +1 -1
- package/dist/{components → krill/components}/location.js +1 -1
- package/dist/{components → krill/components}/network.js +1 -1
- package/dist/{components → krill/components}/partitions.d.ts +4 -2
- package/dist/{components → krill/components}/partitions.js +36 -20
- package/dist/{components → krill/components}/summary.d.ts +2 -1
- package/dist/{components → krill/components}/summary.js +2 -6
- package/dist/{components → krill/components}/title.js +1 -1
- package/dist/{components → krill/components}/users.js +1 -1
- package/dist/{components → krill/components}/welcome.js +1 -1
- package/dist/{interfaces/i-krill.d.ts → krill/interfaces/i_krill.d.ts} +3 -1
- package/dist/{interfaces/i-krill-config.d.ts → krill/interfaces/i_krill_config.d.ts} +3 -1
- package/dist/krill/lib/get_luks_passphrase.d.ts +8 -0
- package/dist/krill/lib/get_luks_passphrase.js +40 -0
- package/dist/{lib → krill/lib}/kill_me_softly.js +2 -2
- package/dist/{lib → krill/lib}/select_filesystem_type.js +2 -9
- package/dist/{lib → krill/lib}/select_installation_device.js +10 -4
- package/dist/{lib → krill/lib}/select_installation_mode.d.ts +2 -1
- package/dist/{lib → krill/lib}/select_installation_mode.js +2 -1
- package/dist/{lib → krill/lib}/select_keyboard_layout.js +1 -1
- package/dist/{lib → krill/lib}/select_keyboard_model.js +1 -1
- package/dist/{lib → krill/lib}/select_keyboard_option.js +1 -1
- package/dist/{lib → krill/lib}/select_keyboard_variant.js +1 -1
- package/dist/{lib → krill/lib}/select_languages.js +1 -1
- package/dist/krill/lib/select_replaced_partition.d.ts +8 -0
- package/dist/krill/lib/select_replaced_partition.js +31 -0
- package/dist/{lib → krill/lib}/select_user_swap_choice.d.ts +2 -1
- package/dist/{lib → krill/lib}/select_user_swap_choice.js +4 -3
- package/dist/lib/utils.d.ts +8 -0
- package/dist/lib/utils.js +8 -0
- package/package.json +25 -24
- package/scripts/_eggs +7 -5
- package/scripts/eggs.bash +3 -3
- package/dist/krill/modules/initramfs-cfg.js +0 -22
- package/dist/krill/modules/partition.js +0 -345
- package/dist/krill/prepare.js +0 -626
- /package/dist/{index-old.d.ts → index_old.d.ts} +0 -0
- /package/dist/{index-old.js → index_old.js} +0 -0
- /package/dist/{classes → krill/classes}/cfs.d.ts +0 -0
- /package/dist/krill/{modules/add-user.d.ts → classes/sequence.d/add_user.d.ts} +0 -0
- /package/dist/krill/{modules/bootloader-config.d.ts → classes/sequence.d/bootloader_config.d.ts} +0 -0
- /package/dist/krill/{modules/change-password.d.ts → classes/sequence.d/change_password.d.ts} +0 -0
- /package/dist/krill/{modules/del-live-user.d.ts → classes/sequence.d/del_live_user.d.ts} +0 -0
- /package/dist/krill/{modules → classes/sequence.d}/hostname.js +0 -0
- /package/dist/krill/{modules/initramfs-cfg.d.ts → classes/sequence.d/initramfs_cfg.d.ts} +0 -0
- /package/dist/krill/{modules/locale-cfg.d.ts → classes/sequence.d/locale_cfg.d.ts} +0 -0
- /package/dist/krill/{modules/locale-cfg.js → classes/sequence.d/locale_cfg.js} +0 -0
- /package/dist/krill/{modules/m-keyboard.d.ts → classes/sequence.d/m_keyboard.d.ts} +0 -0
- /package/dist/krill/{modules/machine-id.d.ts → classes/sequence.d/machine_id.d.ts} +0 -0
- /package/dist/krill/{modules/mount-fs.d.ts → classes/sequence.d/mount_fs.d.ts} +0 -0
- /package/dist/krill/{modules/mount-vfs.d.ts → classes/sequence.d/mount_vfs.d.ts} +0 -0
- /package/dist/krill/{modules/network-cfg.d.ts → classes/sequence.d/network_cfg.d.ts} +0 -0
- /package/dist/krill/{modules/remove-installer-link.d.ts → classes/sequence.d/remove_installer_link.d.ts} +0 -0
- /package/dist/krill/{modules/remove-installer-link.js → classes/sequence.d/remove_installer_link.js} +0 -0
- /package/dist/{components → krill/components}/finished.d.ts +0 -0
- /package/dist/{components → krill/components}/finished.js +0 -0
- /package/dist/{components → krill/components}/information.d.ts +0 -0
- /package/dist/{components → krill/components}/install.d.ts +0 -0
- /package/dist/{components → krill/components}/install.js +0 -0
- /package/dist/{components → krill/components}/keyboard.d.ts +0 -0
- /package/dist/{components → krill/components}/location.d.ts +0 -0
- /package/dist/{components → krill/components}/network.d.ts +0 -0
- /package/dist/{components → krill/components}/steps.d.ts +0 -0
- /package/dist/{components → krill/components}/steps.js +0 -0
- /package/dist/{components → krill/components}/title.d.ts +0 -0
- /package/dist/{components → krill/components}/users.d.ts +0 -0
- /package/dist/{components → krill/components}/welcome.d.ts +0 -0
- /package/dist/{interfaces/i-krill.js → krill/interfaces/i_krill.js} +0 -0
- /package/dist/{interfaces/i-krill-config.js → krill/interfaces/i_krill_config.js} +0 -0
- /package/dist/{lib → krill/lib}/get_address.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_address.js +0 -0
- /package/dist/{lib → krill/lib}/get_dns.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_dns.js +0 -0
- /package/dist/{lib → krill/lib}/get_domain.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_domain.js +0 -0
- /package/dist/{lib → krill/lib}/get_gateway.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_gateway.js +0 -0
- /package/dist/{lib → krill/lib}/get_hostname.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_hostname.js +0 -0
- /package/dist/{lib → krill/lib}/get_netmask.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_netmask.js +0 -0
- /package/dist/{lib → krill/lib}/get_password.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_password.js +0 -0
- /package/dist/{lib → krill/lib}/get_userfullname.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_userfullname.js +0 -0
- /package/dist/{lib → krill/lib}/get_username.d.ts +0 -0
- /package/dist/{lib → krill/lib}/get_username.js +0 -0
- /package/dist/{lib → krill/lib}/kill_me_softly.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_address_type.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_address_type.js +0 -0
- /package/dist/{lib → krill/lib}/select_filesystem_type.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_installation_device.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_interface.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_interface.js +0 -0
- /package/dist/{lib → krill/lib}/select_keyboard_layout.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_keyboard_model.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_keyboard_option.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_keyboard_variant.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_languages.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_regions.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_regions.js +0 -0
- /package/dist/{lib → krill/lib}/select_zones.d.ts +0 -0
- /package/dist/{lib → krill/lib}/select_zones.js +0 -0
package/.oclif.manifest.json
CHANGED
|
@@ -406,6 +406,13 @@
|
|
|
406
406
|
"allowNo": false,
|
|
407
407
|
"type": "boolean"
|
|
408
408
|
},
|
|
409
|
+
"testing": {
|
|
410
|
+
"char": "t",
|
|
411
|
+
"description": "Just testing krill",
|
|
412
|
+
"name": "testing",
|
|
413
|
+
"allowNo": false,
|
|
414
|
+
"type": "boolean"
|
|
415
|
+
},
|
|
409
416
|
"unattended": {
|
|
410
417
|
"char": "u",
|
|
411
418
|
"description": "Unattended installation",
|
|
@@ -1546,5 +1553,5 @@
|
|
|
1546
1553
|
]
|
|
1547
1554
|
}
|
|
1548
1555
|
},
|
|
1549
|
-
"version": "10.0.
|
|
1556
|
+
"version": "10.0.60"
|
|
1550
1557
|
}
|
package/README.md
CHANGED
|
@@ -21,7 +21,6 @@ penguins-eggs
|
|
|
21
21
|
* [Usage](#usage)
|
|
22
22
|
* [Commands](#commands)
|
|
23
23
|
* [penGUI](#pengui)
|
|
24
|
-
* [Star History](#star-history)
|
|
25
24
|
* [Copyright and licenses](#copyright-and-licenses)
|
|
26
25
|
<!-- tocstop -->
|
|
27
26
|
|
|
@@ -495,7 +494,7 @@ EXAMPLES
|
|
|
495
494
|
$ eggs adapt
|
|
496
495
|
```
|
|
497
496
|
|
|
498
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
497
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/adapt.ts)_
|
|
499
498
|
|
|
500
499
|
## `eggs analyze`
|
|
501
500
|
|
|
@@ -516,7 +515,7 @@ EXAMPLES
|
|
|
516
515
|
sudo eggs analyze
|
|
517
516
|
```
|
|
518
517
|
|
|
519
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
518
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/analyze.ts)_
|
|
520
519
|
|
|
521
520
|
## `eggs autocomplete [SHELL]`
|
|
522
521
|
|
|
@@ -547,7 +546,7 @@ EXAMPLES
|
|
|
547
546
|
$ eggs autocomplete --refresh-cache
|
|
548
547
|
```
|
|
549
548
|
|
|
550
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.
|
|
549
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.24/src/commands/autocomplete/index.ts)_
|
|
551
550
|
|
|
552
551
|
## `eggs calamares`
|
|
553
552
|
|
|
@@ -580,7 +579,7 @@ EXAMPLES
|
|
|
580
579
|
sudo eggs calamares --remove
|
|
581
580
|
```
|
|
582
581
|
|
|
583
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
582
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/calamares.ts)_
|
|
584
583
|
|
|
585
584
|
## `eggs config`
|
|
586
585
|
|
|
@@ -607,7 +606,7 @@ EXAMPLES
|
|
|
607
606
|
sudo eggs config --clean --nointeractive
|
|
608
607
|
```
|
|
609
608
|
|
|
610
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
609
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/config.ts)_
|
|
611
610
|
|
|
612
611
|
## `eggs cuckoo`
|
|
613
612
|
|
|
@@ -627,7 +626,7 @@ EXAMPLES
|
|
|
627
626
|
sudo eggs cuckoo
|
|
628
627
|
```
|
|
629
628
|
|
|
630
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
629
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/cuckoo.ts)_
|
|
631
630
|
|
|
632
631
|
## `eggs dad`
|
|
633
632
|
|
|
@@ -655,7 +654,7 @@ EXAMPLES
|
|
|
655
654
|
sudo dad --default
|
|
656
655
|
```
|
|
657
656
|
|
|
658
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
657
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/dad.ts)_
|
|
659
658
|
|
|
660
659
|
## `eggs export iso`
|
|
661
660
|
|
|
@@ -680,7 +679,7 @@ EXAMPLES
|
|
|
680
679
|
$ eggs export iso --clean
|
|
681
680
|
```
|
|
682
681
|
|
|
683
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
682
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/export/iso.ts)_
|
|
684
683
|
|
|
685
684
|
## `eggs export pkg`
|
|
686
685
|
|
|
@@ -707,7 +706,7 @@ EXAMPLES
|
|
|
707
706
|
$ eggs export pkg --all
|
|
708
707
|
```
|
|
709
708
|
|
|
710
|
-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
709
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/export/pkg.ts)_
|
|
711
710
|
|
|
712
711
|
## `eggs export tarballs`
|
|
713
712
|
|
|
@@ -731,7 +730,7 @@ EXAMPLES
|
|
|
731
730
|
$ eggs export tarballs --clean
|
|
732
731
|
```
|
|
733
732
|
|
|
734
|
-
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
733
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/export/tarballs.ts)_
|
|
735
734
|
|
|
736
735
|
## `eggs help [COMMAND]`
|
|
737
736
|
|
|
@@ -751,7 +750,7 @@ DESCRIPTION
|
|
|
751
750
|
Display help for eggs.
|
|
752
751
|
```
|
|
753
752
|
|
|
754
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
753
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.26/src/commands/help.ts)_
|
|
755
754
|
|
|
756
755
|
## `eggs install`
|
|
757
756
|
|
|
@@ -759,7 +758,7 @@ krill: the CLI system installer - the egg became a penguin!
|
|
|
759
758
|
|
|
760
759
|
```
|
|
761
760
|
USAGE
|
|
762
|
-
$ eggs install [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
761
|
+
$ eggs install [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-t] [-u] [-v]
|
|
763
762
|
|
|
764
763
|
FLAGS
|
|
765
764
|
-H, --halt Halt the system after installation
|
|
@@ -775,6 +774,7 @@ FLAGS
|
|
|
775
774
|
-p, --pve Proxmox VE install
|
|
776
775
|
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
777
776
|
-s, --small Swap small: RAM
|
|
777
|
+
-t, --testing Just testing krill
|
|
778
778
|
-u, --unattended Unattended installation
|
|
779
779
|
-v, --verbose Verbose
|
|
780
780
|
|
|
@@ -792,7 +792,7 @@ EXAMPLES
|
|
|
792
792
|
sudo eggs install --chroot
|
|
793
793
|
```
|
|
794
794
|
|
|
795
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
795
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/install.ts)_
|
|
796
796
|
|
|
797
797
|
## `eggs kill`
|
|
798
798
|
|
|
@@ -815,7 +815,7 @@ EXAMPLES
|
|
|
815
815
|
sudo eggs kill
|
|
816
816
|
```
|
|
817
817
|
|
|
818
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
818
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/kill.ts)_
|
|
819
819
|
|
|
820
820
|
## `eggs krill`
|
|
821
821
|
|
|
@@ -823,7 +823,7 @@ krill: the CLI system installer - the egg became a penguin!
|
|
|
823
823
|
|
|
824
824
|
```
|
|
825
825
|
USAGE
|
|
826
|
-
$ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
826
|
+
$ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-t] [-u] [-v]
|
|
827
827
|
|
|
828
828
|
FLAGS
|
|
829
829
|
-H, --halt Halt the system after installation
|
|
@@ -839,6 +839,7 @@ FLAGS
|
|
|
839
839
|
-p, --pve Proxmox VE install
|
|
840
840
|
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
841
841
|
-s, --small Swap small: RAM
|
|
842
|
+
-t, --testing Just testing krill
|
|
842
843
|
-u, --unattended Unattended installation
|
|
843
844
|
-v, --verbose Verbose
|
|
844
845
|
|
|
@@ -875,7 +876,7 @@ EXAMPLES
|
|
|
875
876
|
$ eggs auto
|
|
876
877
|
```
|
|
877
878
|
|
|
878
|
-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
879
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/love.ts)_
|
|
879
880
|
|
|
880
881
|
## `eggs mom`
|
|
881
882
|
|
|
@@ -895,7 +896,7 @@ EXAMPLES
|
|
|
895
896
|
$ eggs mom
|
|
896
897
|
```
|
|
897
898
|
|
|
898
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
899
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/mom.ts)_
|
|
899
900
|
|
|
900
901
|
## `eggs produce`
|
|
901
902
|
|
|
@@ -954,7 +955,7 @@ EXAMPLES
|
|
|
954
955
|
sudo eggs produce --excludes home # exclude ~/*
|
|
955
956
|
```
|
|
956
957
|
|
|
957
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
958
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/produce.ts)_
|
|
958
959
|
|
|
959
960
|
## `eggs status`
|
|
960
961
|
|
|
@@ -975,7 +976,7 @@ EXAMPLES
|
|
|
975
976
|
$ eggs status
|
|
976
977
|
```
|
|
977
978
|
|
|
978
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
979
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/status.ts)_
|
|
979
980
|
|
|
980
981
|
## `eggs syncfrom`
|
|
981
982
|
|
|
@@ -1001,7 +1002,7 @@ EXAMPLES
|
|
|
1001
1002
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
1002
1003
|
```
|
|
1003
1004
|
|
|
1004
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1005
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/syncfrom.ts)_
|
|
1005
1006
|
|
|
1006
1007
|
## `eggs syncto`
|
|
1007
1008
|
|
|
@@ -1028,7 +1029,7 @@ EXAMPLES
|
|
|
1028
1029
|
sudo eggs syncto --excludes
|
|
1029
1030
|
```
|
|
1030
1031
|
|
|
1031
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1032
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/syncto.ts)_
|
|
1032
1033
|
|
|
1033
1034
|
## `eggs tools clean`
|
|
1034
1035
|
|
|
@@ -1050,7 +1051,7 @@ EXAMPLES
|
|
|
1050
1051
|
sudo eggs tools clean
|
|
1051
1052
|
```
|
|
1052
1053
|
|
|
1053
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1054
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/tools/clean.ts)_
|
|
1054
1055
|
|
|
1055
1056
|
## `eggs tools ppa`
|
|
1056
1057
|
|
|
@@ -1076,7 +1077,7 @@ EXAMPLES
|
|
|
1076
1077
|
sudo eggs tools ppa --remove
|
|
1077
1078
|
```
|
|
1078
1079
|
|
|
1079
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1080
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/tools/ppa.ts)_
|
|
1080
1081
|
|
|
1081
1082
|
## `eggs tools skel`
|
|
1082
1083
|
|
|
@@ -1100,7 +1101,7 @@ EXAMPLES
|
|
|
1100
1101
|
sudo eggs tools skel --user user-to-be-copied
|
|
1101
1102
|
```
|
|
1102
1103
|
|
|
1103
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1104
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/tools/skel.ts)_
|
|
1104
1105
|
|
|
1105
1106
|
## `eggs tools stat`
|
|
1106
1107
|
|
|
@@ -1126,7 +1127,7 @@ EXAMPLES
|
|
|
1126
1127
|
$ eggs tools stat --year
|
|
1127
1128
|
```
|
|
1128
1129
|
|
|
1129
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1130
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/tools/stat.ts)_
|
|
1130
1131
|
|
|
1131
1132
|
## `eggs tools yolk`
|
|
1132
1133
|
|
|
@@ -1147,7 +1148,7 @@ EXAMPLES
|
|
|
1147
1148
|
sudo eggs tools yolk
|
|
1148
1149
|
```
|
|
1149
1150
|
|
|
1150
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1151
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/tools/yolk.ts)_
|
|
1151
1152
|
|
|
1152
1153
|
## `eggs update`
|
|
1153
1154
|
|
|
@@ -1168,7 +1169,7 @@ EXAMPLES
|
|
|
1168
1169
|
$ eggs update
|
|
1169
1170
|
```
|
|
1170
1171
|
|
|
1171
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1172
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/update.ts)_
|
|
1172
1173
|
|
|
1173
1174
|
## `eggs version`
|
|
1174
1175
|
|
|
@@ -1188,7 +1189,7 @@ FLAG DESCRIPTIONS
|
|
|
1188
1189
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
1189
1190
|
```
|
|
1190
1191
|
|
|
1191
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.
|
|
1192
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.25/src/commands/version.ts)_
|
|
1192
1193
|
|
|
1193
1194
|
## `eggs wardrobe get [REPO]`
|
|
1194
1195
|
|
|
@@ -1214,7 +1215,7 @@ EXAMPLES
|
|
|
1214
1215
|
$ eggs wardrobe get your-wardrobe
|
|
1215
1216
|
```
|
|
1216
1217
|
|
|
1217
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1218
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/wardrobe/get.ts)_
|
|
1218
1219
|
|
|
1219
1220
|
## `eggs wardrobe list [REPO]`
|
|
1220
1221
|
|
|
@@ -1243,7 +1244,7 @@ EXAMPLES
|
|
|
1243
1244
|
$ eggs wardrobe list --distro arch
|
|
1244
1245
|
```
|
|
1245
1246
|
|
|
1246
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1247
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/wardrobe/list.ts)_
|
|
1247
1248
|
|
|
1248
1249
|
## `eggs wardrobe show [REPO]`
|
|
1249
1250
|
|
|
@@ -1273,7 +1274,7 @@ EXAMPLES
|
|
|
1273
1274
|
$ eggs wardrobe show accessories/
|
|
1274
1275
|
```
|
|
1275
1276
|
|
|
1276
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1277
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/wardrobe/show.ts)_
|
|
1277
1278
|
|
|
1278
1279
|
## `eggs wardrobe wear [REPO]`
|
|
1279
1280
|
|
|
@@ -1304,7 +1305,7 @@ EXAMPLES
|
|
|
1304
1305
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1305
1306
|
```
|
|
1306
1307
|
|
|
1307
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1308
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.60/src/commands/wardrobe/wear.ts)_
|
|
1308
1309
|
<!-- commandsstop -->
|
|
1309
1310
|
|
|
1310
1311
|
# penGUI
|
|
@@ -1336,7 +1337,7 @@ If you have any questions or need further assistance, feel free to contact me vi
|
|
|
1336
1337
|
|
|
1337
1338
|
Thank you!
|
|
1338
1339
|
|
|
1339
|
-
|
|
1340
|
+
## Star History
|
|
1340
1341
|
This project collects stars, look to the sky... contribute!
|
|
1341
1342
|
|
|
1342
1343
|
[](https://star-history.com/#pieroproietti/penguins-eggs&Date)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
set default=0
|
|
2
|
+
|
|
3
|
+
if [ x$feature_default_font_path = xy ] ; then
|
|
4
|
+
font=unicode
|
|
5
|
+
else
|
|
6
|
+
font=$prefix/unicode.pf2
|
|
7
|
+
fi
|
|
8
|
+
|
|
9
|
+
# Copied from the netinst image
|
|
10
|
+
if loadfont $font ; then
|
|
11
|
+
set gfxmode=800x600
|
|
12
|
+
set gfxpayload=keep
|
|
13
|
+
insmod efi_gop
|
|
14
|
+
insmod efi_uga
|
|
15
|
+
insmod video_bochs
|
|
16
|
+
insmod video_cirrus
|
|
17
|
+
else
|
|
18
|
+
set gfxmode=auto
|
|
19
|
+
insmod all_video
|
|
20
|
+
fi
|
|
21
|
+
|
|
22
|
+
insmod gfxterm
|
|
23
|
+
insmod png
|
|
24
|
+
|
|
25
|
+
source /boot/grub/theme.cfg
|
|
26
|
+
|
|
27
|
+
terminal_output gfxterm
|
|
28
|
+
|
|
29
|
+
insmod play
|
|
30
|
+
play 960 440 1 0 4 440 1
|
|
@@ -9,5 +9,12 @@ if [ -f "$CHROOT"/etc/issue ]; then
|
|
|
9
9
|
sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' "$CHROOT"/etc/issue
|
|
10
10
|
fi
|
|
11
11
|
|
|
12
|
+
# remove calamares link desktop
|
|
12
13
|
rm -f $CHROOT/usr/share/applications/install-system.desktop
|
|
13
|
-
|
|
14
|
+
|
|
15
|
+
# remove CLI autologin if exists
|
|
16
|
+
rm -f $CHROOT/etc/systemd/system/getty@.service.d/override.conf
|
|
17
|
+
|
|
18
|
+
# remove 10-installer if exists
|
|
19
|
+
rm -f $CHROOT/etc/sudoers.d/10-installer
|
|
20
|
+
|
|
@@ -1,14 +1,50 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
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. Distro's 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
|
|
12
48
|
|
|
13
49
|
# In autogenerated partitioning, allow the user to select a swap size?
|
|
14
50
|
# If there is exactly one choice, no UI is presented, and the user
|
|
@@ -51,6 +87,30 @@ userSwapChoices:
|
|
|
51
87
|
# ensureSuspendToDisk: true
|
|
52
88
|
# neverCreateSwap: false
|
|
53
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
|
+
|
|
54
114
|
# Correctly draw nested (e.g. logical) partitions as such.
|
|
55
115
|
drawNestedPartitions: false
|
|
56
116
|
|
|
@@ -67,6 +127,15 @@ alwaysShowPartitionLabels: true
|
|
|
67
127
|
# If nothing is specified, manual partitioning is enabled.
|
|
68
128
|
#allowManualPartitioning: true
|
|
69
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
|
+
|
|
70
139
|
# Initial selection on the Choice page
|
|
71
140
|
#
|
|
72
141
|
# There are four radio buttons (in principle: erase, replace, alongside, manual),
|
|
@@ -87,6 +156,13 @@ initialPartitioningChoice: none
|
|
|
87
156
|
# one of the items from the options.
|
|
88
157
|
initialSwapChoice: none
|
|
89
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
|
+
|
|
90
166
|
# Default partition table type, used when a "erase" disk is made.
|
|
91
167
|
#
|
|
92
168
|
# When erasing a disk, a new partition table is created on disk.
|
|
@@ -94,11 +170,12 @@ initialSwapChoice: none
|
|
|
94
170
|
# manual partitioning, this partition table exists already on disk
|
|
95
171
|
# and it is left unmodified.
|
|
96
172
|
#
|
|
97
|
-
#
|
|
173
|
+
# Possible values: gpt, msdos (or other names defined by KPMcore).
|
|
174
|
+
# Names are case-sensitive.
|
|
175
|
+
#
|
|
98
176
|
# If nothing is specified, Calamares defaults to "gpt" if system is
|
|
99
|
-
# efi or "msdos".
|
|
177
|
+
# efi or "msdos" otherwise.
|
|
100
178
|
#
|
|
101
|
-
# Names are case-sensitive and defined by KPMCore.
|
|
102
179
|
# defaultPartitionTableType: msdos
|
|
103
180
|
|
|
104
181
|
# Requirement for partition table type
|
|
@@ -106,7 +183,8 @@ initialSwapChoice: none
|
|
|
106
183
|
# Restrict the installation on disks that match the type of partition
|
|
107
184
|
# tables that are specified.
|
|
108
185
|
#
|
|
109
|
-
# Possible values: msdos, gpt
|
|
186
|
+
# Possible values: msdos, gpt (or other names defined by KPMcore).
|
|
187
|
+
# Names are case-sensitive.
|
|
110
188
|
#
|
|
111
189
|
# If nothing is specified, Calamares defaults to both "msdos" and "gpt".
|
|
112
190
|
#
|
|
@@ -117,8 +195,8 @@ initialSwapChoice: none
|
|
|
117
195
|
|
|
118
196
|
# Default filesystem type, used when a "new" partition is made.
|
|
119
197
|
#
|
|
120
|
-
# When replacing a partition, the
|
|
121
|
-
#
|
|
198
|
+
# When replacing a partition, the new filesystem type will be from the
|
|
199
|
+
# defaultFileSystemType value. In other cases, e.g. Erase and Alongside,
|
|
122
200
|
# as well as when using manual partitioning and creating a new
|
|
123
201
|
# partition, this filesystem type is pre-selected. Note that
|
|
124
202
|
# editing a partition in manual-creation mode will not automatically
|
|
@@ -143,7 +221,50 @@ defaultFileSystemType: "ext4"
|
|
|
143
221
|
#
|
|
144
222
|
# If not specified at all, uses *defaultFileSystemType* without a
|
|
145
223
|
# warning (this matches traditional no-choice-available behavior best).
|
|
146
|
-
availableFileSystemTypes: ["ext4"]
|
|
224
|
+
# availableFileSystemTypes: ["ext4","f2fs"]
|
|
225
|
+
|
|
226
|
+
# Per-directory filesystem restrictions.
|
|
227
|
+
#
|
|
228
|
+
# This optional setting specifies what filesystems the user can and cannot use
|
|
229
|
+
# for various directories and mountpoints when using manual partitioning.
|
|
230
|
+
#
|
|
231
|
+
# If nothing is specified, the only restriction enforced by default is that
|
|
232
|
+
# the EFI system partition must use the fat32 filesystem.
|
|
233
|
+
#
|
|
234
|
+
# Otherwise, the filesystem restrictions are defined as follow:
|
|
235
|
+
#
|
|
236
|
+
# directoryFilesystemRestrictions:
|
|
237
|
+
# - directory: "any"
|
|
238
|
+
# allowedFilesystemTypes: ["all"]
|
|
239
|
+
# - directory: "/"
|
|
240
|
+
# allowedFilesystemTypes: ["ext4","xfs","btrfs","jfs","f2fs"]
|
|
241
|
+
# - mountpoint: "efi"
|
|
242
|
+
# allowedFilesystemTypes: ["fat32"]
|
|
243
|
+
# onlyWhenMountpoint: true
|
|
244
|
+
#
|
|
245
|
+
# There can be any number of mountpoints listed, each entry having the
|
|
246
|
+
# following attributes:
|
|
247
|
+
# - mountpoint: mountpoint's full path
|
|
248
|
+
# or
|
|
249
|
+
# "any" to specify a global whitelist that applies to all
|
|
250
|
+
# mountpoints
|
|
251
|
+
# or
|
|
252
|
+
# "efi" to specify a whitelist specific to the EFI system
|
|
253
|
+
# partition, wherever that partition is located
|
|
254
|
+
# - allowedFilesystemTypes: the list of all filesystems valid for this
|
|
255
|
+
# mountpoint. If the list contains exactly one
|
|
256
|
+
# element, and that element is the special value
|
|
257
|
+
# "any", all filesystem types recognized by
|
|
258
|
+
# Calamares will be allowed.
|
|
259
|
+
# - onlyWhenMountpoint: Whether the restriction should apply only when the
|
|
260
|
+
# specified directory is a mountpoint. When set to
|
|
261
|
+
# true, Calamares will only enforce the listed
|
|
262
|
+
# restrictions when the user makes a separate partition
|
|
263
|
+
# for this directory and assigns the mountpoint
|
|
264
|
+
# accordingly. When set to false, Calamares will
|
|
265
|
+
# ensure this directory uses the specified filesystem
|
|
266
|
+
# even if the directory is part of a filesystem on a
|
|
267
|
+
# different mountpoint. Defaults to false.
|
|
147
268
|
|
|
148
269
|
# Show/hide LUKS related functionality in automated partitioning modes.
|
|
149
270
|
# Disable this if you choose not to deploy early unlocking support in GRUB2
|
|
@@ -164,6 +285,18 @@ availableFileSystemTypes: ["ext4"]
|
|
|
164
285
|
# If nothing is specified, LUKS is enabled in automated modes.
|
|
165
286
|
#enableLuksAutomatedPartitioning: true
|
|
166
287
|
|
|
288
|
+
# When enableLuksAutomatedPartitioning is true, this option will pre-check
|
|
289
|
+
# encryption checkbox. This option is only usefull to help people to not forget
|
|
290
|
+
# to cypher their disk when installing in enterprise (for exemple).
|
|
291
|
+
#preCheckEncryption: false
|
|
292
|
+
|
|
293
|
+
# LVM support
|
|
294
|
+
#
|
|
295
|
+
# There is only one sub-key available, *enable* (defaults to true)
|
|
296
|
+
# which can be used to show (default) or hide the LVM buttons in the partitioning module.
|
|
297
|
+
lvm:
|
|
298
|
+
enable: true
|
|
299
|
+
|
|
167
300
|
# Partition layout.
|
|
168
301
|
#
|
|
169
302
|
# This optional setting specifies a custom partition layout.
|
|
@@ -172,9 +305,9 @@ availableFileSystemTypes: ["ext4"]
|
|
|
172
305
|
# for root that uses 100% of the space and uses the filesystem defined by
|
|
173
306
|
# defaultFileSystemType.
|
|
174
307
|
#
|
|
175
|
-
# Note: the EFI system partition is
|
|
176
|
-
# needed; the swap partition is appended to the layout if enabled (
|
|
177
|
-
# suspend).
|
|
308
|
+
# Note: the EFI system partition is prepended automatically to the layout if
|
|
309
|
+
# needed; the swap partition is appended to the layout if enabled (selections
|
|
310
|
+
# "small" or "suspend" in *userSwapChoices*).
|
|
178
311
|
#
|
|
179
312
|
# Otherwise, the partition layout is defined as follow:
|
|
180
313
|
#
|
|
@@ -182,14 +315,16 @@ availableFileSystemTypes: ["ext4"]
|
|
|
182
315
|
# - name: "rootfs"
|
|
183
316
|
# type: "4f68bce3-e8cd-4db1-96e7-fbcaf984b709"
|
|
184
317
|
# filesystem: "ext4"
|
|
318
|
+
# noEncrypt: false
|
|
185
319
|
# mountPoint: "/"
|
|
186
320
|
# size: 20%
|
|
187
321
|
# minSize: 500M
|
|
188
322
|
# maxSize: 10G
|
|
189
323
|
# attributes: 0xffff000000000003
|
|
190
324
|
# - name: "home"
|
|
191
|
-
# type
|
|
325
|
+
# type: "933ac7e1-2eb4-4f13-b844-0e14e2aef915"
|
|
192
326
|
# filesystem: "ext4"
|
|
327
|
+
# noEncrypt: false
|
|
193
328
|
# mountPoint: "/home"
|
|
194
329
|
# size: 3G
|
|
195
330
|
# minSize: 1.5G
|
|
@@ -217,6 +352,7 @@ availableFileSystemTypes: ["ext4"]
|
|
|
217
352
|
# - if "unknown" (or an unknown FS name, like "elephant") then the
|
|
218
353
|
# default filesystem type, or the user's choice, will be applied instead
|
|
219
354
|
# of "unknown" (e.g. the user might pick ext4, or xfs).
|
|
355
|
+
# - noEncrypt: whether this partition is exempt from encryption if enabled (optional parameter; default is false)
|
|
220
356
|
# - mountPoint: partition mount point (optional parameter; not mounted if unset)
|
|
221
357
|
# - size: partition size in bytes (append 'K', 'M' or 'G' for KiB, MiB or GiB)
|
|
222
358
|
# or
|
|
@@ -239,4 +375,4 @@ availableFileSystemTypes: ["ext4"]
|
|
|
239
375
|
# BIG FAT WARNING: except for OEM-phase-0 use, you should be using
|
|
240
376
|
# the welcome module, **and** configure this value in
|
|
241
377
|
# `welcome.conf`, not here.
|
|
242
|
-
requiredStorage:
|
|
378
|
+
# requiredStorage: 3.5
|