penguins-eggs 10.0.22 → 10.0.24
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 +25 -25
- package/addons/eggs/theme/livecd/grub.main.cfg +11 -5
- package/addons/eggs/theme/livecd/isolinux.main.cfg +10 -12
- package/conf/distros/devel/README.md +3 -0
- package/conf/distros/focal/README.md +3 -0
- package/conf/distros/jammy/README.md +1 -1
- package/conf/distros/noble/calamares/calamares-modules/.keepit +0 -0
- package/conf/distros/{focal/calamares/modules → noble/calamares/modules/focal-jammy}/fstab.yml +2 -2
- package/conf/distros/{focal/calamares/modules → noble/calamares/modules/focal-jammy}/mount.yml +2 -2
- package/conf/distros/{focal/calamares/modules → noble/calamares/modules/focal-jammy}/users.yml +2 -2
- package/conf/distros/noble/calamares/modules/mount.yml +1 -0
- package/conf/distros/noble/calamares/modules/partition.yml +2 -2
- package/conf/distros/noble/calamares/modules/welcome.yml +1 -1
- package/conf/distros/noble/calamares/settings.yml +8 -8
- package/dist/classes/incubation/distros/{focal.d.ts → noble.d.ts} +1 -1
- package/dist/classes/incubation/distros/{focal.js → noble.js} +1 -1
- package/dist/classes/incubation/incubator.js +5 -5
- package/dist/classes/keyboards.d.ts +1 -1
- package/dist/classes/keyboards.js +1 -1
- package/dist/classes/locales.js +9 -2
- package/dist/classes/pacman.js +18 -14
- package/dist/krill/modules/add-user.js +10 -6
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +3 -3
- package/package.json +1 -1
- package/conf/distros/devel/calamares/calamares-modules/automirror/automirror.yml +0 -17
- package/conf/distros/devel/calamares/calamares-modules/automirror/main.py +0 -168
- package/conf/distros/devel/calamares/calamares-modules/automirror/module.yml +0 -7
- package/conf/distros/devel/calamares/modules/_packages.yml +0 -16
- package/conf/distros/devel/calamares/modules/after_bootloader_context.yml +0 -18
- package/conf/distros/devel/calamares/modules/automirror.yml +0 -16
- package/conf/distros/devel/calamares/modules/before_bootloader_context.yml +0 -24
- package/conf/distros/devel/calamares/modules/bootloader.yml +0 -33
- package/conf/distros/devel/calamares/modules/finished.yml +0 -3
- package/conf/distros/devel/calamares/modules/fstab.yml +0 -2
- package/conf/distros/devel/calamares/modules/grubcfg.yml +0 -3
- package/conf/distros/devel/calamares/modules/locale.yml +0 -8
- package/conf/distros/devel/calamares/modules/machineid.yml +0 -8
- package/conf/distros/devel/calamares/modules/mount.yml +0 -38
- package/conf/distros/devel/calamares/modules/partition.yml +0 -8
- package/conf/distros/devel/calamares/modules/shellprocess_add386arch.yml +0 -5
- package/conf/distros/devel/calamares/modules/shellprocess_bug-LP#1829805.yml +0 -5
- package/conf/distros/devel/calamares/modules/unpackfs.yml +0 -5
- package/conf/distros/devel/calamares/modules/users.yml +0 -23
- package/conf/distros/devel/calamares/modules/welcome.yml +0 -26
- package/conf/distros/devel/calamares/settings.yml +0 -72
- package/conf/distros/focal/calamares/calamares-modules/automirror/automirror.yml +0 -17
- package/conf/distros/focal/calamares/calamares-modules/automirror/main.py +0 -168
- package/conf/distros/focal/calamares/calamares-modules/automirror/module.yml +0 -7
- package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +0 -19
- package/conf/distros/focal/calamares/modules/automirror.yml +0 -6
- package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +0 -19
- package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +0 -11
- package/conf/distros/focal/calamares/modules/bootloader.yml +0 -34
- package/conf/distros/focal/calamares/modules/finished.yml +0 -4
- package/conf/distros/focal/calamares/modules/grubcfg.yml +0 -5
- package/conf/distros/focal/calamares/modules/locale.yml +0 -9
- package/conf/distros/focal/calamares/modules/machineid.yml +0 -9
- package/conf/distros/focal/calamares/modules/partition.yml +0 -10
- package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +0 -6
- package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +0 -5
- package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +0 -6
- package/conf/distros/focal/calamares/modules/unpackfs.yml +0 -7
- package/conf/distros/focal/calamares/modules/welcome.yml +0 -26
- package/conf/distros/focal/calamares/settings.yml +0 -72
- package/conf/distros/noble/calamares/modules/before_bootloader_mkdirs_context.yml +0 -10
- package/conf/distros/noble/calamares/modules/displaymanager.yml +0 -9
- package/conf/distros/noble/calamares/modules/shellprocess_logs.yml +0 -5
- /package/conf/distros/noble/calamares/modules/{automirror.yml → _automirror.yml} +0 -0
- /package/conf/distros/noble/calamares/modules/{before_bootloader_context.yml → _before_bootloader_context.yml} +0 -0
- /package/conf/distros/{devel/calamares/modules/before_bootloader_mkdirs_context.yml → noble/calamares/modules/_before_bootloader_mkdirs_context.yml} +0 -0
- /package/conf/distros/{devel → noble}/calamares/modules/_displaymanager.yml +0 -0
- /package/conf/distros/noble/calamares/modules/{oemid.yml → _oemid.yml} +0 -0
- /package/conf/distros/noble/calamares/modules/{pkgselect_context.yml → _pkgselect_context.yml} +0 -0
- /package/conf/distros/noble/calamares/modules/{pkgselect_snap_context.yml → _pkgselect_snap_context.yml} +0 -0
- /package/conf/distros/{devel/calamares/modules/shellprocess_logs.yml → noble/calamares/modules/_shellprocess_logs.yml} +0 -0
- /package/conf/distros/noble/calamares/modules/{users.conf.oem → _users.conf.oem} +0 -0
package/.oclif.manifest.json
CHANGED
package/README.md
CHANGED
|
@@ -490,7 +490,7 @@ EXAMPLES
|
|
|
490
490
|
$ eggs adapt
|
|
491
491
|
```
|
|
492
492
|
|
|
493
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
493
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/adapt.ts)_
|
|
494
494
|
|
|
495
495
|
## `eggs analyze`
|
|
496
496
|
|
|
@@ -511,7 +511,7 @@ EXAMPLES
|
|
|
511
511
|
sudo eggs analyze
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
514
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/analyze.ts)_
|
|
515
515
|
|
|
516
516
|
## `eggs autocomplete [SHELL]`
|
|
517
517
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
sudo eggs calamares --remove
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
578
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/calamares.ts)_
|
|
579
579
|
|
|
580
580
|
## `eggs config`
|
|
581
581
|
|
|
@@ -602,7 +602,7 @@ EXAMPLES
|
|
|
602
602
|
sudo eggs config --clean --nointeractive
|
|
603
603
|
```
|
|
604
604
|
|
|
605
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
605
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/config.ts)_
|
|
606
606
|
|
|
607
607
|
## `eggs cuckoo`
|
|
608
608
|
|
|
@@ -622,7 +622,7 @@ EXAMPLES
|
|
|
622
622
|
sudo eggs cuckoo
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
625
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/cuckoo.ts)_
|
|
626
626
|
|
|
627
627
|
## `eggs dad`
|
|
628
628
|
|
|
@@ -650,7 +650,7 @@ EXAMPLES
|
|
|
650
650
|
sudo dad --default
|
|
651
651
|
```
|
|
652
652
|
|
|
653
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
653
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/dad.ts)_
|
|
654
654
|
|
|
655
655
|
## `eggs export deb`
|
|
656
656
|
|
|
@@ -677,7 +677,7 @@ EXAMPLES
|
|
|
677
677
|
$ eggs export deb --all
|
|
678
678
|
```
|
|
679
679
|
|
|
680
|
-
_See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
680
|
+
_See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/export/deb.ts)_
|
|
681
681
|
|
|
682
682
|
## `eggs export iso`
|
|
683
683
|
|
|
@@ -702,7 +702,7 @@ EXAMPLES
|
|
|
702
702
|
$ eggs export iso --clean
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
705
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/export/iso.ts)_
|
|
706
706
|
|
|
707
707
|
## `eggs help [COMMAND]`
|
|
708
708
|
|
|
@@ -763,7 +763,7 @@ EXAMPLES
|
|
|
763
763
|
sudo eggs install --chroot
|
|
764
764
|
```
|
|
765
765
|
|
|
766
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
766
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/install.ts)_
|
|
767
767
|
|
|
768
768
|
## `eggs kill`
|
|
769
769
|
|
|
@@ -786,7 +786,7 @@ EXAMPLES
|
|
|
786
786
|
sudo eggs kill
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
789
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/kill.ts)_
|
|
790
790
|
|
|
791
791
|
## `eggs krill`
|
|
792
792
|
|
|
@@ -845,7 +845,7 @@ EXAMPLES
|
|
|
845
845
|
$ eggs mom
|
|
846
846
|
```
|
|
847
847
|
|
|
848
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
848
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/mom.ts)_
|
|
849
849
|
|
|
850
850
|
## `eggs produce`
|
|
851
851
|
|
|
@@ -902,7 +902,7 @@ EXAMPLES
|
|
|
902
902
|
sudo eggs produce --excludes home # exclude ~/*
|
|
903
903
|
```
|
|
904
904
|
|
|
905
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
905
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/produce.ts)_
|
|
906
906
|
|
|
907
907
|
## `eggs status`
|
|
908
908
|
|
|
@@ -923,7 +923,7 @@ EXAMPLES
|
|
|
923
923
|
$ eggs status
|
|
924
924
|
```
|
|
925
925
|
|
|
926
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
926
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/status.ts)_
|
|
927
927
|
|
|
928
928
|
## `eggs syncfrom`
|
|
929
929
|
|
|
@@ -949,7 +949,7 @@ EXAMPLES
|
|
|
949
949
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
950
950
|
```
|
|
951
951
|
|
|
952
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
952
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/syncfrom.ts)_
|
|
953
953
|
|
|
954
954
|
## `eggs syncto`
|
|
955
955
|
|
|
@@ -976,7 +976,7 @@ EXAMPLES
|
|
|
976
976
|
sudo eggs syncto --excludes
|
|
977
977
|
```
|
|
978
978
|
|
|
979
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
979
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/syncto.ts)_
|
|
980
980
|
|
|
981
981
|
## `eggs tools clean`
|
|
982
982
|
|
|
@@ -998,7 +998,7 @@ EXAMPLES
|
|
|
998
998
|
sudo eggs tools clean
|
|
999
999
|
```
|
|
1000
1000
|
|
|
1001
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1001
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/tools/clean.ts)_
|
|
1002
1002
|
|
|
1003
1003
|
## `eggs tools ppa`
|
|
1004
1004
|
|
|
@@ -1024,7 +1024,7 @@ EXAMPLES
|
|
|
1024
1024
|
sudo eggs tools ppa --remove
|
|
1025
1025
|
```
|
|
1026
1026
|
|
|
1027
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1027
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/tools/ppa.ts)_
|
|
1028
1028
|
|
|
1029
1029
|
## `eggs tools skel`
|
|
1030
1030
|
|
|
@@ -1048,7 +1048,7 @@ EXAMPLES
|
|
|
1048
1048
|
sudo eggs tools skel --user user-to-be-copied
|
|
1049
1049
|
```
|
|
1050
1050
|
|
|
1051
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1051
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/tools/skel.ts)_
|
|
1052
1052
|
|
|
1053
1053
|
## `eggs tools stat`
|
|
1054
1054
|
|
|
@@ -1074,7 +1074,7 @@ EXAMPLES
|
|
|
1074
1074
|
$ eggs tools stat --year
|
|
1075
1075
|
```
|
|
1076
1076
|
|
|
1077
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1077
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/tools/stat.ts)_
|
|
1078
1078
|
|
|
1079
1079
|
## `eggs tools yolk`
|
|
1080
1080
|
|
|
@@ -1095,7 +1095,7 @@ EXAMPLES
|
|
|
1095
1095
|
sudo eggs tools yolk
|
|
1096
1096
|
```
|
|
1097
1097
|
|
|
1098
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1098
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/tools/yolk.ts)_
|
|
1099
1099
|
|
|
1100
1100
|
## `eggs update`
|
|
1101
1101
|
|
|
@@ -1116,7 +1116,7 @@ EXAMPLES
|
|
|
1116
1116
|
$ eggs update
|
|
1117
1117
|
```
|
|
1118
1118
|
|
|
1119
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1119
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/update.ts)_
|
|
1120
1120
|
|
|
1121
1121
|
## `eggs version`
|
|
1122
1122
|
|
|
@@ -1162,7 +1162,7 @@ EXAMPLES
|
|
|
1162
1162
|
$ eggs wardrobe get your-wardrobe
|
|
1163
1163
|
```
|
|
1164
1164
|
|
|
1165
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1165
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/wardrobe/get.ts)_
|
|
1166
1166
|
|
|
1167
1167
|
## `eggs wardrobe list [REPO]`
|
|
1168
1168
|
|
|
@@ -1191,7 +1191,7 @@ EXAMPLES
|
|
|
1191
1191
|
$ eggs wardrobe list --distro arch
|
|
1192
1192
|
```
|
|
1193
1193
|
|
|
1194
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1194
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/wardrobe/list.ts)_
|
|
1195
1195
|
|
|
1196
1196
|
## `eggs wardrobe show [REPO]`
|
|
1197
1197
|
|
|
@@ -1221,7 +1221,7 @@ EXAMPLES
|
|
|
1221
1221
|
$ eggs wardrobe show accessories/
|
|
1222
1222
|
```
|
|
1223
1223
|
|
|
1224
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1224
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/wardrobe/show.ts)_
|
|
1225
1225
|
|
|
1226
1226
|
## `eggs wardrobe wear [REPO]`
|
|
1227
1227
|
|
|
@@ -1252,7 +1252,7 @@ EXAMPLES
|
|
|
1252
1252
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1253
1253
|
```
|
|
1254
1254
|
|
|
1255
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1255
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.24/src/commands/wardrobe/wear.ts)_
|
|
1256
1256
|
<!-- commandsstop -->
|
|
1257
1257
|
|
|
1258
1258
|
# penGUI
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
#
|
|
2
2
|
# eggs: grub.main.cfg
|
|
3
3
|
#
|
|
4
|
-
|
|
5
4
|
if loadfont $prefix/font.pf2 ; then
|
|
6
5
|
set gfxmode=1024x768x32
|
|
7
6
|
insmod efi_gop
|
|
@@ -23,7 +22,6 @@ menuentry "{{{fullname}}} Live/Installation" {
|
|
|
23
22
|
initrd {{{initrdImg}}}
|
|
24
23
|
}
|
|
25
24
|
|
|
26
|
-
|
|
27
25
|
menuentry "{{{fullname}}} Safe Mode" {
|
|
28
26
|
set gfxpayload=keep
|
|
29
27
|
{{{rmModules}}}
|
|
@@ -37,7 +35,15 @@ menuentry "{{{fullname}}} Text Mode" {
|
|
|
37
35
|
linux {{{vmlinuz}}} {{{kernel_parameters}}} auto noprompt priority=critical init 3 mitigations=off amd_pstate.enable=0 intel_pstate=disable loglevel=0 nowatchdog elevator=noop slab_nomerge init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off oops=panic module.sig_enforce=1 lockdown=confidentiality mce=0 loglevel=0 fsck.mode=skip quiet splash
|
|
38
36
|
initrd {{{initrdImg}}}
|
|
39
37
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
grub_platform
|
|
39
|
+
if [ "$grub_platform" = "efi" ]; then
|
|
40
|
+
menuentry "Boot from local disk" {
|
|
41
|
+
exit 1
|
|
43
42
|
}
|
|
43
|
+
#menuentry 'UEFI Firmware Settings' {
|
|
44
|
+
# fwsetup
|
|
45
|
+
#}
|
|
46
|
+
#menuentry 'Memory test' {
|
|
47
|
+
# linux /boot/memtest.efi
|
|
48
|
+
#}
|
|
49
|
+
fi
|
|
@@ -8,30 +8,28 @@ default vesamenu.c32
|
|
|
8
8
|
prompt 0
|
|
9
9
|
timeout 100
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
label Live/Installation Mode
|
|
13
|
-
menu label {{{fullname}}} Live/Installation Mode
|
|
14
|
-
menu default
|
|
11
|
+
label Live
|
|
12
|
+
menu label {{{fullname}}} Live/Installation Mode
|
|
15
13
|
say "Booting {{{fullname}}} GNU/Linux (kernel {{{kernel}}})"
|
|
16
14
|
linux {{{vmlinuz}}}
|
|
17
15
|
append initrd={{{initrdImg}}} {{{kernel_parameters}}} auto noprompt priority=critical mitigations=off amd_pstate.enable=0 intel_pstate=disable loglevel=0 nowatchdog elevator=noop slab_nomerge init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off oops=panic module.sig_enforce=1 lockdown=confidentiality mce=0 loglevel=0 fsck.mode=skip quiet splash
|
|
18
16
|
|
|
19
17
|
|
|
20
|
-
label
|
|
18
|
+
label Safe
|
|
21
19
|
menu label {{{fullname}}} Safe Mode
|
|
22
20
|
say "Booting {{{fullname}}} GNU/Linux (kernel {{{kernel}}})"
|
|
23
21
|
linux {{{vmlinuz}}}
|
|
24
22
|
append initrd={{{initrdImg}}} {{{kernel_parameters}}} auto noprompt priority=critical nomodeset apparmor=0 net.ifnames=0 noapic noapm nodma nomce nolapic nosmp vga=normal mitigations=off amd_pstate.enable=0 intel_pstate=disable loglevel=0 nowatchdog elevator=noop slab_nomerge init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off oops=panic module.sig_enforce=1 lockdown=confidentiality mce=0 loglevel=0 fsck.mode=skip quiet splash
|
|
25
23
|
|
|
26
24
|
|
|
27
|
-
label
|
|
25
|
+
label Text
|
|
28
26
|
menu label {{{fullname}}} Text Mode
|
|
29
27
|
say "Booting {{{fullname}}} GNU/Linux (kernel {{{kernel}}})"
|
|
30
28
|
linux {{{vmlinuz}}}
|
|
31
|
-
append initrd={{{initrdImg}}} {{{kernel_parameters}}} auto noprompt priority=critical init 3 mitigations=off amd_pstate.enable=0 intel_pstate=disable loglevel=0 nowatchdog elevator=noop slab_nomerge init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off oops=panic module.sig_enforce=1 lockdown=confidentiality mce=0 loglevel=0 fsck.mode=skip quiet splash
|
|
32
|
-
|
|
33
|
-
label Boot from local
|
|
34
|
-
com32 chain.c32
|
|
35
|
-
append hd1 1 swap
|
|
29
|
+
append initrd={{{initrdImg}}} {{{kernel_parameters}}} auto noprompt priority=critical init 3 mitigations=off amd_pstate.enable=0 intel_pstate=disable loglevel=0 nowatchdog elevator=noop slab_nomerge init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off oops=panic module.sig_enforce=1 lockdown=confidentiality mce=0 loglevel=0 fsck.mode=skip quiet splash
|
|
36
30
|
|
|
37
|
-
|
|
31
|
+
label local
|
|
32
|
+
menu label Boot from local disk
|
|
33
|
+
COM32 chain.c32
|
|
34
|
+
APPEND hd0
|
|
35
|
+
say "Booting from the first hard drive"
|
|
File without changes
|
package/conf/distros/{focal/calamares/modules → noble/calamares/modules/focal-jammy}/fstab.yml
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Ubuntu
|
|
1
|
+
# Ubuntu focal 20.04
|
|
2
2
|
---
|
|
3
3
|
mountOptions:
|
|
4
4
|
default: defaults
|
|
@@ -10,4 +10,4 @@ ssdExtraMountOptions:
|
|
|
10
10
|
swap: discard
|
|
11
11
|
btrfs: discard,compress=lzo
|
|
12
12
|
crypttabOptions: luks,keyscript=/bin/cat
|
|
13
|
-
efiMountOptions: umask=0077
|
|
13
|
+
efiMountOptions: umask=0077
|
|
@@ -9,13 +9,13 @@ drawNestedPartitions: true
|
|
|
9
9
|
defaultFileSystemType: "ext4"
|
|
10
10
|
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
|
11
11
|
partitionLayout:
|
|
12
|
-
- name: "
|
|
12
|
+
- name: "ubuntu_boot"
|
|
13
13
|
filesystem: ext4
|
|
14
14
|
noEncrypt: true
|
|
15
15
|
onlyPresentWithEncryption: true
|
|
16
16
|
mountPoint: "/boot"
|
|
17
17
|
size: 4G
|
|
18
|
-
- name: "
|
|
18
|
+
- name: "ubuntu_root"
|
|
19
19
|
filesystem: unknown
|
|
20
20
|
mountPoint: "/"
|
|
21
21
|
size: 100%
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
modules-search: [ local ]
|
|
4
4
|
|
|
5
5
|
instances:
|
|
6
|
-
|
|
7
|
-
module: contextualprocess
|
|
8
|
-
config: before_bootloader_mkdirs_context.conf
|
|
9
|
-
|
|
10
|
-
module: contextualprocess
|
|
11
|
-
config: before_bootloader_context.conf
|
|
6
|
+
#- id: before_bootloader_mkdirs
|
|
7
|
+
# module: contextualprocess
|
|
8
|
+
# config: before_bootloader_mkdirs_context.conf
|
|
9
|
+
#- id: before_bootloader
|
|
10
|
+
# module: contextualprocess
|
|
11
|
+
# config: before_bootloader_context.conf
|
|
12
12
|
#- id: logs
|
|
13
13
|
# module: shellprocess
|
|
14
14
|
# config: shellprocess_logs.conf
|
|
@@ -57,12 +57,12 @@ sequence:
|
|
|
57
57
|
{{hasDisplaymanager}}displaymanager
|
|
58
58
|
- networkcfg
|
|
59
59
|
- hwclock
|
|
60
|
-
|
|
60
|
+
#- contextualprocess@before_bootloader_mkdirs
|
|
61
61
|
- shellprocess@bug-LP#1829805
|
|
62
62
|
- initramfscfg
|
|
63
63
|
- initramfs
|
|
64
64
|
- grubcfg
|
|
65
|
-
|
|
65
|
+
#- contextualprocess@before_bootloader
|
|
66
66
|
- bootloader
|
|
67
67
|
# automirror
|
|
68
68
|
- shellprocess@add386arch
|
|
@@ -14,7 +14,7 @@ import Pacman from '../pacman.js';
|
|
|
14
14
|
import Utils from '../utils.js';
|
|
15
15
|
import { Bionic } from './distros/bionic.js';
|
|
16
16
|
import { Buster } from './distros/buster.js';
|
|
17
|
-
import {
|
|
17
|
+
import { Noble } from './distros/noble.js';
|
|
18
18
|
import { Jessie } from './distros/jessie.js';
|
|
19
19
|
import { Rolling } from './distros/rolling.js';
|
|
20
20
|
import { installer } from './installer.js';
|
|
@@ -119,22 +119,22 @@ export default class Incubator {
|
|
|
119
119
|
break;
|
|
120
120
|
}
|
|
121
121
|
case 'focal': {
|
|
122
|
-
const focal = new
|
|
122
|
+
const focal = new Noble(this.installer, this.remix, this.distro, this.user_opt, release, this.theme, this.isClone, this.verbose);
|
|
123
123
|
await focal.create();
|
|
124
124
|
break;
|
|
125
125
|
}
|
|
126
126
|
case 'jammy': {
|
|
127
|
-
const jammy = new
|
|
127
|
+
const jammy = new Noble(this.installer, this.remix, this.distro, this.user_opt, release, this.theme, this.isClone, this.verbose);
|
|
128
128
|
await jammy.create();
|
|
129
129
|
break;
|
|
130
130
|
}
|
|
131
131
|
case 'noble': {
|
|
132
|
-
const noble = new
|
|
132
|
+
const noble = new Noble(this.installer, this.remix, this.distro, this.user_opt, release, this.theme, this.isClone, this.verbose);
|
|
133
133
|
await noble.create();
|
|
134
134
|
break;
|
|
135
135
|
}
|
|
136
136
|
case 'devel': {
|
|
137
|
-
const devel = new
|
|
137
|
+
const devel = new Noble(this.installer, this.remix, this.distro, this.user_opt, release, this.theme, this.isClone, this.verbose);
|
|
138
138
|
await devel.create();
|
|
139
139
|
break;
|
|
140
140
|
}
|
package/dist/classes/locales.js
CHANGED
|
@@ -28,9 +28,13 @@ export default class Locales {
|
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
async getEnabled() {
|
|
31
|
+
const distro = new Distro();
|
|
32
|
+
let cmd = 'localectl list-locales';
|
|
33
|
+
if (distro.familyId === 'alpine') {
|
|
34
|
+
cmd = 'locale -a';
|
|
35
|
+
}
|
|
31
36
|
// Restituisce i locales abilitati in Debian, per manjaro quelli presenti
|
|
32
37
|
// in /etc/locale.gen anche se #disabilitati
|
|
33
|
-
const cmd = 'localectl list-locales';
|
|
34
38
|
const enabledLocales = [];
|
|
35
39
|
const result = await exec(cmd, { capture: true, echo: false, ignore: false });
|
|
36
40
|
if (result.code === 0) {
|
|
@@ -47,7 +51,10 @@ export default class Locales {
|
|
|
47
51
|
async getSupported() {
|
|
48
52
|
const distro = new Distro();
|
|
49
53
|
let supporteds = [];
|
|
50
|
-
if (distro.familyId === '
|
|
54
|
+
if (distro.familyId === 'alpine') {
|
|
55
|
+
supporteds = await this.getEnabled();
|
|
56
|
+
}
|
|
57
|
+
else if (distro.familyId === 'debian') {
|
|
51
58
|
supporteds = fs.readFileSync('/usr/share/i18n/SUPPORTED', 'utf8').split('\n');
|
|
52
59
|
}
|
|
53
60
|
else if (distro.familyId === 'archlinux') {
|
package/dist/classes/pacman.js
CHANGED
|
@@ -359,8 +359,8 @@ export default class Pacman {
|
|
|
359
359
|
}
|
|
360
360
|
else if (this.distro().codenameLikeId === 'bionic') {
|
|
361
361
|
const dest = '/etc/penguins-eggs.d/distros/bionic';
|
|
362
|
-
const bionic = `${rootPen}/conf/distros/bionic
|
|
363
|
-
await exec(`cp -r ${bionic} ${dest}`, echo);
|
|
362
|
+
const bionic = `${rootPen}/conf/distros/bionic`;
|
|
363
|
+
await exec(`cp -r ${bionic}/* ${dest}`, echo);
|
|
364
364
|
// Poi da buster
|
|
365
365
|
await exec(`cp -r ${buster}/calamares/calamares-modules/cleanup ${dest}/calamares/calamares-modules/cleanup`, echo);
|
|
366
366
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk ${dest}/calamares/calamares-modules/sources-yolk`, echo);
|
|
@@ -370,13 +370,15 @@ export default class Pacman {
|
|
|
370
370
|
await exec(`cp -r ${buster}/calamares/modules/unpackfs.yml ${dest}/calamares/modules/unpackfs.yml`, echo);
|
|
371
371
|
await exec(`cp -r ${buster}/calamares/modules/displaymanager.yml ${dest}/calamares/modules/displaymanager.yml`, echo);
|
|
372
372
|
/**
|
|
373
|
-
* Ubuntu focal: eredita da
|
|
373
|
+
* Ubuntu focal: eredita da noble e buster
|
|
374
374
|
*/
|
|
375
375
|
}
|
|
376
376
|
else if (this.distro().codenameLikeId === 'focal') {
|
|
377
377
|
const dest = '/etc/penguins-eggs.d/distros/focal';
|
|
378
|
-
const
|
|
379
|
-
await exec(`cp -r ${
|
|
378
|
+
const noble = `${rootPen}/conf/distros/noble`;
|
|
379
|
+
await exec(`cp -r ${noble}/* ${dest}`, echo);
|
|
380
|
+
// backport per focal e jammy: fstab, mount, users
|
|
381
|
+
await exec(`cp ${noble}/calamares/modules/focal-jammy/* ${dest}/calamares/modules/`, echo);
|
|
380
382
|
await exec(`cp -r ${buster}/calamares/calamares-modules/cleanup ${dest}/calamares/calamares-modules/cleanup`, echo);
|
|
381
383
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk ${dest}/calamares/calamares-modules/sources-yolk`, echo);
|
|
382
384
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk-undo ${dest}/calamares/calamares-modules/sources-yolk-undo`, echo);
|
|
@@ -385,13 +387,15 @@ export default class Pacman {
|
|
|
385
387
|
await exec(`cp -r ${buster}/calamares/modules/unpackfs.yml ${dest}/calamares/modules/unpackfs.yml`, echo);
|
|
386
388
|
await exec(`cp -r ${buster}/calamares/modules/displaymanager.yml ${dest}/calamares/modules/displaymanager.yml`, echo);
|
|
387
389
|
/**
|
|
388
|
-
* Ubuntu 22.04 jammy: eredita da
|
|
390
|
+
* Ubuntu 22.04 jammy: eredita da noble e buster
|
|
389
391
|
*/
|
|
390
392
|
}
|
|
391
393
|
else if (this.distro().codenameLikeId === 'jammy') {
|
|
392
394
|
const dest = '/etc/penguins-eggs.d/distros/jammy';
|
|
393
|
-
const
|
|
394
|
-
await exec(`cp -r ${
|
|
395
|
+
const noble = `${rootPen}/conf/distros/noble`;
|
|
396
|
+
await exec(`cp -r ${noble}/* ${dest}`, echo);
|
|
397
|
+
// backport per focal e jammy: fstab, mount, users
|
|
398
|
+
await exec(`cp ${noble}/calamares/modules/focal-jammy/* ${dest}/calamares/modules/`, echo);
|
|
395
399
|
await exec(`cp -r ${buster}/calamares/calamares-modules/cleanup ${dest}/calamares/calamares-modules/cleanup`, echo);
|
|
396
400
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk ${dest}/calamares/calamares-modules/sources-yolk`, echo);
|
|
397
401
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk-undo ${dest}/calamares/calamares-modules/sources-yolk-undo`, echo);
|
|
@@ -400,14 +404,14 @@ export default class Pacman {
|
|
|
400
404
|
await exec(`cp -r ${buster}/calamares/modules/unpackfs.yml ${dest}/calamares/modules/unpackfs.yml`, echo);
|
|
401
405
|
await exec(`cp -r ${buster}/calamares/modules/displaymanager.yml ${dest}/calamares/modules/displaymanager.yml`, echo);
|
|
402
406
|
/**
|
|
403
|
-
* Ubuntu noble:
|
|
407
|
+
* Ubuntu noble: e la nuova baseline per ubuntu
|
|
404
408
|
*
|
|
405
409
|
*/
|
|
406
410
|
}
|
|
407
411
|
else if (this.distro().codenameLikeId === 'noble') {
|
|
408
412
|
const dest = '/etc/penguins-eggs.d/distros/noble';
|
|
409
|
-
const noble = `${rootPen}/conf/distros/noble
|
|
410
|
-
await exec(`cp -r ${noble} ${dest}`, echo);
|
|
413
|
+
const noble = `${rootPen}/conf/distros/noble`;
|
|
414
|
+
await exec(`cp -r ${noble}/* ${dest}`, echo);
|
|
411
415
|
await exec(`cp -r ${buster}/calamares/calamares-modules/cleanup ${dest}/calamares/calamares-modules/cleanup`, echo);
|
|
412
416
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk ${dest}/calamares/calamares-modules/sources-yolk`, echo);
|
|
413
417
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk-undo ${dest}/calamares/calamares-modules/sources-yolk-undo`, echo);
|
|
@@ -416,14 +420,14 @@ export default class Pacman {
|
|
|
416
420
|
await exec(`cp -r ${buster}/calamares/modules/unpackfs.yml ${dest}/calamares/modules/unpackfs.yml`, echo);
|
|
417
421
|
await exec(`cp -r ${buster}/calamares/modules/displaymanager.yml ${dest}/calamares/modules/displaymanager.yml`, echo);
|
|
418
422
|
/**
|
|
419
|
-
* Ubuntu rhino: eredita da
|
|
423
|
+
* Ubuntu rhino: eredita da noble e buster
|
|
420
424
|
*
|
|
421
425
|
*/
|
|
422
426
|
}
|
|
423
427
|
else if (this.distro().codenameLikeId === 'devel') {
|
|
424
428
|
const dest = '/etc/penguins-eggs.d/distros/devel';
|
|
425
|
-
const
|
|
426
|
-
await exec(`cp -r ${
|
|
429
|
+
const noble = `${rootPen}/conf/distros/noble`;
|
|
430
|
+
await exec(`cp -r ${noble}/* ${dest}`, echo);
|
|
427
431
|
await exec(`cp -r ${buster}/calamares/calamares-modules/cleanup ${dest}/calamares/calamares-modules/cleanup`, echo);
|
|
428
432
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk ${dest}/calamares/calamares-modules/sources-yolk`, echo);
|
|
429
433
|
await exec(`cp -r ${buster}/calamares/calamares-modules/sources-yolk-undo ${dest}/calamares/calamares-modules/sources-yolk-undo`, echo);
|