From 9c48cff95c3a9281bcbc06cad32526f834616219 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 5 May 2017 11:51:16 +0200 Subject: Add comments + add syslinux (for mbr boot compat) --- make-boot-image.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/make-boot-image.sh b/make-boot-image.sh index 5153ffc..0ba8ce8 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -56,9 +56,9 @@ codename=$(lsb_release -sc || true) if [ "x$codename" != "xjessie" ] then cat >&2 <