Skip to content

Commit ecd2bf4

Browse files
barsnicklategoodbye
authored andcommitted
Development: require sudo for copying to loop-mounted root fs
Also add `-v` verbose flag to `cp` to visualize what actually happens. Signed-off-by: Moritz Barsnick <moritz.barsnick@chargebyte.com>
1 parent 9e576e5 commit ecd2bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following steps describe how to cross-compile a module for the Charge SOM pl
125125

126126
.. code-block:: console
127127
128-
cp -r dist/libexec/everest/modules/{MyEVerestModule} /mnt/rootfs/usr/libexec/everest/modules/
128+
sudo cp -av dist/libexec/everest/modules/{MyEVerestModule} /mnt/rootfs/usr/libexec/everest/modules/
129129
130130
#. Unmount the loop device:
131131

0 commit comments

Comments
 (0)