From 77ec46a7d4b8fa47a0feca68e6bd3244bc6e926e Mon Sep 17 00:00:00 2001 From: maride Date: Mon, 31 Jul 2017 01:16:53 +0200 Subject: [PATCH] Flip that b around. --- steps/30-formatting.step | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/30-formatting.step b/steps/30-formatting.step index 1855be1..33e9082 100755 --- a/steps/30-formatting.step +++ b/steps/30-formatting.step @@ -24,5 +24,5 @@ mkfs.ext4 $rootformat echo "~> Mount partitions" mount $rootformat /mnt -mkdir -b /mnt/boot +mkdir -p /mnt/boot mount ${blockdevice}1 /mnt/boot