From cd226127f54b9e42a09608a1c69831a2e0873e34 Mon Sep 17 00:00:00 2001 From: Waldemar Tomme Date: Sun, 26 Nov 2023 14:16:53 +0100 Subject: [PATCH] Build initfs and copy config --- build.sh | 1 + copy-config.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 100755 copy-config.sh 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