diff --git a/build.sh b/build.sh index f6c2f1b..1368390 100755 --- a/build.sh +++ b/build.sh @@ -29,6 +29,7 @@ if [[ $BUILD_ENVKERNEL -ne 0 ]]; then # pmbootstrap initfs hook_add debug-shell pmbootstrap build --envkernel --force $LINUX_PKG pmbootstrap build --force device-samsung-a7y18lte + pmbootstrap initfs build # else # pmbootstrap initfs hook_del debug-shell # pmbootstrap build $LINUX_PKG --force diff --git a/copy-config.sh b/copy-config.sh new file mode 100755 index 0000000..8f7328f --- /dev/null +++ b/copy-config.sh @@ -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