From 28203ce0f4945f5f2ac4ae51415f1fdefd411ef1 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Mon, 28 Jun 2021 23:54:58 +0900 Subject: [PATCH] Fix bug of the here doc --- ubuntu/3-post-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ubuntu/3-post-install.sh b/ubuntu/3-post-install.sh index 5dc407b..231be7f 100644 --- a/ubuntu/3-post-install.sh +++ b/ubuntu/3-post-install.sh @@ -22,7 +22,6 @@ for n in proc sys dev etc/resolv.conf; do mount --rbind "/$n" "/target/$n"; done # Change root and create the keyfile and ramfs image for Linux kernel. cat <