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:
@@ -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
|
||||
|
Reference in New Issue
Block a user