mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Fix final image copy in Linux LTS build script
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
e7101d5400
commit
a71c45aec0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ deploy() {
|
|||
local DEPLOY="$2"
|
||||
|
||||
mkdir -p "$DEPLOY/boot" "$DEPLOY/lib/modules"
|
||||
cp "arch/$LINUX_CPU/boot/$LINUX_TGT" "$DEPLOY/boot/vmlinuz"
|
||||
cp arch/${LINUX_CPU}/boot/*Image "$DEPLOY/boot/vmlinuz"
|
||||
echo "boot/vmlinuz m 555 0 0" > "$DEPLOY/rootfs_files.txt"
|
||||
|
||||
if grep -q "^CONFIG_MODULES=" ".config"; then
|
||||
|
|
Loading…
Reference in a new issue