Build initfs and copy config
This commit is contained in:
parent
48b046e364
commit
cd226127f5
1
build.sh
1
build.sh
|
@ -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
5
copy-config.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user