From b35b076a78868982d1cdc04a954be969a3c51961 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 24 Nov 2016 12:21:59 +0000 Subject: [PATCH] Remove warning about security by obscurity. supermin issues its own warning now. --- build-supernested.sh.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-supernested.sh.in b/build-supernested.sh.in index 7f7f71d..e3c2b10 100644 --- a/build-supernested.sh.in +++ b/build-supernested.sh.in @@ -70,8 +70,6 @@ cp excludefiles tmp-supermin.d/ # Run the build step. echo "Building the full appliance ..." -echo "If you see 'Permission denied' errors here, you can probably ignore" -echo "them, but encourage your distro to stop using security-through-obscurity." "$supermin" --build --format ext2 tmp-supermin.d -o tmp-appliance.d # Add the kernel and initrd to the image. -- 1.8.3.1