diff options
author | Wonsik Kim <wonsik@google.com> | 2017-03-31 00:21:59 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-03-31 00:22:00 +0000 |
commit | 3428d0c2c0b0056dadbc561d86b66ec83b960583 (patch) | |
tree | a0652a7d7b433e32bcb480dc74d1f915e312fecd /init/README.md | |
parent | c1314c8b13ef718b24372b6749725bdf7e76d46d (diff) | |
parent | 395e29472fa012c4177d981d9ce699625b706f4f (diff) | |
download | core-3428d0c2c0b0056dadbc561d86b66ec83b960583.tar.gz core-3428d0c2c0b0056dadbc561d86b66ec83b960583.tar.bz2 core-3428d0c2c0b0056dadbc561d86b66ec83b960583.zip |
Merge "Revert "init: use read_file and write_file to implement do_copy builtin""
Diffstat (limited to 'init/README.md')
-rw-r--r-- | init/README.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init/README.md b/init/README.md index 0d8f4954c..e66ade236 100644 --- a/init/README.md +++ b/init/README.md @@ -286,11 +286,6 @@ Commands `copy <src> <dst>` > Copies a file. Similar to write, but useful for binary/large amounts of data. - Regarding to the src file, copying from symbol link file and world-writable - or group-writable files are not allowed. - Regarding to the dst file, the default mode created is 0600 if it does not - exist. And it will be truncated if dst file is a normal regular file and - already exists. `domainname <name>` > Set the domain name. |