Revert "[TBT][tizen_3.0_mobile][README updated for container]" 86/105886/1
authorMyungkyum Kim <myungyum.kim@samsung.com>
Tue, 20 Dec 2016 02:26:03 +0000 (18:26 -0800)
committerMyungkyum Kim <myungyum.kim@samsung.com>
Tue, 20 Dec 2016 02:26:03 +0000 (18:26 -0800)
This reverts commit c6cee2166de56500e8a020a515acac9cf73a240c.

Change-Id: I254affc16269b2801f639edd84815d975ce641f2

release/binary-aarch64/readme.txt [deleted file]
release/binary-armv7l/readme.txt [deleted file]
release/binary-x86/readme.txt [deleted file]
release/readme.txt [moved from release/binary-x86_64/readme.txt with 100% similarity]

diff --git a/release/binary-aarch64/readme.txt b/release/binary-aarch64/readme.txt
deleted file mode 100644 (file)
index 3b48f92..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-TBT Container installation and execution Instructions
-=====================================================
-1. Create container ID
-       - select "dpm-toolkit" application -> go to "Zone" Menu -> Create Zone -> Input "tbt" as container ID -> running "Setup Wizard" and click "Setup" button -> completed
-2. Modify 2 files in device
-       -pull /etc/passwd and /etc/shadow file from device
-               $ sdb pull /etc/passwd .
-               $ sdb pull /etc/shadow .
-       -In passwd file, you can find 'tbt' account. Modify /sbin/nologon to /bin/bash
-               ex ) tbt:x:60001:100:,,,,security:/opt/home/tbt:/sbin/nologon  =>  tbt:x:60001:100:,,,,security:/opt/home/tbt:/bin/bash
-       -In shadow file, you can find 'tbt' account. Remove !! in second tbt
-               ex ) tbt:!!:16988:0:99999:7:::  =>   tbt::16988:0:99999:7:::
-       -Now push passwd and shadow file to /etc/
-               $ sdb push passwd /etc/ 
-               $ sdb push shadow /etc/ 
-3. Modify install.sh
-       - change "owner" from EXECUTION_USER=owner to the container ID
-               ex) EXECUTION_USER=tbt
-4. Run install.sh
diff --git a/release/binary-armv7l/readme.txt b/release/binary-armv7l/readme.txt
deleted file mode 100644 (file)
index 3b48f92..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-TBT Container installation and execution Instructions
-=====================================================
-1. Create container ID
-       - select "dpm-toolkit" application -> go to "Zone" Menu -> Create Zone -> Input "tbt" as container ID -> running "Setup Wizard" and click "Setup" button -> completed
-2. Modify 2 files in device
-       -pull /etc/passwd and /etc/shadow file from device
-               $ sdb pull /etc/passwd .
-               $ sdb pull /etc/shadow .
-       -In passwd file, you can find 'tbt' account. Modify /sbin/nologon to /bin/bash
-               ex ) tbt:x:60001:100:,,,,security:/opt/home/tbt:/sbin/nologon  =>  tbt:x:60001:100:,,,,security:/opt/home/tbt:/bin/bash
-       -In shadow file, you can find 'tbt' account. Remove !! in second tbt
-               ex ) tbt:!!:16988:0:99999:7:::  =>   tbt::16988:0:99999:7:::
-       -Now push passwd and shadow file to /etc/
-               $ sdb push passwd /etc/ 
-               $ sdb push shadow /etc/ 
-3. Modify install.sh
-       - change "owner" from EXECUTION_USER=owner to the container ID
-               ex) EXECUTION_USER=tbt
-4. Run install.sh
diff --git a/release/binary-x86/readme.txt b/release/binary-x86/readme.txt
deleted file mode 100644 (file)
index 3b48f92..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-TBT Container installation and execution Instructions
-=====================================================
-1. Create container ID
-       - select "dpm-toolkit" application -> go to "Zone" Menu -> Create Zone -> Input "tbt" as container ID -> running "Setup Wizard" and click "Setup" button -> completed
-2. Modify 2 files in device
-       -pull /etc/passwd and /etc/shadow file from device
-               $ sdb pull /etc/passwd .
-               $ sdb pull /etc/shadow .
-       -In passwd file, you can find 'tbt' account. Modify /sbin/nologon to /bin/bash
-               ex ) tbt:x:60001:100:,,,,security:/opt/home/tbt:/sbin/nologon  =>  tbt:x:60001:100:,,,,security:/opt/home/tbt:/bin/bash
-       -In shadow file, you can find 'tbt' account. Remove !! in second tbt
-               ex ) tbt:!!:16988:0:99999:7:::  =>   tbt::16988:0:99999:7:::
-       -Now push passwd and shadow file to /etc/
-               $ sdb push passwd /etc/ 
-               $ sdb push shadow /etc/ 
-3. Modify install.sh
-       - change "owner" from EXECUTION_USER=owner to the container ID
-               ex) EXECUTION_USER=tbt
-4. Run install.sh