Build initfs and copy config

This commit is contained in:
Waldemar Tomme 2023-11-26 14:16:53 +01:00
parent 48b046e364
commit cd226127f5
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,7 @@ if [[ $BUILD_ENVKERNEL -ne 0 ]]; then
# pmbootstrap initfs hook_add debug-shell # pmbootstrap initfs hook_add debug-shell
pmbootstrap build --envkernel --force $LINUX_PKG pmbootstrap build --envkernel --force $LINUX_PKG
pmbootstrap build --force device-samsung-a7y18lte pmbootstrap build --force device-samsung-a7y18lte
pmbootstrap initfs build
# else # else
# pmbootstrap initfs hook_del debug-shell # pmbootstrap initfs hook_del debug-shell
# pmbootstrap build $LINUX_PKG --force # pmbootstrap build $LINUX_PKG --force

5
copy-config.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash -xe
cp \
~/.local/var/pmbootstrap/cache_git/pmaports/device/testing/linux-samsung-a7y18lte/config-samsung-a7y18lte.aarch64 \
~/code/linux-a7y18lte/arch/arm64/configs/a7y18lte_defconfig