diff options
author | Aihua Li <aihua.li@huawei.com> | 2015-03-15 12:18:56 -0700 |
---|---|---|
committer | Aihua Li <aihua.li@huawei.com> | 2015-03-25 14:36:57 -0400 |
commit | 8133d53b41d888e3583853412b9c1323ffcec3a4 (patch) | |
tree | 95b16c318bb2669e58d9d09bd41ffa21cd390340 /systems/README | |
parent | c8c215cbd38d2172b9732b596bcfb09426206e1a (diff) |
complete build_base_machine for CentOS distro
Change-Id: I597693c5993818e15666457dbf08c480c7417f6d
Reviewed-by: Al Morton <acmoton@att.com>
JIRA: VSPERF-15
Signed-off-by: Aihua Li <aihua.li@huawei.com>
Diffstat (limited to 'systems/README')
-rw-r--r-- | systems/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systems/README b/systems/README index 16ebc0c5..e9498600 100644 --- a/systems/README +++ b/systems/README @@ -1 +1,8 @@ This folder abstract out details among linux distros. + +One time setup: +--------------- + +On a freshly built system, run the following with a super user privilege + +./build_base_machine.sh |