1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

Started separating out the kernel modules from initrd, but there are some details that will delay it

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-12-06 10:33:10 +10:00
parent cc78ff7bd1
commit f5193d065a
6 changed files with 62 additions and 17 deletions

View File

@@ -34,10 +34,11 @@ BUILD=build
BASE=$(pwd)
UNAME=$(uname)
#KERNEL=${BASE}/dist/artifacts/vmlinuz-${KERNEL_VERSION}*
KERNEL=${BASE}/build/kernel/vmlinuz
INITRD_SRC=${BASE}/build/initrd
INITRD=${BASE}/build/initrd.tmp
#LINUXMOD=${BASE}/build/kernel/linuxmods
QEMU=1
FORMAT=1