Simplify to static kernel file location

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2019-05-02 17:38:39 +03:00
parent a3ac8f7443
commit 0cb9d79b51
8 changed files with 16 additions and 18 deletions

View File

@@ -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 )"