Move kernel directory to top level

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-02-02 16:08:46 +00:00
parent f6c5995a6f
commit 3f81edee37
69 changed files with 32 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
set -e
KERNEL="alpine/kernel/x86_64/vmlinuz64"
KERNEL="kernel/x86_64/vmlinuz64"
: ${INITRD:="alpine/initrd.img"}
CMDLINE="earlyprintk=serial console=ttyS0"