Skip to content

Commit 9d8bf7d

Browse files
Spacemit krill (#771)
* cercando di modificare krill * entriamo all'otto * boh * 26.3.8 * ultimi progressi * rinforzando mountfs * cercando di sistemare spacemit * dovrebbe aver scritto anche il bootloader uboot in partition * pnpm update * 26.3.10 * active * ri-funziona * 26.3.11 * v26.3.11 * che casino * just pnpm update
1 parent 8ab9c52 commit 9d8bf7d

22 files changed

+1660
-1919
lines changed

.oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,5 +1584,5 @@
15841584
]
15851585
}
15861586
},
1587-
"version": "26.3.3"
1587+
"version": "26.3.11"
15881588
}

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ EXAMPLES
260260
$ eggs adapt
261261
```
262262

263-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/adapt.ts)_
263+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/adapt.ts)_
264264

265265
## `eggs autocomplete [SHELL]`
266266

@@ -324,7 +324,7 @@ EXAMPLES
324324
sudo eggs calamares --remove
325325
```
326326

327-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/calamares.ts)_
327+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/calamares.ts)_
328328

329329
## `eggs config`
330330

@@ -351,7 +351,7 @@ EXAMPLES
351351
sudo eggs config --clean --nointeractive
352352
```
353353

354-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/config.ts)_
354+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/config.ts)_
355355

356356
## `eggs cuckoo`
357357

@@ -372,7 +372,7 @@ EXAMPLES
372372
sudo eggs cuckoo
373373
```
374374

375-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/cuckoo.ts)_
375+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/cuckoo.ts)_
376376

377377
## `eggs dad`
378378

@@ -401,7 +401,7 @@ EXAMPLES
401401
sudo eggs dad --default
402402
```
403403

404-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/dad.ts)_
404+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/dad.ts)_
405405

406406
## `eggs export appimage`
407407

@@ -427,7 +427,7 @@ EXAMPLES
427427
$ eggs export pkg --all
428428
```
429429

430-
_See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/export/appimage.ts)_
430+
_See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/export/appimage.ts)_
431431

432432
## `eggs export iso`
433433

@@ -452,7 +452,7 @@ EXAMPLES
452452
$ eggs export iso --clean
453453
```
454454

455-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/export/iso.ts)_
455+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/export/iso.ts)_
456456

457457
## `eggs export pkg`
458458

@@ -479,7 +479,7 @@ EXAMPLES
479479
$ eggs export pkg --all
480480
```
481481

482-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/export/pkg.ts)_
482+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/export/pkg.ts)_
483483

484484
## `eggs export tarballs`
485485

@@ -503,7 +503,7 @@ EXAMPLES
503503
$ eggs export tarballs --clean
504504
```
505505

506-
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/export/tarballs.ts)_
506+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/export/tarballs.ts)_
507507

508508
## `eggs help [COMMAND]`
509509

@@ -546,7 +546,7 @@ EXAMPLES
546546
sudo eggs kill
547547
```
548548

549-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/kill.ts)_
549+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/kill.ts)_
550550

551551
## `eggs krill`
552552

@@ -587,7 +587,7 @@ EXAMPLES
587587
sudo eggs install --chroot
588588
```
589589

590-
_See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/krill.ts)_
590+
_See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/krill.ts)_
591591

592592
## `eggs love`
593593

@@ -605,7 +605,7 @@ FLAGS
605605
-k, --homecrypt clone crypted home
606606
-n, --nointeractive no user interaction
607607
-v, --verbose
608-
--fdt=<value> path to Device Tree Blobs (DTB) directory
608+
--fdt=<value> path to Flattened Device Tree (DTB) file or directory
609609
610610
DESCRIPTION
611611
the simplest way to get an egg!
@@ -614,7 +614,7 @@ EXAMPLES
614614
$ eggs love
615615
```
616616

617-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/love.ts)_
617+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/love.ts)_
618618

619619
## `eggs mom`
620620

