mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Seems ${RD}/trees/bin/boot/kernel can exist before the `release.6:' target
runs. So perform a copy that take that into account.
This commit is contained in:
parent
e69d122232
commit
a00533ec57
1 changed files with 2 additions and 1 deletions
|
|
@ -379,7 +379,8 @@ release.3:
|
|||
cp -p ${RD}/kernels/${kernel}/kernel ${RD}/trees/bin/boot/${kernel}
|
||||
.endfor
|
||||
# Install a standard boot kernel+modules
|
||||
cp -Rp ${RD}/kernels/GENERIC ${RD}/trees/bin/boot/kernel
|
||||
mkdir -p ${RD}/trees/bin/boot/kernel
|
||||
cp -Rp ${RD}/kernels/GENERIC/* ${RD}/trees/bin/boot/kernel
|
||||
touch release.3
|
||||
|
||||
# Make and install the three crunched binaries which live on the floppies.
|
||||
|
|
|
|||
Loading…
Reference in a new issue