diff options
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 |