From: Ralph Ronnquist Date: Fri, 9 Jun 2023 14:33:19 +0000 (+1000) Subject: removing nonexistent initrd/ is not an error X-Git-Tag: good-1~14 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=bcaf0f0358020f307f611d75374bfb8478f8e5f5;p=rrq%2Ftiniest.git removing nonexistent initrd/ is not an error --- diff --git a/mkit.sh b/mkit.sh index 710a123..7637bf3 100755 --- a/mkit.sh +++ b/mkit.sh @@ -62,7 +62,7 @@ echo $KERNEL # later pivoting onto a "full" filesystem. echo "# Create initrd filesystem" -rm -r initrd +rm -fr initrd echo "# Install busybox, and fluff it up" fakechroot fakeroot \