]> rtime.felk.cvut.cz Git - jailhouse-test.git/commitdiff
Paths to kernel and image were changed.
authorMaxim Baryshnikov <barysmax@fel.cvut.cz>
Sun, 21 Feb 2016 21:15:14 +0000 (22:15 +0100)
committerMaxim Baryshnikov <barysmax@fel.cvut.cz>
Sun, 21 Feb 2016 21:15:14 +0000 (22:15 +0100)
buildroot-os/buildroot.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5c10f23..666d2e2
@@ -1,13 +1,13 @@
 #!/bin/bash
 if [ -z "$1" ]; then
-       KIMG=./bzImage_from_ci_conf 
+       KIMG=../build/buildroot/images/bzImage
 else
        KIMG="$1"
 fi
 echo KIMG="$KIMG"
 
 if [ -z "$2" ]; then
-       RFSIMG=../buildroot-2015.08.1/output/images/rootfs.ext2
+       RFSIMG=../build/buildroot/images/rootfs.ext2
 else 
        RFSIMG="$2"
 fi