diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-09-10 15:56:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-09-10 15:56:46 +0200 |
commit | 1415f707c80d2ef9c8f90a82ed7c397379d07910 (patch) | |
tree | 014c0ce33fd2e7f1d19c73f92a7233d15982d849 /etc/private/install/README | |
parent | 80cd58103ee39ea6456d0132f9cd5c366efa4c63 (diff) |
Fix few issues in etc/private/install/README
Diffstat (limited to 'etc/private/install/README')
-rw-r--r-- | etc/private/install/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/private/install/README b/etc/private/install/README index 10a99c8..ef3ae70 100644 --- a/etc/private/install/README +++ b/etc/private/install/README @@ -13,7 +13,7 @@ The VM is prepared and tested using user brep: Note: different UID/GID can be used by passing the --brep-user option to the brep-install script. -# sudo su - brep +# su - brep $ mkdir -p bin vm state/bpkg Next copy the prepared VM image: @@ -42,7 +42,7 @@ brep-install. The VM normally already has the following changes applied: Clone or copy the brep repository and create the directory structure: -$ cp -r ../brep ./ +$ cp -r .../brep ./ $ cp brep/etc/private/vm-* bin/ $ cp -r brep/etc/private ./etc |