Commit d94b9460 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

build/scripts/wraprootfs: remove buildroot vanilla init scripts and replace with ours

parent e8916dc3
......@@ -36,6 +36,7 @@ mkdir -p $TMPFS/wr
cp -r $rootfs_vanilla/* $TMPFS
cp -r $WRS_OUTPUT_DIR/images/wr/* $TMPFS/wr
cp -r $WRS_OUTPUT_DIR/images/lib/* $TMPFS/lib
rm -f $TMPFS/etc/init.d/*
cp -r $rootfs_override/* $TMPFS
rm -rf $TMPFS/dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment