mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-08-18 20:05:48 +00:00
cp kernel_config out after making kernel
This commit is contained in:
@@ -14,6 +14,7 @@ build/cbfs.rom
|
||||
build/root/*
|
||||
build/*iso
|
||||
build/daemon
|
||||
build/kernel_config.old
|
||||
build/.*
|
||||
src/.*
|
||||
Makefile
|
||||
|
||||
@@ -15,3 +15,5 @@ kernel-local:
|
||||
hyperctl build -t hyperstart-dev:latest .
|
||||
hyperctl run --rm hyperstart-dev:latest cat /root/build/result/kernel >kernel.new && mv -f kernel.new kernel
|
||||
hyperctl run --rm hyperstart-dev:latest cat /root/build/result/modules.tar >modules.tar
|
||||
mv kernel_config kernel_config.old
|
||||
hyperctl run --rm hyperstart-dev:latest cat /root/build/result/kernel_config >kernel_config
|
||||
|
||||
Reference in New Issue
Block a user