penguins-eggs 10.0.22 → 10.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.oclif.manifest.json +8 -8
- package/README.md +27 -27
- 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/users.yml +1 -0
- package/conf/distros/noble/calamares/modules/welcome.yml +1 -1
- package/conf/distros/noble/calamares/settings.yml +8 -8
- package/conf/distros/rolling/calamares/modules/finished.yml +1 -1
- package/dist/classes/bleach.js +22 -15
- package/dist/{lib → classes}/cli-autologin.d.ts +15 -6
- package/dist/{lib → classes}/cli-autologin.js +82 -36
- package/dist/classes/compressors.d.ts +1 -1
- package/dist/classes/compressors.js +10 -10
- package/dist/classes/daddy.d.ts +6 -6
- package/dist/classes/daddy.js +67 -67
- package/dist/classes/distro.js +206 -202
- package/dist/classes/families/alpine.js +2 -2
- 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.js +15 -0
- package/dist/classes/locales.js +25 -7
- package/dist/classes/ovary.d.ts +11 -11
- package/dist/classes/ovary.js +109 -93
- package/dist/classes/pacman.js +21 -19
- package/dist/classes/pxe.d.ts +6 -6
- package/dist/classes/pxe.js +42 -42
- package/dist/classes/utils.d.ts +5 -1
- package/dist/classes/utils.js +20 -17
- package/dist/classes/xdg.js +15 -14
- package/dist/classes/yolk.js +1 -1
- package/dist/commands/cuckoo.js +1 -1
- package/dist/commands/dad.d.ts +1 -1
- package/dist/commands/dad.js +5 -7
- package/dist/commands/produce.js +1 -1
- package/dist/commands/syncfrom.d.ts +1 -1
- package/dist/commands/syncfrom.js +1 -1
- package/dist/components/information.js +5 -10
- package/dist/components/summary.js +2 -1
- package/dist/interfaces/i-excludes.d.ts +2 -2
- package/dist/interfaces/i-pxe.d.ts +15 -15
- package/dist/krill/modules/add-user.js +10 -6
- package/dist/krill/modules/machine-id.js +1 -1
- package/dist/krill/modules/network-cfg.js +1 -1
- package/dist/krill/modules/packages.js +22 -0
- package/dist/krill/sequence.d.ts +1 -1
- package/dist/krill/sequence.js +3 -3
- package/dracut/README.md +84 -0
- package/dracut/dracut.conf +3 -0
- package/dracut/dracut.conf.d/90overlayfs.conf +5 -0
- package/dracut/dracut.conf.d/99custom.conf +4 -0
- package/dracut/install-dracut-99custom +1 -0
- package/dracut/usr/lib/dracut/modules.d/99custom/init-live.sh +4 -0
- package/dracut/usr/lib/dracut/modules.d/99custom/module-setup.sh +15 -0
- package/dracut/usr/lib/dracut/modules.d/99custom/mount-live.sh +25 -0
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +22 -28
- package/mkinitfs/README.md +46 -0
- package/mkinitfs/live.conf +2 -0
- package/mkinitfs/machine-id-gen.sh +3 -0
- package/mkinitfs/sidecar.sh +40 -0
- package/package.json +7 -5
- 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
|
@@ -265,13 +265,6 @@
|
|
|
265
265
|
"allowNo": false,
|
|
266
266
|
"type": "boolean"
|
|
267
267
|
},
|
|
268
|
-
"help": {
|
|
269
|
-
"char": "h",
|
|
270
|
-
"description": "Show CLI help.",
|
|
271
|
-
"name": "help",
|
|
272
|
-
"allowNo": false,
|
|
273
|
-
"type": "boolean"
|
|
274
|
-
},
|
|
275
268
|
"file": {
|
|
276
269
|
"char": "f",
|
|
277
270
|
"description": "use a file configuration custom",
|
|
@@ -280,6 +273,13 @@
|
|
|
280
273
|
"multiple": false,
|
|
281
274
|
"type": "option"
|
|
282
275
|
},
|
|
276
|
+
"help": {
|
|
277
|
+
"char": "h",
|
|
278
|
+
"description": "Show CLI help.",
|
|
279
|
+
"name": "help",
|
|
280
|
+
"allowNo": false,
|
|
281
|
+
"type": "boolean"
|
|
282
|
+
},
|
|
283
283
|
"verbose": {
|
|
284
284
|
"char": "v",
|
|
285
285
|
"name": "verbose",
|
|
@@ -1461,5 +1461,5 @@
|
|
|
1461
1461
|
]
|
|
1462
1462
|
}
|
|
1463
1463
|
},
|
|
1464
|
-
"version": "10.0.
|
|
1464
|
+
"version": "10.0.26"
|
|
1465
1465
|
}
|
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.26/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.26/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.26/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.26/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.26/src/commands/cuckoo.ts)_
|
|
626
626
|
|
|
627
627
|
## `eggs dad`
|
|
628
628
|
|
|
@@ -630,7 +630,7 @@ ask help from daddy - TUI configuration helper
|
|
|
630
630
|
|
|
631
631
|
```
|
|
632
632
|
USAGE
|
|
633
|
-
$ eggs dad [-c] [-d] [-
|
|
633
|
+
$ eggs dad [-c] [-d] [-f <value>] [-h] [-v]
|
|
634
634
|
|
|
635
635
|
FLAGS
|
|
636
636
|
-c, --clean remove old configuration before to create
|
|
@@ -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.26/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.26/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.26/src/commands/export/iso.ts)_
|
|
706
706
|
|
|
707
707
|
## `eggs help [COMMAND]`
|
|
708
708
|
|
|
@@ -722,7 +722,7 @@ DESCRIPTION
|
|
|
722
722
|
Display help for eggs.
|
|
723
723
|
```
|
|
724
724
|
|
|
725
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
725
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.8/src/commands/help.ts)_
|
|
726
726
|
|
|
727
727
|
## `eggs install`
|
|
728
728
|
|
|
@@ -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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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.26/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
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
#
|
|
33
33
|
# The three combinations of legacy values are still supported.
|
|
34
34
|
restartNowMode: user-unchecked
|
|
35
|
-
|
|
35
|
+
restartNowChecked: true
|
|
36
36
|
# If the checkbox is shown, and the checkbox is checked, then when
|
|
37
37
|
# Calamares exits from the finished-page it will run this command.
|
|
38
38
|
# If not set, falls back to "shutdown -r now".
|
package/dist/classes/bleach.js
CHANGED
|
@@ -25,21 +25,28 @@ export default class Bleach {
|
|
|
25
25
|
Utils.warning('cleaning the system');
|
|
26
26
|
}
|
|
27
27
|
const distro = new Distro();
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
28
|
+
switch (distro.familyId) {
|
|
29
|
+
case 'debian': {
|
|
30
|
+
await exec('apt-get clean', echo);
|
|
31
|
+
await exec('apt-get autoclean', echo);
|
|
32
|
+
const lockFile = '/var/lib/apt/lists/lock';
|
|
33
|
+
await exec(`rm ${lockFile} -rf`, echo);
|
|
34
|
+
break;
|
|
35
|
+
}
|
|
36
|
+
case 'archlinux': {
|
|
37
|
+
await exec('pacman -Scc', Utils.setEcho(true));
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
case 'alpine': {
|
|
41
|
+
await exec('apk cache clean', echo);
|
|
42
|
+
await exec('apk cache purge', echo);
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
case 'suse': {
|
|
46
|
+
await exec(`zypper clean`, echo);
|
|
47
|
+
break;
|
|
48
|
+
}
|
|
49
|
+
// No default
|
|
43
50
|
}
|
|
44
51
|
await this.cleanHistory(verbose);
|
|
45
52
|
await this.cleanJournal(verbose);
|
|
@@ -9,7 +9,16 @@
|
|
|
9
9
|
* CliAutologin
|
|
10
10
|
*/
|
|
11
11
|
export default class CliAutologin {
|
|
12
|
-
|
|
12
|
+
/**
|
|
13
|
+
* add
|
|
14
|
+
* @param distro
|
|
15
|
+
* @param version
|
|
16
|
+
* @param user
|
|
17
|
+
* @param userPasswd
|
|
18
|
+
* @param rootPasswd
|
|
19
|
+
* @param chroot
|
|
20
|
+
*/
|
|
21
|
+
add(distro: string, version: string, user: string, userPasswd: string, rootPasswd: string, chroot?: string): Promise<void>;
|
|
13
22
|
/**
|
|
14
23
|
*
|
|
15
24
|
* @param distro
|
|
@@ -31,13 +40,13 @@ export default class CliAutologin {
|
|
|
31
40
|
*/
|
|
32
41
|
addMotd(distro: string, version: string, user: string, userPasswd: string, rootPasswd: string, chroot?: string): Promise<void>;
|
|
33
42
|
/**
|
|
34
|
-
*
|
|
35
|
-
* @param
|
|
43
|
+
* remove
|
|
44
|
+
* @param chroot
|
|
36
45
|
*/
|
|
37
|
-
|
|
46
|
+
remove(chroot?: string): Promise<void>;
|
|
38
47
|
/**
|
|
39
48
|
*
|
|
40
|
-
* @param
|
|
49
|
+
* @param path
|
|
41
50
|
*/
|
|
42
|
-
|
|
51
|
+
private msgRemove;
|
|
43
52
|
}
|