From b9dfdaaa1ae0148dd8a3e78508c636636e7396a6 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 7 Feb 2024 16:15:21 +0100 Subject: web server done --- util/mkrootfs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') diff --git a/util/mkrootfs b/util/mkrootfs index ae1f489..80dfe04 100755 --- a/util/mkrootfs +++ b/util/mkrootfs @@ -32,6 +32,9 @@ CPFLAGS='--no-dereference --recursive --preserve=mode,timestamps,links --no-pres cp $CPFLAGS "$BUSYBOX_FS/." . cp $CPFLAGS "$OVERLAY_FS/." . +# remove legacy files +rm linuxrc + # setuid busybox chmod a=xrs,u+w bin/busybox -- cgit v1.2.3