@@ -634,7 +634,7 @@ EXAMPLES
634634
$ eggs mom
635635
```
636636

637-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/mom.ts)_
637+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/mom.ts)_
638638

639639
## `eggs produce`
640640

@@ -666,7 +666,7 @@ FLAGS
666666
--addons=<value>... addons to be used: adapt, pve, rsupport
667667
--basename=<value> basename
668668
--excludes=<value>... use: static, homes, home
669-
--fdt=<value> path to Device Tree Blobs (DTB) directory
669+
--fdt=<value> path to Flattened Device Tree (DTB) file or directory
670670
--links=<value>... desktop links
671671
--release release: remove penguins-eggs, calamares and dependencies after installation
672672
--theme=<value> theme for livecd, calamares branding and partitions
@@ -688,7 +688,7 @@ EXAMPLES
688688
sudo eggs produce --basename=colibri
689689
```
690690

691-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/produce.ts)_
691+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/produce.ts)_
692692

693693
## `eggs setup install`
694694

@@ -709,7 +709,7 @@ EXAMPLES
709709
sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
710710
```
711711

712-
_See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/setup/install.ts)_
712+
_See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/setup/install.ts)_
713713

714714
## `eggs setup purge`
715715

@@ -730,7 +730,7 @@ EXAMPLES
730730
sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
731731
```
732732

733-
_See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/setup/purge.ts)_
733+
_See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/setup/purge.ts)_
734734

735735
## `eggs status`
736736

@@ -751,7 +751,7 @@ EXAMPLES
751751
$ eggs status
752752
```
753753

754-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/status.ts)_
754+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/status.ts)_
755755

756756
## `eggs tools clean`
757757

@@ -773,7 +773,7 @@ EXAMPLES
773773
sudo eggs tools clean
774774
```
775775

776-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/tools/clean.ts)_
776+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/tools/clean.ts)_
777777

778778
## `eggs tools repo`
779779

@@ -799,7 +799,7 @@ EXAMPLES
799799
sudo eggs tools repo --remove
800800
```
801801

802-
_See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/tools/repo.ts)_
802+
_See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/tools/repo.ts)_
803803

804804
## `eggs tools skel`
805805

@@ -823,7 +823,7 @@ EXAMPLES
823823
sudo eggs tools skel --user user-to-be-copied
824824
```
825825

826-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/tools/skel.ts)_
826+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/tools/skel.ts)_
827827

828828
## `eggs tools stat`
829829

@@ -849,7 +849,7 @@ EXAMPLES
849849
$ eggs tools stat --year
850850
```
851851

852-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/tools/stat.ts)_
852+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/tools/stat.ts)_
853853

854854
## `eggs tools yolk`
855855

@@ -870,7 +870,7 @@ EXAMPLES
870870
sudo eggs tools yolk
871871
```
872872

873-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/tools/yolk.ts)_
873+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/tools/yolk.ts)_
874874

875875
## `eggs update`
876876

@@ -891,7 +891,7 @@ EXAMPLES
891891
$ eggs update
892892
```
893893

894-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/update.ts)_
894+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/update.ts)_
895895

896896
## `eggs version`
897897

@@ -911,7 +911,7 @@ FLAG DESCRIPTIONS
911911
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
912912
```
913913

914-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.36/src/commands/version.ts)_
914+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.37/src/commands/version.ts)_
915915

916916
## `eggs wardrobe get [REPO]`
917917

@@ -937,7 +937,7 @@ EXAMPLES
937937
$ eggs wardrobe get your-wardrobe
938938
```
939939

940-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/wardrobe/get.ts)_
940+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/wardrobe/get.ts)_
941941

942942
## `eggs wardrobe list [REPO]`
943943

@@ -966,7 +966,7 @@ EXAMPLES
966966
$ eggs wardrobe list --distro arch
967967
```
968968

969-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/wardrobe/list.ts)_
969+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/wardrobe/list.ts)_
970970

971971
## `eggs wardrobe show [REPO]`
972972

@@ -996,7 +996,7 @@ EXAMPLES
996996
$ eggs wardrobe show accessories/
997997
```
998998

999-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/wardrobe/show.ts)_
999+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/wardrobe/show.ts)_
10001000

10011001
## `eggs wardrobe wear [REPO]`
10021002

@@ -1027,7 +1027,7 @@ EXAMPLES
10271027
sudo eggs wardrobe wear wagtail/waydroid
10281028
```
10291029

1030-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.3/src/commands/wardrobe/wear.ts)_
1030+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.3.11/src/commands/wardrobe/wear.ts)_
10311031
<!-- commandsstop -->
10321032

10331033
# GUI

actualize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
g4taghead v26.3.3
1+
g4taghead v26.3.11
22

