mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-19 01:17:18 +00:00
Simplify to static kernel file location
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -25,7 +25,7 @@ cd /tmp/bios
|
||||
[ -t 0 ] || bsdtar xzf -
|
||||
|
||||
INITRD="$(find . -name '*.img')"
|
||||
KERNEL="$(find . -name kernel)"
|
||||
KERNEL="./kernel"
|
||||
CMDLINE_FILE="$(find . -name cmdline)"
|
||||
CMDLINE="$(cat $CMDLINE_FILE )"
|
||||
|
||||
|
Reference in New Issue
Block a user