penguins-eggs 10.0.55 → 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 +45 -41
- 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 +3 -14
- package/conf/distros/buster/calamares/settings.yml +1 -1
- package/dist/classes/distro.js +19 -38
- package/dist/classes/diversions.d.ts +4 -0
- package/dist/classes/diversions.js +13 -3
- package/dist/classes/ovary.js +20 -13
- 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 +53 -4
- 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/package.json +14 -14
- /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
|
|
|
@@ -727,7 +731,7 @@ EXAMPLES
|
|
|
727
731
|
$ eggs export tarballs --clean
|
|
728
732
|
```
|
|
729
733
|
|
|
730
|
-
_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)_
|
|
731
735
|
|
|
732
736
|
## `eggs help [COMMAND]`
|
|
733
737
|
|
|
@@ -747,7 +751,7 @@ DESCRIPTION
|
|
|
747
751
|
Display help for eggs.
|
|
748
752
|
```
|
|
749
753
|
|
|
750
|
-
_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)_
|
|
751
755
|
|
|
752
756
|
## `eggs install`
|
|
753
757
|
|
|
@@ -788,7 +792,7 @@ EXAMPLES
|
|
|
788
792
|
sudo eggs install --chroot
|
|
789
793
|
```
|
|
790
794
|
|
|
791
|
-
_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)_
|
|
792
796
|
|
|
793
797
|
## `eggs kill`
|
|
794
798
|
|
|
@@ -811,7 +815,7 @@ EXAMPLES
|
|
|
811
815
|
sudo eggs kill
|
|
812
816
|
```
|
|
813
817
|
|
|
814
|
-
_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)_
|
|
815
819
|
|
|
816
820
|
## `eggs krill`
|
|
817
821
|
|
|
@@ -871,7 +875,7 @@ EXAMPLES
|
|
|
871
875
|
$ eggs auto
|
|
872
876
|
```
|
|
873
877
|
|
|
874
|
-
_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)_
|
|
875
879
|
|
|
876
880
|
## `eggs mom`
|
|
877
881
|
|
|
@@ -891,7 +895,7 @@ EXAMPLES
|
|
|
891
895
|
$ eggs mom
|
|
892
896
|
```
|
|
893
897
|
|
|
894
|
-
_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)_
|
|
895
899
|
|
|
896
900
|
## `eggs produce`
|
|
897
901
|
|
|
@@ -950,7 +954,7 @@ EXAMPLES
|
|
|
950
954
|
sudo eggs produce --excludes home # exclude ~/*
|
|
951
955
|
```
|
|
952
956
|
|
|
953
|
-
_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)_
|
|
954
958
|
|
|
955
959
|
## `eggs status`
|
|
956
960
|
|
|
@@ -971,7 +975,7 @@ EXAMPLES
|
|
|
971
975
|
$ eggs status
|
|
972
976
|
```
|
|
973
977
|
|
|
974
|
-
_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)_
|
|
975
979
|
|
|
976
980
|
## `eggs syncfrom`
|
|
977
981
|
|
|
@@ -997,7 +1001,7 @@ EXAMPLES
|
|
|
997
1001
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
998
1002
|
```
|
|
999
1003
|
|
|
1000
|
-
_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)_
|
|
1001
1005
|
|
|
1002
1006
|
## `eggs syncto`
|
|
1003
1007
|
|
|
@@ -1024,7 +1028,7 @@ EXAMPLES
|
|
|
1024
1028
|
sudo eggs syncto --excludes
|
|
1025
1029
|
```
|
|
1026
1030
|
|
|
1027
|
-
_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)_
|
|
1028
1032
|
|
|
1029
1033
|
## `eggs tools clean`
|
|
1030
1034
|
|
|
@@ -1046,7 +1050,7 @@ EXAMPLES
|
|
|
1046
1050
|
sudo eggs tools clean
|
|
1047
1051
|
```
|
|
1048
1052
|
|
|
1049
|
-
_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)_
|
|
1050
1054
|
|
|
1051
1055
|
## `eggs tools ppa`
|
|
1052
1056
|
|
|
@@ -1072,7 +1076,7 @@ EXAMPLES
|
|
|
1072
1076
|
sudo eggs tools ppa --remove
|
|
1073
1077
|
```
|
|
1074
1078
|
|
|
1075
|
-
_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)_
|
|
1076
1080
|
|
|
1077
1081
|
## `eggs tools skel`
|
|
1078
1082
|
|
|
@@ -1096,7 +1100,7 @@ EXAMPLES
|
|
|
1096
1100
|
sudo eggs tools skel --user user-to-be-copied
|
|
1097
1101
|
```
|
|
1098
1102
|
|
|
1099
|
-
_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)_
|
|
1100
1104
|
|
|
1101
1105
|
## `eggs tools stat`
|
|
1102
1106
|
|
|
@@ -1122,7 +1126,7 @@ EXAMPLES
|
|
|
1122
1126
|
$ eggs tools stat --year
|
|
1123
1127
|
```
|
|
1124
1128
|
|
|
1125
|
-
_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)_
|
|
1126
1130
|
|
|
1127
1131
|
## `eggs tools yolk`
|
|
1128
1132
|
|
|
@@ -1143,7 +1147,7 @@ EXAMPLES
|
|
|
1143
1147
|
sudo eggs tools yolk
|
|
1144
1148
|
```
|
|
1145
1149
|
|
|
1146
|
-
_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)_
|
|
1147
1151
|
|
|
1148
1152
|
## `eggs update`
|
|
1149
1153
|
|
|
@@ -1164,7 +1168,7 @@ EXAMPLES
|
|
|
1164
1168
|
$ eggs update
|
|
1165
1169
|
```
|
|
1166
1170
|
|
|
1167
|
-
_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)_
|
|
1168
1172
|
|
|
1169
1173
|
## `eggs version`
|
|
1170
1174
|
|
|
@@ -1184,7 +1188,7 @@ FLAG DESCRIPTIONS
|
|
|
1184
1188
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
1185
1189
|
```
|
|
1186
1190
|
|
|
1187
|
-
_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)_
|
|
1188
1192
|
|
|
1189
1193
|
## `eggs wardrobe get [REPO]`
|
|
1190
1194
|
|
|
@@ -1210,7 +1214,7 @@ EXAMPLES
|
|
|
1210
1214
|
$ eggs wardrobe get your-wardrobe
|
|
1211
1215
|
```
|
|
1212
1216
|
|
|
1213
|
-
_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)_
|
|
1214
1218
|
|
|
1215
1219
|
## `eggs wardrobe list [REPO]`
|
|
1216
1220
|
|
|
@@ -1239,7 +1243,7 @@ EXAMPLES
|
|
|
1239
1243
|
$ eggs wardrobe list --distro arch
|
|
1240
1244
|
```
|
|
1241
1245
|
|
|
1242
|
-
_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)_
|
|
1243
1247
|
|
|
1244
1248
|
## `eggs wardrobe show [REPO]`
|
|
1245
1249
|
|
|
@@ -1269,7 +1273,7 @@ EXAMPLES
|
|
|
1269
1273
|
$ eggs wardrobe show accessories/
|
|
1270
1274
|
```
|
|
1271
1275
|
|
|
1272
|
-
_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)_
|
|
1273
1277
|
|
|
1274
1278
|
## `eggs wardrobe wear [REPO]`
|
|
1275
1279
|
|
|
@@ -1300,7 +1304,7 @@ EXAMPLES
|
|
|
1300
1304
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1301
1305
|
```
|
|
1302
1306
|
|
|
1303
|
-
_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)_
|
|
1304
1308
|
<!-- commandsstop -->
|
|
1305
1309
|
|
|
1306
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
|
@@ -124,23 +124,12 @@
|
|
|
124
124
|
- n/a # Arch
|
|
125
125
|
|
|
126
126
|
# BluestarLinux
|
|
127
|
-
-
|
|
127
|
+
- bluestarlinux
|
|
128
128
|
|
|
129
129
|
# Garuda
|
|
130
|
-
-
|
|
131
|
-
- Spizaetus
|
|
130
|
+
- spizaetus
|
|
132
131
|
|
|
133
132
|
# Manjaro
|
|
134
|
-
-
|
|
135
|
-
- Ruah
|
|
136
|
-
- Raptor
|
|
137
|
-
- Sikaris
|
|
138
|
-
- Talos
|
|
139
|
-
- UltimaThule
|
|
140
|
-
- Uranos
|
|
141
|
-
- Vulcan
|
|
142
|
-
- Wynsdey
|
|
143
|
-
- Xahea
|
|
144
|
-
- Yonada
|
|
133
|
+
- yonada
|
|
145
134
|
|
|
146
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,14 +117,9 @@ 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
|
-
/**
|
|
125
|
-
* opensuse have codename=n/a
|
|
126
|
-
* but it is added to ID on /etc/os-relaese, so:
|
|
127
|
-
*/
|
|
128
|
-
this.distroId = getId(); // prende id di /etc/os-release
|
|
129
123
|
this.codenameId = 'rolling'; // sistemare non
|
|
130
124
|
this.codenameLikeId = this.familyId; // per krill
|
|
131
125
|
this.liveMediumPath = '/run/initramfs/live/'; // check
|
|
@@ -133,7 +127,7 @@ class Distro {
|
|
|
133
127
|
* voidlinux compatible
|
|
134
128
|
*/
|
|
135
129
|
}
|
|
136
|
-
else if (this.distroId === '
|
|
130
|
+
else if (this.distroId === 'Voidlinux') {
|
|
137
131
|
this.familyId = 'voidlinux';
|
|
138
132
|
this.distroLike = this.distroId;
|
|
139
133
|
this.codenameId = 'rolling';
|
|
@@ -312,11 +306,12 @@ class Distro {
|
|
|
312
306
|
this.usrLibPath = '/usr/lib64/';
|
|
313
307
|
}
|
|
314
308
|
/**
|
|
315
|
-
*
|
|
309
|
+
* Manjarolinux e derivate
|
|
316
310
|
*/
|
|
317
311
|
if (Diversions.isManjaroBased(this.distroId)) {
|
|
318
312
|
this.liveMediumPath = '/run/miso/bootmnt/';
|
|
319
313
|
this.squashfs = 'manjaro/x86_64/livefs.sfs';
|
|
314
|
+
this.codenameId = shell.exec(`lsb_release -cs`, { silent: true }).stdout.toString().trim();
|
|
320
315
|
}
|
|
321
316
|
/**
|
|
322
317
|
* lettura os_release per i pulsanti
|
|
@@ -344,17 +339,3 @@ class Distro {
|
|
|
344
339
|
}
|
|
345
340
|
}
|
|
346
341
|
export default Distro;
|
|
347
|
-
/**
|
|
348
|
-
* usa l'ID di /etc/os-release
|
|
349
|
-
*/
|
|
350
|
-
function getId() {
|
|
351
|
-
let id = '';
|
|
352
|
-
const data = fs.readFileSync('/etc/os-release', 'utf8');
|
|
353
|
-
// trova ID
|
|
354
|
-
const idLine = data.split('\n').find((line) => line.startsWith('ID='));
|
|
355
|
-
// Estrai il valore di ID
|
|
356
|
-
if (idLine) {
|
|
357
|
-
id = idLine.split('=')[1].trim().replace(/"/g, '');
|
|
358
|
-
}
|
|
359
|
-
return id;
|
|
360
|
-
}
|
|
@@ -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;
|