33

44

eslint.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const __filename = fileURLToPath(import.meta.url);
1010
const __dirname = path.dirname(__filename);
1111

1212
const compat = new FlatCompat({
13-
allConfig: js.configs.all,
14-
baseDirectory: __dirname,
15-
recommendedConfig: js.configs.recommended
13+
allConfig: js.configs.all,
14+
baseDirectory: __dirname,
15+
recommendedConfig: js.configs.recommended
1616
});
1717

1818
// Handle CJS/ESM interop for eslint-config-oclif

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "penguins-eggs",
33
"shortName": "eggs",
44
"description": "A remaster system tool, compatible with Almalinux, Alpine, Arch, Debian, Devuan, Fedora, Manjaro, Opensuse, Ubuntu and derivatives",
5-
"version": "26.3.3",
5+
"version": "26.3.11",
66
"author": "Piero Proietti",
77
"bin": {
88
"eggs": "./bin/run.js"
99
},
1010
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
1111
"dependencies": {
12-
"@inquirer/prompts": "^8.3.0",
13-
"@oclif/core": "^4.8.3",
14-
"@oclif/plugin-autocomplete": "^3.2.40",
15-
"@oclif/plugin-help": "^6.2.37",
16-
"@oclif/plugin-version": "^2.2.36",
12+
"@inquirer/prompts": "^8.3.2",
13+
"@oclif/core": "^4.9.0",
14+
"@oclif/plugin-autocomplete": "^3.2.41",
15+
"@oclif/plugin-help": "^6.2.38",
16+
"@oclif/plugin-version": "^2.2.38",
1717
"@types/express": "^5.0.6",
1818
"ansis": "^4.2.0",
1919
"axios": "^1.13.6",
@@ -26,19 +26,18 @@
2626
"ink": "^6.8.0",
2727
"ink-progress-bar": "^3.0.0",
2828
"ink-spinner": "^5.0.0",
29-
"inquirer": "^13.3.0",
29+
"inquirer": "^13.3.2",
3030
"js-yaml": "^4.1.1",
3131
"mustache": "^4.2.0",
3232
"netmask": "^2.0.2",
3333
"react": "^19.2.4",
3434
"read": "^5.0.1",
35-
"systeminformation": "^5.31.1",
35+
"systeminformation": "^5.31.4",
3636
"tftp": "^0.1.2",
37-
"vite": "^7.3.1",
3837
"ws": "^8.19.0"
3938
},
4039
"devDependencies": {
41-
"@eslint/eslintrc": "^3.3.4",
40+
"@eslint/eslintrc": "^3.3.5",
4241
"@eslint/js": "^10.0.1",
4342
"@oclif/prettier-config": "^0.2.1",
4443
"@oclif/test": "^4.1.16",
@@ -49,24 +48,24 @@
4948
"@types/mocha": "^10.0.10",
5049
"@types/mustache": "^4.2.6",
5150
"@types/netmask": "^2.0.6",
52-
"@types/node": "^25.3.3",
51+
"@types/node": "^25.5.0",
5352
"@types/react": "^19.2.14",
5453
"@types/ws": "^8.18.1",
5554
"chai": "^6.2.2",
56-
"eslint": "^10.0.2",
57-
"eslint-config-oclif": "^6.0.146",
55+
"eslint": "^10.0.3",
56+
"eslint-config-oclif": "^6.0.150",
5857
"eslint-config-prettier": "^10.1.8",
5958
"glob": "^13.0.6",
6059
"globals": "^17.4.0",
6160
"mocha": "^11.7.5",
62-
"oclif": "^4.22.81",
61+
"oclif": "^4.22.92",
6362
"perrisbrewery": "^26.1.28",
6463
"prettier": "^3.8.1",
6564
"shx": "^0.4.0",
6665
"ts-node": "10.9.2",
6766
"ts-prune": "^0.10.3",
6867
"typescript": "^5.9.3",
69-
"typescript-eslint": "^8.56.1"
68+
"typescript-eslint": "^8.57.1"
7069
},
7170
"engines": {
7271
"node": ">=22"
@@ -130,4 +129,4 @@
130129
"webui": "sudo ./WebUI/venv/bin/python3 ./WebUI/backend.py"
131130
},
132131
"types": "dist/index.d.ts"
133-
}
132+
}

0 commit comments

Comments
 (0)