From f8490a83d29d993e6f64749e7b88b8419144df31 Mon Sep 17 00:00:00 2001 From: lcy0816 Date: Fri, 24 Aug 2018 15:00:34 -0700 Subject: Update build.sh Bison package is need but not installed by default in the Ubuntu 18.04 --- distros/ubuntu-18.04/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/distros/ubuntu-18.04/build.sh b/distros/ubuntu-18.04/build.sh index 7da8848..3841560 100755 --- a/distros/ubuntu-18.04/build.sh +++ b/distros/ubuntu-18.04/build.sh @@ -5,6 +5,7 @@ # build linux kernel image run_cmd "apt-get build-dep linux-image-$(uname -r)" run_cmd "apt-get install flex" +run_cmd "apt-get install bison" build_kernel # install newly built kernel -- cgit v1.2.3-71-gd317