penguins-eggs 10.0.8 → 10.0.12
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 +27 -9
- package/README.md +47 -38
- package/conf/custom.yaml +7 -0
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +10 -42
- package/conf/exclude.list.d/{home.list → homes.list} +1 -1
- package/conf/exclude.list.d/master.list +4 -5
- package/conf/exclude.list.d/var.list +10 -1
- package/dist/classes/daddy.d.ts +9 -1
- package/dist/classes/daddy.js +86 -56
- package/dist/classes/n8.d.ts +0 -1
- package/dist/classes/network.d.ts +2 -2
- package/dist/classes/ovary.d.ts +3 -2
- package/dist/classes/ovary.js +53 -35
- package/dist/commands/dad.d.ts +1 -0
- package/dist/commands/dad.js +14 -3
- package/dist/commands/produce.d.ts +1 -0
- package/dist/commands/produce.js +25 -20
- package/dist/components/install.js +1 -1
- package/dist/components/title.d.ts +0 -1
- package/dist/interfaces/i-excludes.d.ts +2 -2
- package/dist/krill/modules/network-cfg.js +12 -17
- package/dist/krill/prepare.js +1 -0
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +24 -15
- package/package.json +4 -4
- package/scripts/_eggs +4 -2
- package/scripts/eggs.bash +2 -2
- package/scripts/resy +1 -1
package/.oclif.manifest.json
CHANGED
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
},
|
|
261
261
|
"default": {
|
|
262
262
|
"char": "d",
|
|
263
|
-
"description": "
|
|
263
|
+
"description": "reset to default values",
|
|
264
264
|
"name": "default",
|
|
265
265
|
"allowNo": false,
|
|
266
266
|
"type": "boolean"
|
|
@@ -272,6 +272,14 @@
|
|
|
272
272
|
"allowNo": false,
|
|
273
273
|
"type": "boolean"
|
|
274
274
|
},
|
|
275
|
+
"file": {
|
|
276
|
+
"char": "f",
|
|
277
|
+
"description": "use a file configuration custom",
|
|
278
|
+
"name": "file",
|
|
279
|
+
"hasDynamicHelp": false,
|
|
280
|
+
"multiple": false,
|
|
281
|
+
"type": "option"
|
|
282
|
+
},
|
|
275
283
|
"verbose": {
|
|
276
284
|
"char": "v",
|
|
277
285
|
"name": "verbose",
|
|
@@ -516,13 +524,16 @@
|
|
|
516
524
|
"args": {},
|
|
517
525
|
"description": "produce a live image from your system whithout your data",
|
|
518
526
|
"examples": [
|
|
519
|
-
"sudo eggs produce",
|
|
520
|
-
"sudo eggs produce --max",
|
|
521
|
-
"sudo eggs produce --pendrive",
|
|
522
|
-
"sudo eggs produce --clone",
|
|
523
|
-
"sudo eggs produce --cryptedclone",
|
|
527
|
+
"sudo eggs produce # fast compression",
|
|
528
|
+
"sudo eggs produce --max # max compression",
|
|
529
|
+
"sudo eggs produce --pendrive # compression optomized pendrive",
|
|
530
|
+
"sudo eggs produce --clone # clone",
|
|
531
|
+
"sudo eggs produce --cryptedclone # crypted clone",
|
|
524
532
|
"sudo eggs produce --basename=colibri",
|
|
525
|
-
"sudo eggs produce --
|
|
533
|
+
"sudo eggs produce --theme lastos",
|
|
534
|
+
"sudo eggs produce --excludes static # you can customize it",
|
|
535
|
+
"sudo eggs produce --excludes homes # exclude /home/*",
|
|
536
|
+
"sudo eggs produce --excludes home # exclude ~/*"
|
|
526
537
|
],
|
|
527
538
|
"flags": {
|
|
528
539
|
"addons": {
|
|
@@ -554,7 +565,7 @@
|
|
|
554
565
|
"type": "boolean"
|
|
555
566
|
},
|
|
556
567
|
"excludes": {
|
|
557
|
-
"description": "use:
|
|
568
|
+
"description": "use: static, homes, home",
|
|
558
569
|
"name": "excludes",
|
|
559
570
|
"hasDynamicHelp": false,
|
|
560
571
|
"multiple": true,
|
|
@@ -623,6 +634,13 @@
|
|
|
623
634
|
"allowNo": false,
|
|
624
635
|
"type": "boolean"
|
|
625
636
|
},
|
|
637
|
+
"sidecar": {
|
|
638
|
+
"description": "add a sidecar folder on your ISO with arbitrary contents",
|
|
639
|
+
"name": "sidecar",
|
|
640
|
+
"hasDynamicHelp": false,
|
|
641
|
+
"multiple": false,
|
|
642
|
+
"type": "option"
|
|
643
|
+
},
|
|
626
644
|
"standard": {
|
|
627
645
|
"char": "f",
|
|
628
646
|
"description": "standard compression: xz -b 1M",
|
|
@@ -1450,5 +1468,5 @@
|
|
|
1450
1468
|
]
|
|
1451
1469
|
}
|
|
1452
1470
|
},
|
|
1453
|
-
"version": "10.0.
|
|
1471
|
+
"version": "10.0.12"
|
|
1454
1472
|
}
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ penguins-eggs
|
|
|
27
27
|
<!-- tocstop -->
|
|
28
28
|
|
|
29
29
|
## Links
|
|
30
|
-
* [Changelog](https://github.com/pieroproietti/penguins-eggs/blob/master/CHANGELOG.md)
|
|
30
|
+
* [Changelog](https://github.com/pieroproietti/penguins-eggs/blob/master/CHANGELOG.md#changelog)
|
|
31
31
|
* [penguins' eggs user guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide)
|
|
32
32
|
* [Cook eggs in 5 minutes!](https://penguins-eggs.net/docs/Tutorial/eggs5)
|
|
33
33
|
* [Wardrobe users' guide](https://penguins-eggs.net/docs/Tutorial/wardrobe-users-guide)
|
|
@@ -466,7 +466,7 @@ EXAMPLES
|
|
|
466
466
|
$ eggs adapt
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
469
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/adapt.ts)_
|
|
470
470
|
|
|
471
471
|
## `eggs analyze`
|
|
472
472
|
|
|
@@ -487,7 +487,7 @@ EXAMPLES
|
|
|
487
487
|
sudo eggs analyze
|
|
488
488
|
```
|
|
489
489
|
|
|
490
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
490
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/analyze.ts)_
|
|
491
491
|
|
|
492
492
|
## `eggs autocomplete [SHELL]`
|
|
493
493
|
|
|
@@ -551,7 +551,7 @@ EXAMPLES
|
|
|
551
551
|
sudo eggs calamares --remove
|
|
552
552
|
```
|
|
553
553
|
|
|
554
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
554
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/calamares.ts)_
|
|
555
555
|
|
|
556
556
|
## `eggs config`
|
|
557
557
|
|
|
@@ -578,7 +578,7 @@ EXAMPLES
|
|
|
578
578
|
sudo eggs config --clean --nointeractive
|
|
579
579
|
```
|
|
580
580
|
|
|
581
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
581
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/config.ts)_
|
|
582
582
|
|
|
583
583
|
## `eggs cuckoo`
|
|
584
584
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
sudo eggs cuckoo
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
601
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/cuckoo.ts)_
|
|
602
602
|
|
|
603
603
|
## `eggs dad`
|
|
604
604
|
|
|
@@ -606,12 +606,13 @@ ask help from daddy - TUI configuration helper
|
|
|
606
606
|
|
|
607
607
|
```
|
|
608
608
|
USAGE
|
|
609
|
-
$ eggs dad [-c] [-d] [-h] [-v]
|
|
609
|
+
$ eggs dad [-c] [-d] [-h] [-f <value>] [-v]
|
|
610
610
|
|
|
611
611
|
FLAGS
|
|
612
|
-
-c, --clean
|
|
613
|
-
-d, --default
|
|
614
|
-
-
|
|
612
|
+
-c, --clean remove old configuration before to create
|
|
613
|
+
-d, --default reset to default values
|
|
614
|
+
-f, --file=<value> use a file configuration custom
|
|
615
|
+
-h, --help Show CLI help.
|
|
615
616
|
-v, --verbose
|
|
616
617
|
|
|
617
618
|
DESCRIPTION
|
|
@@ -625,7 +626,7 @@ EXAMPLES
|
|
|
625
626
|
sudo dad --default
|
|
626
627
|
```
|
|
627
628
|
|
|
628
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
629
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/dad.ts)_
|
|
629
630
|
|
|
630
631
|
## `eggs export deb`
|
|
631
632
|
|
|
@@ -652,7 +653,7 @@ EXAMPLES
|
|
|
652
653
|
$ eggs export deb --all
|
|
653
654
|
```
|
|
654
655
|
|
|
655
|
-
_See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
656
|
+
_See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/export/deb.ts)_
|
|
656
657
|
|
|
657
658
|
## `eggs export iso`
|
|
658
659
|
|
|
@@ -677,7 +678,7 @@ EXAMPLES
|
|
|
677
678
|
$ eggs export iso --clean
|
|
678
679
|
```
|
|
679
680
|
|
|
680
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
681
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/export/iso.ts)_
|
|
681
682
|
|
|
682
683
|
## `eggs help [COMMAND]`
|
|
683
684
|
|
|
@@ -738,7 +739,7 @@ EXAMPLES
|
|
|
738
739
|
sudo eggs install --chroot
|
|
739
740
|
```
|
|
740
741
|
|
|
741
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
742
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/install.ts)_
|
|
742
743
|
|
|
743
744
|
## `eggs kill`
|
|
744
745
|
|
|
@@ -761,7 +762,7 @@ EXAMPLES
|
|
|
761
762
|
sudo eggs kill
|
|
762
763
|
```
|
|
763
764
|
|
|
764
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
765
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/kill.ts)_
|
|
765
766
|
|
|
766
767
|
## `eggs krill`
|
|
767
768
|
|
|
@@ -820,7 +821,7 @@ EXAMPLES
|
|
|
820
821
|
$ eggs mom
|
|
821
822
|
```
|
|
822
823
|
|
|
823
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
824
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/mom.ts)_
|
|
824
825
|
|
|
825
826
|
## `eggs produce`
|
|
826
827
|
|
|
@@ -829,7 +830,8 @@ produce a live image from your system whithout your data
|
|
|
829
830
|
```
|
|
830
831
|
USAGE
|
|
831
832
|
$ eggs produce [--addons <value>...] [--basename <value>] [-c] [-C] [--excludes <value>...] [-h] [--links
|
|
832
|
-
<value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-f] [--theme <value>] [-u] [-v]
|
|
833
|
+
<value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [--sidecar <value>] [-f] [--theme <value>] [-u] [-v]
|
|
834
|
+
[-y]
|
|
833
835
|
|
|
834
836
|
FLAGS
|
|
835
837
|
-C, --cryptedclone crypted clone
|
|
@@ -847,31 +849,38 @@ FLAGS
|
|
|
847
849
|
-y, --yolk force yolk renew
|
|
848
850
|
--addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
|
|
849
851
|
--basename=<value> basename
|
|
850
|
-
--excludes=<value>... use:
|
|
852
|
+
--excludes=<value>... use: static, homes, home
|
|
851
853
|
--links=<value>... desktop links
|
|
852
854
|
--release release: remove penguins-eggs, calamares and dependencies after installation
|
|
855
|
+
--sidecar=<value> add a sidecar folder on your ISO with arbitrary contents
|
|
853
856
|
--theme=<value> theme for livecd, calamares branding and partitions
|
|
854
857
|
|
|
855
858
|
DESCRIPTION
|
|
856
859
|
produce a live image from your system whithout your data
|
|
857
860
|
|
|
858
861
|
EXAMPLES
|
|
859
|
-
sudo eggs produce
|
|
862
|
+
sudo eggs produce # fast compression
|
|
860
863
|
|
|
861
|
-
sudo eggs produce --max
|
|
864
|
+
sudo eggs produce --max # max compression
|
|
862
865
|
|
|
863
|
-
sudo eggs produce --pendrive
|
|
866
|
+
sudo eggs produce --pendrive # compression optomized pendrive
|
|
864
867
|
|
|
865
|
-
sudo eggs produce --clone
|
|
868
|
+
sudo eggs produce --clone # clone
|
|
866
869
|
|
|
867
|
-
sudo eggs produce --cryptedclone
|
|
870
|
+
sudo eggs produce --cryptedclone # crypted clone
|
|
868
871
|
|
|
869
872
|
sudo eggs produce --basename=colibri
|
|
870
873
|
|
|
871
|
-
sudo eggs produce --
|
|
874
|
+
sudo eggs produce --theme lastos
|
|
875
|
+
|
|
876
|
+
sudo eggs produce --excludes static # you can customize it
|
|
877
|
+
|
|
878
|
+
sudo eggs produce --excludes homes # exclude /home/*
|
|
879
|
+
|
|
880
|
+
sudo eggs produce --excludes home # exclude ~/*
|
|
872
881
|
```
|
|
873
882
|
|
|
874
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
883
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/produce.ts)_
|
|
875
884
|
|
|
876
885
|
## `eggs status`
|
|
877
886
|
|
|
@@ -892,7 +901,7 @@ EXAMPLES
|
|
|
892
901
|
$ eggs status
|
|
893
902
|
```
|
|
894
903
|
|
|
895
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
904
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/status.ts)_
|
|
896
905
|
|
|
897
906
|
## `eggs syncfrom`
|
|
898
907
|
|
|
@@ -918,7 +927,7 @@ EXAMPLES
|
|
|
918
927
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
919
928
|
```
|
|
920
929
|
|
|
921
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
930
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/syncfrom.ts)_
|
|
922
931
|
|
|
923
932
|
## `eggs syncto`
|
|
924
933
|
|
|
@@ -945,7 +954,7 @@ EXAMPLES
|
|
|
945
954
|
sudo eggs syncto --excludes
|
|
946
955
|
```
|
|
947
956
|
|
|
948
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
957
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/syncto.ts)_
|
|
949
958
|
|
|
950
959
|
## `eggs tools clean`
|
|
951
960
|
|
|
@@ -967,7 +976,7 @@ EXAMPLES
|
|
|
967
976
|
sudo eggs tools clean
|
|
968
977
|
```
|
|
969
978
|
|
|
970
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
979
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/tools/clean.ts)_
|
|
971
980
|
|
|
972
981
|
## `eggs tools ppa`
|
|
973
982
|
|
|
@@ -993,7 +1002,7 @@ EXAMPLES
|
|
|
993
1002
|
sudo eggs tools ppa --remove
|
|
994
1003
|
```
|
|
995
1004
|
|
|
996
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1005
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/tools/ppa.ts)_
|
|
997
1006
|
|
|
998
1007
|
## `eggs tools skel`
|
|
999
1008
|
|
|
@@ -1017,7 +1026,7 @@ EXAMPLES
|
|
|
1017
1026
|
sudo eggs tools skel --user user-to-be-copied
|
|
1018
1027
|
```
|
|
1019
1028
|
|
|
1020
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1029
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/tools/skel.ts)_
|
|
1021
1030
|
|
|
1022
1031
|
## `eggs tools stat`
|
|
1023
1032
|
|
|
@@ -1043,7 +1052,7 @@ EXAMPLES
|
|
|
1043
1052
|
$ eggs tools stat --year
|
|
1044
1053
|
```
|
|
1045
1054
|
|
|
1046
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1055
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/tools/stat.ts)_
|
|
1047
1056
|
|
|
1048
1057
|
## `eggs tools yolk`
|
|
1049
1058
|
|
|
@@ -1064,7 +1073,7 @@ EXAMPLES
|
|
|
1064
1073
|
sudo eggs tools yolk
|
|
1065
1074
|
```
|
|
1066
1075
|
|
|
1067
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1076
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/tools/yolk.ts)_
|
|
1068
1077
|
|
|
1069
1078
|
## `eggs update`
|
|
1070
1079
|
|
|
@@ -1085,7 +1094,7 @@ EXAMPLES
|
|
|
1085
1094
|
$ eggs update
|
|
1086
1095
|
```
|
|
1087
1096
|
|
|
1088
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1097
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/update.ts)_
|
|
1089
1098
|
|
|
1090
1099
|
## `eggs version`
|
|
1091
1100
|
|
|
@@ -1131,7 +1140,7 @@ EXAMPLES
|
|
|
1131
1140
|
$ eggs wardrobe get your-wardrobe
|
|
1132
1141
|
```
|
|
1133
1142
|
|
|
1134
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1143
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/wardrobe/get.ts)_
|
|
1135
1144
|
|
|
1136
1145
|
## `eggs wardrobe list [REPO]`
|
|
1137
1146
|
|
|
@@ -1160,7 +1169,7 @@ EXAMPLES
|
|
|
1160
1169
|
$ eggs wardrobe list --distro arch
|
|
1161
1170
|
```
|
|
1162
1171
|
|
|
1163
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1172
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/wardrobe/list.ts)_
|
|
1164
1173
|
|
|
1165
1174
|
## `eggs wardrobe show [REPO]`
|
|
1166
1175
|
|
|
@@ -1190,7 +1199,7 @@ EXAMPLES
|
|
|
1190
1199
|
$ eggs wardrobe show accessories/
|
|
1191
1200
|
```
|
|
1192
1201
|
|
|
1193
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1202
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/wardrobe/show.ts)_
|
|
1194
1203
|
|
|
1195
1204
|
## `eggs wardrobe wear [REPO]`
|
|
1196
1205
|
|
|
@@ -1221,7 +1230,7 @@ EXAMPLES
|
|
|
1221
1230
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1222
1231
|
```
|
|
1223
1232
|
|
|
1224
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1233
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.12/src/commands/wardrobe/wear.ts)_
|
|
1225
1234
|
<!-- commandsstop -->
|
|
1226
1235
|
|
|
1227
1236
|
# penGUI
|
package/conf/custom.yaml
ADDED
|
@@ -4,66 +4,39 @@
|
|
|
4
4
|
# We use just yolk during installation
|
|
5
5
|
#
|
|
6
6
|
# sources-yolk.sh
|
|
7
|
-
# add yolk
|
|
7
|
+
# add yolk
|
|
8
8
|
#
|
|
9
9
|
# sources-yolk.sh -u
|
|
10
|
-
# remove yolk
|
|
10
|
+
# remove yolk
|
|
11
11
|
|
|
12
12
|
#
|
|
13
13
|
#
|
|
14
14
|
#
|
|
15
15
|
main() {
|
|
16
16
|
if [ "$1" = "-u" ]; then
|
|
17
|
-
|
|
17
|
+
remove
|
|
18
18
|
else
|
|
19
|
-
|
|
20
|
-
yolk
|
|
19
|
+
add
|
|
21
20
|
fi
|
|
22
21
|
sync
|
|
23
22
|
exit 0
|
|
24
23
|
}
|
|
25
24
|
|
|
26
|
-
#
|
|
27
|
-
#
|
|
28
|
-
#
|
|
29
|
-
backup() {
|
|
30
|
-
if [ -f "$BACKUP" ]; then
|
|
31
|
-
rm -f "$BACKUP"
|
|
32
|
-
fi
|
|
33
|
-
|
|
34
|
-
if [ -d "$BACKUP_D" ]; then
|
|
35
|
-
rm -rf "$BACKUP_D"
|
|
36
|
-
fi
|
|
37
|
-
|
|
38
|
-
mv "$LIST" "$BACKUP"
|
|
39
|
-
|
|
40
|
-
mv "$LIST_D" "$BACKUP_D"
|
|
41
|
-
}
|
|
42
25
|
|
|
43
26
|
#
|
|
44
27
|
#
|
|
45
28
|
#
|
|
46
|
-
|
|
47
|
-
if [ -f "$
|
|
48
|
-
rm -f "$
|
|
49
|
-
fi
|
|
50
|
-
|
|
51
|
-
if [ -d "$LIST_D" ]; then
|
|
52
|
-
rm -rf "$LIST_D"
|
|
29
|
+
remove() {
|
|
30
|
+
if [ -f "$YOLK_LIST" ]; then
|
|
31
|
+
rm -f "$YOLK_LIST"
|
|
53
32
|
fi
|
|
54
|
-
|
|
55
|
-
mv "$BACKUP" "$LIST"
|
|
56
|
-
|
|
57
|
-
mv "$BACKUP_D" "$LIST_D"
|
|
58
33
|
}
|
|
59
34
|
|
|
60
35
|
#
|
|
61
36
|
#
|
|
62
37
|
#
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
echo "deb [trusted=yes] file:/var/local/yolk ./" > "$LIST_D/yolk.list"
|
|
66
|
-
touch "$LIST"
|
|
38
|
+
add() {
|
|
39
|
+
echo "deb [trusted=yes] file:/var/local/yolk ./" > "$YOLK_LIST"
|
|
67
40
|
chroot "$CHROOT" apt-get --yes update
|
|
68
41
|
}
|
|
69
42
|
|
|
@@ -71,12 +44,7 @@ yolk() {
|
|
|
71
44
|
# WE START HERE
|
|
72
45
|
#
|
|
73
46
|
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
|
|
74
|
-
|
|
75
|
-
LIST="$CHROOT/etc/apt/sources.list"
|
|
76
|
-
BACKUP="$LIST.backup"
|
|
77
|
-
|
|
78
|
-
LIST_D="$LIST.d"
|
|
79
|
-
BACKUP_D="$LIST_D.backup"
|
|
47
|
+
YOLK_LIST="$CHROOT/etc/apt/sources.list.d/yolk.list"
|
|
80
48
|
|
|
81
49
|
main "$1"
|
|
82
50
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
|
-
#
|
|
2
|
+
# homes: will be used just on:
|
|
3
3
|
# * --clone included in exclude.list
|
|
4
4
|
# * --cryptedclone used by syncto --excludes (automatically passed from ovary)
|
|
5
5
|
#
|
|
@@ -3,9 +3,18 @@
|
|
|
3
3
|
var/backups/*
|
|
4
4
|
var/cache/*
|
|
5
5
|
var/lib/aide/*
|
|
6
|
+
|
|
7
|
+
# look here for apt problem!
|
|
6
8
|
var/lib/apt/*~
|
|
7
9
|
var/lib/apt/cdroms.list
|
|
8
|
-
var/lib/apt/
|
|
10
|
+
var/lib/apt/daily_lock
|
|
11
|
+
var/lib/apt/extended_states
|
|
12
|
+
var/lib/apt/listchanges.db
|
|
13
|
+
var/lib/apt/lists/
|
|
14
|
+
var/lib/apt/mirrors/
|
|
15
|
+
var/lib/apt/periodic/
|
|
16
|
+
var/lib/apt/cache/*
|
|
17
|
+
##
|
|
9
18
|
var/lib/aptitude/*.old
|
|
10
19
|
var/lib/cache/*
|
|
11
20
|
var/lib/dbus/machine-id
|
package/dist/classes/daddy.d.ts
CHANGED
|
@@ -11,8 +11,16 @@ export default class Daddy {
|
|
|
11
11
|
settings: Settings;
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
|
+
* @param reset
|
|
15
|
+
* @param isCustom
|
|
16
|
+
* @param fileCustom
|
|
17
|
+
* @param verbose
|
|
18
|
+
*/
|
|
19
|
+
helpMe(reset?: boolean, isCustom?: boolean, fileCustom?: string, verbose?: boolean): Promise<void>;
|
|
20
|
+
/**
|
|
21
|
+
* editConfif
|
|
14
22
|
* @param c
|
|
23
|
+
* @returns
|
|
15
24
|
*/
|
|
16
25
|
editConfig(c: IEggsConfig): Promise<string>;
|
|
17
|
-
helpMe(loadDefault?: boolean, verbose?: boolean): Promise<void>;
|
|
18
26
|
}
|