diff options
Diffstat (limited to 'package/base-files/files/lib/firstboot/40_copy_ramoverlay')
-rw-r--r-- | package/base-files/files/lib/firstboot/40_copy_ramoverlay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/firstboot/40_copy_ramoverlay b/package/base-files/files/lib/firstboot/40_copy_ramoverlay index 4b6a8828f..39c2edacb 100644 --- a/package/base-files/files/lib/firstboot/40_copy_ramoverlay +++ b/package/base-files/files/lib/firstboot/40_copy_ramoverlay @@ -8,7 +8,7 @@ copy_ramoverlay() { mount -o remount,ro none / 2>&- # copy ramoverlay to jffs2 echo -n "copying files ... " - cp -a /tmp/root/* /rom/jffs 2>&- + cp -a /tmp/root/* /rom/overlay 2>&- echo "done" } |