main/devicepkg-dev: add netboot splashes (MR 2222)
This commit is contained in:
parent
ac23869e4c
commit
22b80dc8cc
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
pkgname=devicepkg-dev
|
||||
pkgver=0.13.0
|
||||
pkgver=0.13.1
|
||||
pkgrel=0
|
||||
pkgdesc="Provides default device package functions"
|
||||
url="https://postmarketos.org"
|
||||
|
@ -62,7 +62,7 @@ package() {
|
|||
}
|
||||
sha512sums="
|
||||
d69930dd790b00fb39760a37d95a10899f0d167e10e2804feb05d9ce04f94185dc32d36edc90214aba2ea2aa09bf18f7dab93f1d2eff23f67beb2cc83be30e7c compiler-gcc.h
|
||||
801154d608c4bd22e9d4d8a80c07c500ae83c337ed710930ba11fd5d81fe2aafff8a74ce89aef46ce29da0716cf162692646e6e9a0b7cbc921d2707036811e8c devicepkg_build.sh
|
||||
93e6e8b144ed703d05bcf98d8bf1035743a20e8b51b992674cd15b482dc9a977e9c96f1a276653814d1dd77e4f96502b093a731f4ea625d49f8e8b38420bdb27 devicepkg_build.sh
|
||||
74c1b9b265a943604d5d538ca66d4b7bcad9adcf40710ab19d795b55aac39669bf1089f7f0ec81aa7a01b537784bef4310e4acc3d7a6ba1f282ab01652bdc4d4 devicepkg_package.sh
|
||||
53aa129da5bd52376271bbd37ed7205f2dac971d442c5085260ed1c4a9b014a656cbe28ea45d242be60a2d0f8851611f3b8352c880c017995cda6ae093e5d324 downstreamkernel_prepare.sh
|
||||
107242a3da38a574c46cb779e0c75afbeef4cfe659e1b85971973ac55843df06f70f53a5985ca623d4123f05f2984f5dace4a53a3509ecefd7dfdc3c8b705cfe downstreamkernel_package.sh
|
||||
|
|
|
@ -38,7 +38,9 @@ generate_splash_screens()
|
|||
"splash-resizefs" "Loading...\\nResizing file system during initial boot" "--center" \
|
||||
"splash-mounterror" "unable to mount root partition\\nhttps://postmarketos.org/troubleshooting" "--center" \
|
||||
"splash-debug-shell" "WARNING\\ndebug-shell is active\\nhttps://postmarketos.org/debug-shell" "--center" \
|
||||
"splash-charging-error" "CHARGING MODE\\nerror starting charging-sdl\\nhttps://postmarketos.org/troubleshooting" "--center"
|
||||
"splash-charging-error" "CHARGING MODE\\nerror starting charging-sdl\\nhttps://postmarketos.org/troubleshooting" "--center" \
|
||||
"splash-netboot-waiting" "Waiting for netboot...\\nhttps://postmarketos.org/netboot" "--center" \
|
||||
"splash-netboot-error" "failed to initialize netboot\\nhttps://postmarketos.org/netboot" "--center"
|
||||
|
||||
# Loop through the splash screens definitions
|
||||
while [ $# -gt 2 ]
|
||||
|
|
Loading…
Reference in a new issue