From 62d4a411dd355af5fd6e6b3449ad514b2678d927 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Tue, 2 Mar 2021 21:51:57 +0100 Subject: [PATCH] fix: install_syslinux wasn't called --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 772e173..0659331 100755 --- a/install.sh +++ b/install.sh @@ -11,6 +11,7 @@ if [ ! -b "$drive" ]; then fi setup_drive "$drive" +install_sysliux "$drive" get_streams get_latest_maas_id download_version "$release_version" "$drive"