penguins-eggs 10.0.54 → 10.0.57
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 +1 -1
- package/README.md +46 -43
- package/addons/eggs/theme/livecd/grub.main.full.cfg +3 -3
- package/addons/eggs/theme/livecd/isolinux.main.full.cfg +3 -4
- package/conf/derivatives.yaml +5 -15
- package/conf/distros/buster/calamares/settings.yml +1 -1
- package/dist/classes/distro.js +20 -20
- package/dist/classes/diversions.d.ts +4 -0
- package/dist/classes/diversions.js +13 -3
- package/dist/classes/incubation/incubator.d/opensuse.js +1 -1
- package/dist/classes/incubation/installer.js +2 -2
- package/dist/classes/ovary.js +21 -20
- package/dist/classes/pacman.d/archlinux.js +4 -2
- package/dist/classes/pxe.js +2 -2
- package/dist/classes/tailor.js +2 -2
- package/dist/classes/utils.d.ts +2 -0
- package/dist/classes/utils.js +67 -26
- package/dist/commands/export/pkg.js +2 -2
- package/dist/commands/export/tarballs.js +2 -2
- package/dist/commands/tools/ppa.js +1 -1
- package/dist/components/information.js +7 -5
- package/dist/interfaces/i-os-release.d.ts +5 -0
- package/dist/interfaces/i-os-release.js +1 -0
- package/dist/krill/modules/bootloader-config.js +3 -3
- package/dist/krill/modules/bootloader.js +53 -115
- package/dist/krill/modules/fstab.js +5 -0
- package/dist/krill/modules/partition.js +23 -2
- package/dist/krill/prepare.d.ts +1 -1
- package/dist/krill/prepare.js +10 -8
- package/dist/krill/sequence.js +2 -2
- package/dist/lib/select_installation_device.js +4 -0
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +635 -4
- package/package.json +14 -14
- package/dist/penguins-eggs-tarball-10.0.54-1-linux-x64.tar.gz +0 -0
- /package/mkinitcpio/{manjarolinux → manjaro}/README.md +0 -0
- /package/mkinitcpio/{manjarolinux → manjaro}/live.conf +0 -0
package/.oclif.manifest.json
CHANGED
package/README.md
CHANGED
|
@@ -5,8 +5,9 @@ penguins-eggs
|
|
|
5
5
|
[](https://github.com/pieroproietti/penguins-eggs)
|
|
6
6
|
[](https://penguins-eggs.net)
|
|
7
7
|
[](https://t.me/penguins_eggs)
|
|
8
|
-
[](https://penguins-eggs.net/basket/)
|
|
9
|
+
[](https://drive.google.com/drive/folders/19fwjvsZiW0Dspu2Iq-fQN0J-PDbKBlYY)
|
|
10
|
+
[](https://sourceforge.net/projects/penguins-eggs/files/)
|
|
10
11
|
[](https://npmjs.org/package/penguins-eggs)
|
|
11
12
|
|
|
12
13
|
# Index
|
|
@@ -56,10 +57,14 @@ Before to install `penguins-eggs-10.x` add the repos from `nodesource`, follow t
|
|
|
56
57
|
#### Debian 9 stretch, Ubuntu 18.04 bionic
|
|
57
58
|
Use the package `penguins-eggs-10.x.x-bionic-x` - compilated against node16 - and follow this [indications](https://github.com/pieroproietti/penguins-eggs/issues/368#issuecomment-2169961955) to get `nodejs>16` available.
|
|
58
59
|
|
|
59
|
-
###
|
|
60
|
-
|
|
60
|
+
### Openmanba
|
|
61
|
+
Openmamba is an italian distribution based on rpm and using dnf as package manager, it is really up-to-date, penguins-eggs is available as rpm package.
|
|
61
62
|
|
|
62
|
-
|
|
63
|
+
### AlmaLinux, Fedora, openSuSE, RockyLinux
|
|
64
|
+
You can easily install [penguins-eggs-tarball](https://penguins-eggs.net/basket/index.php?p=packages%2Ftarballs).
|
|
65
|
+
|
|
66
|
+
### AlpineLinux
|
|
67
|
+
Given the difficulties encountered in updating my version of Alpine's initramfs, I have been forced to suspend the release of packages for this splendid operating system.
|
|
63
68
|
|
|
64
69
|
# Introduction
|
|
65
70
|
|
|
@@ -79,7 +84,7 @@ Written primarily in TypeScript, Penguins’ Eggs is designed to be compatible w
|
|
|
79
84
|
|
|
80
85
|
The tool currently supports Debian, Devuan, Ubuntu, Arch, Manjaro, and their derivatives, across multiple architectures including amd64, i386, and arm64.
|
|
81
86
|
|
|
82
|
-
From the release of version 9.6.x, Penguins’ Eggs is available as a [Debian package](https://
|
|
87
|
+
From the release of version 9.6.x, Penguins’ Eggs is available as a [Debian package](https://penguins-eggs.net/basket/index.php?p=packages%2Fdebs), then was extended to Arch Linux creating the relative [PKGBUILD](https://aur.archlinux.org/packages/penguins-eggs), nowday eggs can remaster AlmaLinux, Fedora, openmamba, openSuSE, RockyLinux too.
|
|
83
88
|
|
|
84
89
|
So, catering to a wide range of systems including PCs, older machines, and single-board ARM systems like the Raspberry Pi, across amd64, i386, and arm64 architectures.
|
|
85
90
|
|
|
@@ -106,8 +111,7 @@ See [penguins-wardrobe](https://github.com/pieroproietti/penguins-wardrobe), for
|
|
|
106
111
|
# Technology
|
|
107
112
|
`eggs` is primarily written in TypeScript and is designed to be compatible with various Linux distributions. While there may be differences in package managers, paths, and other aspects, the underlying programs used to build the live system are generally the same.
|
|
108
113
|
|
|
109
|
-
Currently, `eggs` supports several Linux distributions, including [Arch](https://archlinux.org/), [Debian](https://www.
|
|
110
|
-
debian.org/), [Devuan](https://www.devuan.org/), [Manjaro](https://manjaro.org/), [Ubuntu](https://ubuntu.com/) and [derivatives](./conf/derivatives.yaml).
|
|
114
|
+
Currently, `eggs` supports several Linux distributions, including [AlmaLinux](https://almalinux.org/), [Arch](https://archlinux.org/), [Debian](https://www.debian.org/), [Devuan](https://www.devuan.org/), [LinuxMint](https://www.linuxmint.com/), [Manjaro](https://manjaro.org/), [openmamba](https://openmamba.org/), [openSuSE](https://www.opensuse.org/), [Ubuntu](https://ubuntu.com/), [RockyLinux](https://rockylinux.org/) and [derivatives](./conf/derivatives.yaml).
|
|
111
115
|
|
|
112
116
|
It also caters to different architectures, namely `amd64`, `i386`, and `arm64`.
|
|
113
117
|
|
|
@@ -257,8 +261,8 @@ This let to install, update, remove `penguins-eggs` like a native package.
|
|
|
257
261
|
#### Debian families
|
|
258
262
|
`penguins-eggs-10.0.x` depend on `nodejs >18`, not directly available in all the distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) adding them.
|
|
259
263
|
|
|
260
|
-
##### Download and install penguins-eggs
|
|
261
|
-
To install Eggs, the simplest method is to download the package `penguins-eggs` from the project's SourceForge page [package eggs](https://
|
|
264
|
+
##### Download and install penguins-eggs packages
|
|
265
|
+
To install Eggs, the simplest method is to download the package `penguins-eggs` from the project's SourceForge page [package eggs](https://penguins-eggs.net/basket/index.php?p=packages%2Fdebs) and install it on your system.
|
|
262
266
|
|
|
263
267
|
After downloading the appropriate package, based on your system's architecture, you can proceed with the installation. If you are using an amd64 system, run the following command in the terminal:
|
|
264
268
|
|
|
@@ -300,7 +304,7 @@ sudo apt upgrade
|
|
|
300
304
|
> This command will check for updates for all installed packages, including Eggs, and upgrade them to their latest versions if available.
|
|
301
305
|
|
|
302
306
|
> [!NOTE]
|
|
303
|
-
> On the other hand, if you have not added the `penguins-eggs-ppa` repository, you can manually upgrade Eggs by downloading the new version from the SourceForge page [here](https://
|
|
307
|
+
> On the other hand, if you have not added the `penguins-eggs-ppa` repository, you can manually upgrade Eggs by downloading the new version from the SourceForge page [here](https://penguins-eggs.net/basket/index.php?p=packages%2Fdebs). Once you have downloaded the appropriate package for your system architecture, follow these steps:
|
|
304
308
|
|
|
305
309
|
1. Install the package using the `gdebi` command (assuming you have `gdebi` installed):
|
|
306
310
|
```
|
|
@@ -491,7 +495,7 @@ EXAMPLES
|
|
|
491
495
|
$ eggs adapt
|
|
492
496
|
```
|
|
493
497
|
|
|
494
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
498
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/adapt.ts)_
|
|
495
499
|
|
|
496
500
|
## `eggs analyze`
|
|
497
501
|
|
|
@@ -512,7 +516,7 @@ EXAMPLES
|
|
|
512
516
|
sudo eggs analyze
|
|
513
517
|
```
|
|
514
518
|
|
|
515
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
519
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/analyze.ts)_
|
|
516
520
|
|
|
517
521
|
## `eggs autocomplete [SHELL]`
|
|
518
522
|
|
|
@@ -543,7 +547,7 @@ EXAMPLES
|
|
|
543
547
|
$ eggs autocomplete --refresh-cache
|
|
544
548
|
```
|
|
545
549
|
|
|
546
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.
|
|
550
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.14/src/commands/autocomplete/index.ts)_
|
|
547
551
|
|
|
548
552
|
## `eggs calamares`
|
|
549
553
|
|
|
@@ -576,7 +580,7 @@ EXAMPLES
|
|
|
576
580
|
sudo eggs calamares --remove
|
|
577
581
|
```
|
|
578
582
|
|
|
579
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
583
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/calamares.ts)_
|
|
580
584
|
|
|
581
585
|
## `eggs config`
|
|
582
586
|
|
|
@@ -603,7 +607,7 @@ EXAMPLES
|
|
|
603
607
|
sudo eggs config --clean --nointeractive
|
|
604
608
|
```
|
|
605
609
|
|
|
606
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
610
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/config.ts)_
|
|
607
611
|
|
|
608
612
|
## `eggs cuckoo`
|
|
609
613
|
|
|
@@ -623,7 +627,7 @@ EXAMPLES
|
|
|
623
627
|
sudo eggs cuckoo
|
|
624
628
|
```
|
|
625
629
|
|
|
626
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
630
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/cuckoo.ts)_
|
|
627
631
|
|
|
628
632
|
## `eggs dad`
|
|
629
633
|
|
|
@@ -651,7 +655,7 @@ EXAMPLES
|
|
|
651
655
|
sudo dad --default
|
|
652
656
|
```
|
|
653
657
|
|
|
654
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
658
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/dad.ts)_
|
|
655
659
|
|
|
656
660
|
## `eggs export iso`
|
|
657
661
|
|
|
@@ -676,7 +680,7 @@ EXAMPLES
|
|
|
676
680
|
$ eggs export iso --clean
|
|
677
681
|
```
|
|
678
682
|
|
|
679
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
683
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/export/iso.ts)_
|
|
680
684
|
|
|
681
685
|
## `eggs export pkg`
|
|
682
686
|
|
|
@@ -703,7 +707,7 @@ EXAMPLES
|
|
|
703
707
|
$ eggs export pkg --all
|
|
704
708
|
```
|
|
705
709
|
|
|
706
|
-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
710
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/export/pkg.ts)_
|
|
707
711
|
|
|
708
712
|
## `eggs export tarballs`
|
|
709
713
|
|
|
@@ -711,10 +715,9 @@ export pkg/iso/tarballs to the destination host
|
|
|
711
715
|
|
|
712
716
|
```
|
|
713
717
|
USAGE
|
|
714
|
-
$ eggs export tarballs [-
|
|
718
|
+
$ eggs export tarballs [-c] [-h] [-v]
|
|
715
719
|
|
|
716
720
|
FLAGS
|
|
717
|
-
-a, --all export all archs
|
|
718
721
|
-c, --clean remove old .deb before to copy
|
|
719
722
|
-h, --help Show CLI help.
|
|
720
723
|
-v, --verbose verbose
|
|
@@ -728,7 +731,7 @@ EXAMPLES
|
|
|
728
731
|
$ eggs export tarballs --clean
|
|
729
732
|
```
|
|
730
733
|
|
|
731
|
-
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
734
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/export/tarballs.ts)_
|
|
732
735
|
|
|
733
736
|
## `eggs help [COMMAND]`
|
|
734
737
|
|
|
@@ -748,7 +751,7 @@ DESCRIPTION
|
|
|
748
751
|
Display help for eggs.
|
|
749
752
|
```
|
|
750
753
|
|
|
751
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
754
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.19/src/commands/help.ts)_
|
|
752
755
|
|
|
753
756
|
## `eggs install`
|
|
754
757
|
|
|
@@ -789,7 +792,7 @@ EXAMPLES
|
|
|
789
792
|
sudo eggs install --chroot
|
|
790
793
|
```
|
|
791
794
|
|
|
792
|
-
_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.57/src/commands/install.ts)_
|
|
793
796
|
|
|
794
797
|
## `eggs kill`
|
|
795
798
|
|
|
@@ -812,7 +815,7 @@ EXAMPLES
|
|
|
812
815
|
sudo eggs kill
|
|
813
816
|
```
|
|
814
817
|
|
|
815
|
-
_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.57/src/commands/kill.ts)_
|
|
816
819
|
|
|
817
820
|
## `eggs krill`
|
|
818
821
|
|
|
@@ -872,7 +875,7 @@ EXAMPLES
|
|
|
872
875
|
$ eggs auto
|
|
873
876
|
```
|
|
874
877
|
|
|
875
|
-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
878
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/love.ts)_
|
|
876
879
|
|
|
877
880
|
## `eggs mom`
|
|
878
881
|
|
|
@@ -892,7 +895,7 @@ EXAMPLES
|
|
|
892
895
|
$ eggs mom
|
|
893
896
|
```
|
|
894
897
|
|
|
895
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
898
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/mom.ts)_
|
|
896
899
|
|
|
897
900
|
## `eggs produce`
|
|
898
901
|
|
|
@@ -951,7 +954,7 @@ EXAMPLES
|
|
|
951
954
|
sudo eggs produce --excludes home # exclude ~/*
|
|
952
955
|
```
|
|
953
956
|
|
|
954
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
957
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/produce.ts)_
|
|
955
958
|
|
|
956
959
|
## `eggs status`
|
|
957
960
|
|
|
@@ -972,7 +975,7 @@ EXAMPLES
|
|
|
972
975
|
$ eggs status
|
|
973
976
|
```
|
|
974
977
|
|
|
975
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
978
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/status.ts)_
|
|
976
979
|
|
|
977
980
|
## `eggs syncfrom`
|
|
978
981
|
|
|
@@ -998,7 +1001,7 @@ EXAMPLES
|
|
|
998
1001
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
999
1002
|
```
|
|
1000
1003
|
|
|
1001
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1004
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/syncfrom.ts)_
|
|
1002
1005
|
|
|
1003
1006
|
## `eggs syncto`
|
|
1004
1007
|
|
|
@@ -1025,7 +1028,7 @@ EXAMPLES
|
|
|
1025
1028
|
sudo eggs syncto --excludes
|
|
1026
1029
|
```
|
|
1027
1030
|
|
|
1028
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1031
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/syncto.ts)_
|
|
1029
1032
|
|
|
1030
1033
|
## `eggs tools clean`
|
|
1031
1034
|
|
|
@@ -1047,7 +1050,7 @@ EXAMPLES
|
|
|
1047
1050
|
sudo eggs tools clean
|
|
1048
1051
|
```
|
|
1049
1052
|
|
|
1050
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1053
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/clean.ts)_
|
|
1051
1054
|
|
|
1052
1055
|
## `eggs tools ppa`
|
|
1053
1056
|
|
|
@@ -1073,7 +1076,7 @@ EXAMPLES
|
|
|
1073
1076
|
sudo eggs tools ppa --remove
|
|
1074
1077
|
```
|
|
1075
1078
|
|
|
1076
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1079
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/ppa.ts)_
|
|
1077
1080
|
|
|
1078
1081
|
## `eggs tools skel`
|
|
1079
1082
|
|
|
@@ -1097,7 +1100,7 @@ EXAMPLES
|
|
|
1097
1100
|
sudo eggs tools skel --user user-to-be-copied
|
|
1098
1101
|
```
|
|
1099
1102
|
|
|
1100
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1103
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/skel.ts)_
|
|
1101
1104
|
|
|
1102
1105
|
## `eggs tools stat`
|
|
1103
1106
|
|
|
@@ -1123,7 +1126,7 @@ EXAMPLES
|
|
|
1123
1126
|
$ eggs tools stat --year
|
|
1124
1127
|
```
|
|
1125
1128
|
|
|
1126
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1129
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/stat.ts)_
|
|
1127
1130
|
|
|
1128
1131
|
## `eggs tools yolk`
|
|
1129
1132
|
|
|
@@ -1144,7 +1147,7 @@ EXAMPLES
|
|
|
1144
1147
|
sudo eggs tools yolk
|
|
1145
1148
|
```
|
|
1146
1149
|
|
|
1147
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1150
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/yolk.ts)_
|
|
1148
1151
|
|
|
1149
1152
|
## `eggs update`
|
|
1150
1153
|
|
|
@@ -1165,7 +1168,7 @@ EXAMPLES
|
|
|
1165
1168
|
$ eggs update
|
|
1166
1169
|
```
|
|
1167
1170
|
|
|
1168
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1171
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/update.ts)_
|
|
1169
1172
|
|
|
1170
1173
|
## `eggs version`
|
|
1171
1174
|
|
|
@@ -1185,7 +1188,7 @@ FLAG DESCRIPTIONS
|
|
|
1185
1188
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
1186
1189
|
```
|
|
1187
1190
|
|
|
1188
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.
|
|
1191
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.18/src/commands/version.ts)_
|
|
1189
1192
|
|
|
1190
1193
|
## `eggs wardrobe get [REPO]`
|
|
1191
1194
|
|
|
@@ -1211,7 +1214,7 @@ EXAMPLES
|
|
|
1211
1214
|
$ eggs wardrobe get your-wardrobe
|
|
1212
1215
|
```
|
|
1213
1216
|
|
|
1214
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1217
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/wardrobe/get.ts)_
|
|
1215
1218
|
|
|
1216
1219
|
## `eggs wardrobe list [REPO]`
|
|
1217
1220
|
|
|
@@ -1240,7 +1243,7 @@ EXAMPLES
|
|
|
1240
1243
|
$ eggs wardrobe list --distro arch
|
|
1241
1244
|
```
|
|
1242
1245
|
|
|
1243
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1246
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/wardrobe/list.ts)_
|
|
1244
1247
|
|
|
1245
1248
|
## `eggs wardrobe show [REPO]`
|
|
1246
1249
|
|
|
@@ -1270,7 +1273,7 @@ EXAMPLES
|
|
|
1270
1273
|
$ eggs wardrobe show accessories/
|
|
1271
1274
|
```
|
|
1272
1275
|
|
|
1273
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1276
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/wardrobe/show.ts)_
|
|
1274
1277
|
|
|
1275
1278
|
## `eggs wardrobe wear [REPO]`
|
|
1276
1279
|
|
|
@@ -1301,7 +1304,7 @@ EXAMPLES
|
|
|
1301
1304
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1302
1305
|
```
|
|
1303
1306
|
|
|
1304
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1307
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/wardrobe/wear.ts)_
|
|
1305
1308
|
<!-- commandsstop -->
|
|
1306
1309
|
|
|
1307
1310
|
# penGUI
|
|
@@ -18,21 +18,21 @@ set theme=/boot/grub/theme.cfg
|
|
|
18
18
|
menuentry "{{{fullname}}} Live/Installation" {
|
|
19
19
|
set gfxpayload=keep
|
|
20
20
|
{{{rmModules}}}
|
|
21
|
-
linux {{{vmlinuz}}} {{{kernel_parameters}}}
|
|
21
|
+
linux {{{vmlinuz}}} {{{kernel_parameters}}} priority=critical retbleed=off mitigations=off audit=0 amd_pstate.enable=1 amd-pstate=active intel_pstate=enable nowatchdog loglevel=0 fsck.mode=skip debugfs=off nmi_watchdog=0 debug=0 audit=0 show_ssp=0 earlyprintk=off kaslr=off no_pasr cfi=of quiet splash
|
|
22
22
|
initrd {{{initrdImg}}}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
menuentry "{{{fullname}}} Safe Mode" {
|
|
26
26
|
set gfxpayload=keep
|
|
27
27
|
{{{rmModules}}}
|
|
28
|
-
linux {{{vmlinuz}}} {{{kernel_parameters}}}
|
|
28
|
+
linux {{{vmlinuz}}} {{{kernel_parameters}}} priority=critical retbleed=off mitigations=off audit=0 amd_pstate.enable=1 amd-pstate=active intel_pstate=enable nowatchdog loglevel=0 fsck.mode=skip debugfs=off nmi_watchdog=0 debug=0 audit=0 show_ssp=0 earlyprintk=off kaslr=off no_pasr cfi=of quiet splash
|
|
29
29
|
initrd {{{initrdImg}}}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
menuentry "{{{fullname}}} Text Mode" {
|
|
33
33
|
set gfxpayload=keep
|
|
34
34
|
{{{rmModules}}}
|
|
35
|
-
linux {{{vmlinuz}}} {{{kernel_parameters}}}
|
|
35
|
+
linux {{{vmlinuz}}} {{{kernel_parameters}}} priority=critical retbleed=off mitigations=off audit=0 amd_pstate.enable=1 amd-pstate=active intel_pstate=enable nowatchdog loglevel=0 fsck.mode=skip debugfs=off nmi_watchdog=0 debug=0 audit=0 show_ssp=0 earlyprintk=off kaslr=off no_pasr cfi=of quiet splash
|
|
36
36
|
initrd {{{initrdImg}}}
|
|
37
37
|
}
|
|
38
38
|
grub_platform
|
|
@@ -12,21 +12,20 @@ label Live
|
|
|
12
12
|
menu label {{{fullname}}} Live/Installation Mode
|
|
13
13
|
say "Booting {{{fullname}}} GNU/Linux (kernel {{{kernel}}})"
|
|
14
14
|
linux {{{vmlinuz}}}
|
|
15
|
-
append initrd={{{initrdImg}}} {{{kernel_parameters}}}
|
|
16
|
-
|
|
15
|
+
append initrd={{{initrdImg}}} {{{kernel_parameters}}} priority=critical retbleed=off mitigations=off audit=0 amd_pstate.enable=1 amd-pstate=active intel_pstate=enable nowatchdog loglevel=0 fsck.mode=skip debugfs=off nmi_watchdog=0 debug=0 audit=0 show_ssp=0 earlyprintk=off kaslr=off no_pasr cfi=of quiet splash
|
|
17
16
|
|
|
18
17
|
label Safe
|
|
19
18
|
menu label {{{fullname}}} Safe Mode
|
|
20
19
|
say "Booting {{{fullname}}} GNU/Linux (kernel {{{kernel}}})"
|
|
21
20
|
linux {{{vmlinuz}}}
|
|
22
|
-
append initrd={{{initrdImg}}} {{{kernel_parameters}}}
|
|
21
|
+
append initrd={{{initrdImg}}} {{{kernel_parameters}}} priority=critical retbleed=off mitigations=off audit=0 amd_pstate.enable=1 amd-pstate=active intel_pstate=enable nowatchdog loglevel=0 fsck.mode=skip debugfs=off nmi_watchdog=0 debug=0 audit=0 show_ssp=0 earlyprintk=off kaslr=off no_pasr cfi=of quiet splash
|
|
23
22
|
|
|
24
23
|
|
|
25
24
|
label Text
|
|
26
25
|
menu label {{{fullname}}} Text Mode
|
|
27
26
|
say "Booting {{{fullname}}} GNU/Linux (kernel {{{kernel}}})"
|
|
28
27
|
linux {{{vmlinuz}}}
|
|
29
|
-
append initrd={{{initrdImg}}} {{{kernel_parameters}}}
|
|
28
|
+
append initrd={{{initrdImg}}} {{{kernel_parameters}}} priority=critical retbleed=off mitigations=off audit=0 amd_pstate.enable=1 amd-pstate=active intel_pstate=enable nowatchdog loglevel=0 fsck.mode=skip debugfs=off nmi_watchdog=0 debug=0 audit=0 show_ssp=0 earlyprintk=off kaslr=off no_pasr cfi=of quiet splash
|
|
30
29
|
|
|
31
30
|
label local
|
|
32
31
|
menu label Boot from local disk
|
package/conf/derivatives.yaml
CHANGED
|
@@ -110,7 +110,8 @@
|
|
|
110
110
|
- oracular # Ubuntu oracular 24.10
|
|
111
111
|
- abuntu # Abuntu
|
|
112
112
|
- devel # Rhino
|
|
113
|
-
- wilma #
|
|
113
|
+
- wilma # Linuxmint 22
|
|
114
|
+
- xia # Linuxmint 22.1
|
|
114
115
|
|
|
115
116
|
- id:
|
|
116
117
|
#
|
|
@@ -123,23 +124,12 @@
|
|
|
123
124
|
- n/a # Arch
|
|
124
125
|
|
|
125
126
|
# BluestarLinux
|
|
126
|
-
-
|
|
127
|
+
- bluestarlinux
|
|
127
128
|
|
|
128
129
|
# Garuda
|
|
129
|
-
-
|
|
130
|
-
- Spizaetus
|
|
130
|
+
- spizaetus
|
|
131
131
|
|
|
132
132
|
# Manjaro
|
|
133
|
-
-
|
|
134
|
-
- Ruah
|
|
135
|
-
- Raptor
|
|
136
|
-
- Sikaris
|
|
137
|
-
- Talos
|
|
138
|
-
- UltimaThule
|
|
139
|
-
- Uranos
|
|
140
|
-
- Vulcan
|
|
141
|
-
- Wynsdey
|
|
142
|
-
- Xahea
|
|
143
|
-
- Yonada
|
|
133
|
+
- yonada
|
|
144
134
|
|
|
145
135
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Debian/bookworm
|
|
2
2
|
---
|
|
3
3
|
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
|
4
|
-
modules-search: [ local
|
|
4
|
+
modules-search: [ local ]
|
|
5
5
|
|
|
6
6
|
# If this is set to true, Calamares refers to itself as a "setup program"
|
|
7
7
|
# rather than an "installer". Defaults to the value of dont-chroot, but
|
package/dist/classes/distro.js
CHANGED
|
@@ -52,21 +52,20 @@ class Distro {
|
|
|
52
52
|
this.syslinuxPath = path.resolve(__dirname, `../../syslinux`);
|
|
53
53
|
this.usrLibPath = '/usr/lib';
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
56
|
-
* lsb_release -is per distribuzione
|
|
57
|
-
* lsb_release -rs per release
|
|
55
|
+
* getOsRelease
|
|
58
56
|
*/
|
|
59
|
-
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
57
|
+
const osInfo = Utils.getOsRelease();
|
|
58
|
+
this.distroId = osInfo.ID;
|
|
59
|
+
this.codenameId = osInfo.VERSION_CODENAME;
|
|
60
|
+
this.releaseId = osInfo.VERSION_ID;
|
|
62
61
|
if (this.distroId === 'Debian' && this.codenameId === 'sid') {
|
|
63
62
|
this.codenameId = 'trixie';
|
|
64
63
|
}
|
|
65
|
-
if (this.distroId.includes('
|
|
66
|
-
this.distroId = "
|
|
64
|
+
if (this.distroId.includes('Biglinux')) {
|
|
65
|
+
this.distroId = "Biglinux";
|
|
67
66
|
}
|
|
68
|
-
if (this.distroId.includes('
|
|
69
|
-
this.distroId = "
|
|
67
|
+
if (this.distroId.includes('Bigcommunity')) {
|
|
68
|
+
this.distroId = "Bigcommunity";
|
|
70
69
|
}
|
|
71
70
|
/**
|
|
72
71
|
* Alpine, Fedora, openmamba, opensuse, VoidLinux solo distroId.
|
|
@@ -75,9 +74,9 @@ class Distro {
|
|
|
75
74
|
* default e si analizza il codebaseId
|
|
76
75
|
*
|
|
77
76
|
*/
|
|
78
|
-
if (this.distroId === '
|
|
77
|
+
if (this.distroId === 'Aldos') {
|
|
79
78
|
this.familyId = 'aldos';
|
|
80
|
-
this.distroLike = '
|
|
79
|
+
this.distroLike = 'Aldos';
|
|
81
80
|
this.codenameId = 'rolling'; // viene rimosso dal nome
|
|
82
81
|
this.codenameLikeId = this.familyId; // per krill
|
|
83
82
|
this.liveMediumPath = '/run/initramfs/live/';
|
|
@@ -95,10 +94,10 @@ class Distro {
|
|
|
95
94
|
* Fedora/RHEL compatible
|
|
96
95
|
*/
|
|
97
96
|
}
|
|
98
|
-
else if (this.distroId === '
|
|
97
|
+
else if (this.distroId === 'Almalinux' ||
|
|
99
98
|
this.distroId === 'Fedora' ||
|
|
100
|
-
this.distroId === '
|
|
101
|
-
this.distroId === '
|
|
99
|
+
this.distroId === 'Nobaralinux' ||
|
|
100
|
+
this.distroId === 'Rocky') {
|
|
102
101
|
this.familyId = 'fedora';
|
|
103
102
|
this.distroLike = 'Fedora';
|
|
104
103
|
this.codenameId = 'rolling'; // viene rimosso dal nome
|
|
@@ -108,7 +107,7 @@ class Distro {
|
|
|
108
107
|
* openmamba
|
|
109
108
|
*/
|
|
110
109
|
}
|
|
111
|
-
else if (this.distroId === '
|
|
110
|
+
else if (this.distroId === 'Openmamba') {
|
|
112
111
|
this.familyId = 'openmamba';
|
|
113
112
|
this.distroLike = 'openmamba';
|
|
114
113
|
this.codenameId = 'rolling'; // viene rimosso dal nome
|
|
@@ -118,17 +117,17 @@ class Distro {
|
|
|
118
117
|
* opensuse compatible
|
|
119
118
|
*/
|
|
120
119
|
}
|
|
121
|
-
else if (this.distroId
|
|
120
|
+
else if (this.distroId.includes('Opensuse')) {
|
|
122
121
|
this.familyId = 'opensuse';
|
|
123
122
|
this.distroLike = this.distroId;
|
|
124
|
-
this.codenameId = 'rolling'; //
|
|
123
|
+
this.codenameId = 'rolling'; // sistemare non
|
|
125
124
|
this.codenameLikeId = this.familyId; // per krill
|
|
126
125
|
this.liveMediumPath = '/run/initramfs/live/'; // check
|
|
127
126
|
/**
|
|
128
127
|
* voidlinux compatible
|
|
129
128
|
*/
|
|
130
129
|
}
|
|
131
|
-
else if (this.distroId === '
|
|
130
|
+
else if (this.distroId === 'Voidlinux') {
|
|
132
131
|
this.familyId = 'voidlinux';
|
|
133
132
|
this.distroLike = this.distroId;
|
|
134
133
|
this.codenameId = 'rolling';
|
|
@@ -307,11 +306,12 @@ class Distro {
|
|
|
307
306
|
this.usrLibPath = '/usr/lib64/';
|
|
308
307
|
}
|
|
309
308
|
/**
|
|
310
|
-
*
|
|
309
|
+
* Manjarolinux e derivate
|
|
311
310
|
*/
|
|
312
311
|
if (Diversions.isManjaroBased(this.distroId)) {
|
|
313
312
|
this.liveMediumPath = '/run/miso/bootmnt/';
|
|
314
313
|
this.squashfs = 'manjaro/x86_64/livefs.sfs';
|
|
314
|
+
this.codenameId = shell.exec(`lsb_release -cs`, { silent: true }).stdout.toString().trim();
|
|
315
315
|
}
|
|
316
316
|
/**
|
|
317
317
|
* lettura os_release per i pulsanti
|
|
@@ -50,6 +50,16 @@ export default class Diversions {
|
|
|
50
50
|
}
|
|
51
51
|
return grubName;
|
|
52
52
|
}
|
|
53
|
+
/**
|
|
54
|
+
* grubForce
|
|
55
|
+
*/
|
|
56
|
+
static grubForce(familyId) {
|
|
57
|
+
let grubForce = '';
|
|
58
|
+
if (familyId === 'aldos' || familyId === 'fedora') {
|
|
59
|
+
grubForce = '--force';
|
|
60
|
+
}
|
|
61
|
+
return grubForce;
|
|
62
|
+
}
|
|
53
63
|
/**
|
|
54
64
|
*
|
|
55
65
|
* @param familyId
|
|
@@ -106,9 +116,9 @@ export default class Diversions {
|
|
|
106
116
|
*/
|
|
107
117
|
static isManjaroBased(distro) {
|
|
108
118
|
let found = false;
|
|
109
|
-
if (distro === '
|
|
110
|
-
distro === `
|
|
111
|
-
distro === `
|
|
119
|
+
if (distro === 'Manjaro' ||
|
|
120
|
+
distro === `Biglinux` ||
|
|
121
|
+
distro === `Bigcommunity`) {
|
|
112
122
|
found = true;
|
|
113
123
|
}
|
|
114
124
|
return found;
|
|
@@ -64,7 +64,7 @@ export class Opensuse {
|
|
|
64
64
|
await fisherman.buildModule('plymouthcfg');
|
|
65
65
|
//await fisherman.buildModule('mkinitfs')
|
|
66
66
|
await fisherman.moduleRemoveuser(this.user_opt);
|
|
67
|
-
await fisherman.buildCalamaresModule('cleanup', true)
|
|
67
|
+
// await fisherman.buildCalamaresModule('cleanup', true)
|
|
68
68
|
/**
|
|
69
69
|
* cfs: custom final steps
|
|
70
70
|
*/
|
|
@@ -41,12 +41,12 @@ export function installer() {
|
|
|
41
41
|
installer.modules = installer.configRoot + 'modules/';
|
|
42
42
|
installer.multiarchModules = installer.multiarch + 'modules/';
|
|
43
43
|
/**
|
|
44
|
-
* i template calamares/krill sono SEMPRE nel folder calamares
|
|
44
|
+
* i template calamares/krill sono SEMPRE nel folder calamares e calamares-modules
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
const distro = new Distro();
|
|
48
48
|
installer.template = `/etc/penguins-eggs.d/distros/${distro.codenameLikeId}/calamares/`;
|
|
49
49
|
installer.templateModules = `${installer.template}modules/`;
|
|
50
|
-
installer.templateMultiarch = `${installer.template}
|
|
50
|
+
installer.templateMultiarch = `${installer.template}calamares-modules/`;
|
|
51
51
|
return installer;
|
|
52
52
|
}
|