diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-07 16:15:21 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-07 16:15:21 +0100 |
commit | b9dfdaaa1ae0148dd8a3e78508c636636e7396a6 (patch) | |
tree | 49dcef99dbd866108d637cc675853ee49ed8f4d1 /util/mkrootfs | |
parent | 612a0afa63144aae338a51c9206a589d4b8fdd65 (diff) |
web server done
Diffstat (limited to 'util/mkrootfs')
-rwxr-xr-x | util/mkrootfs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |