penguins-eggs 25.9.7 → 25.9.14
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/LICENSE +123 -0
- package/README.md +33 -31
- package/README.pdf +2625 -2497
- package/dist/classes/ovary.d/live-create-structure.js +35 -52
- package/dist/classes/ovary.d/produce.js +4 -0
- package/dist/classes/ovary.d.ts +5 -1
- package/dist/classes/ovary.js +4 -1
- package/dist/classes/utils.d/kernel.d.ts +2 -9
- package/dist/classes/utils.d/kernel.js +4 -58
- package/dist/commands/export/pkg.js +4 -3
- package/dist/commands/tools/ppa.d.ts +1 -2
- package/dist/commands/tools/ppa.js +51 -60
- package/dist/commands/update.js +8 -8
- package/package.json +14 -14
- package/dist/penguins-eggs_25.9.7-1_amd64.deb +0 -0
- package/dist/penguins-eggs_25.9.7-1_amd64.deb.sha256 +0 -1
- package/dist/penguins-eggs_25.9.7-1_arm64.deb +0 -0
- package/dist/penguins-eggs_25.9.7-1_arm64.deb.sha256 +0 -1
- package/dist/penguins-eggs_25.9.7-1_i386.deb +0 -0
- package/dist/penguins-eggs_25.9.7-1_i386.deb.sha256 +0 -1
- package/perrisbrewery/template/dependencies-bionic.yaml +0 -37
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a6f9943c573d294c3d67e3c475cfd04fa80b4a97a5a25304ce93eaaae0251d0c penguins-eggs_25.9.7-1_arm64.deb
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
590e0952befc90f777d12c52e8c7ce0ac5232637f0b61bfb5d7592038f5da3c3 penguins-eggs_25.9.7-1_i386.deb
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Description: This file contains the dependencies for the packages in the project.
|
|
2
|
-
---
|
|
3
|
-
##
|
|
4
|
-
# common dependencies
|
|
5
|
-
common:
|
|
6
|
-
- coreutils
|
|
7
|
-
- cryptsetup
|
|
8
|
-
#- cryptsetup-initramfs
|
|
9
|
-
- curl # wardrobe
|
|
10
|
-
- dosfstools # eggs
|
|
11
|
-
- dpkg-dev # yolk
|
|
12
|
-
- git # wardrobe
|
|
13
|
-
- jq # mom
|
|
14
|
-
- live-boot # eggs
|
|
15
|
-
- live-boot # questo va reinstallato
|
|
16
|
-
- live-boot-doc # eggs
|
|
17
|
-
- live-boot-initramfs-tools # eggs
|
|
18
|
-
- live-tools # eggs
|
|
19
|
-
- lvm2 # pvdisplay in krill
|
|
20
|
-
- nodejs (>= 16)
|
|
21
|
-
- parted
|
|
22
|
-
- rsync
|
|
23
|
-
- squashfs-tools
|
|
24
|
-
- sshfs # eggs
|
|
25
|
-
- xorriso
|
|
26
|
-
|
|
27
|
-
# bootloaders common
|
|
28
|
-
- ipxe
|
|
29
|
-
- pxelinux
|
|
30
|
-
- pxelinux
|
|
31
|
-
|
|
32
|
-
arch:
|
|
33
|
-
amd64:
|
|
34
|
-
- grub-efi-amd64-bin
|
|
35
|
-
- isolinux
|
|
36
|
-
- shim-signed
|
|
37
|
-
- syslinux-common
|