Skip to content

Commit 47bb838

Browse files
committed
wahh wahh my board needs to have trunksd.conf so it can boot!!11!!!1
Signed-off-by: kxtzownsu <kxtzownsu@gmail.com>
1 parent 8deff54 commit 47bb838

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

shim-builder/functions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ inject_root(){
234234
mv "$ROOT_MNT"/bin/is_ti50 "$ROOT_MNT"/opt/kvs/bin/is_ti50
235235
echo 'export PATH=$PATH:/opt/kvs/bin' >> "$ROOT_MNT"/root/.bashrc
236236

237-
echo "Removing tcsd & trunksd.."
238-
rm -rf "$ROOT_MNT"/etc/init/tcsd.conf
239-
rm -rf "$ROOT_MNT"/etc/init/trunksd.conf
237+
# echo "Removing tcsd & trunksd.."
238+
# rm -rf "$ROOT_MNT"/etc/init/tcsd.conf
239+
# rm -rf "$ROOT_MNT"/etc/init/trunksd.conf
240240

241241
echo "$(date +'%m-%d-%Y %I:%M%p %Z')" > "$ROOT_MNT"/DATE_COMPILED
242242
suppress umount "$ROOT_MNT"

shim-builder/root/factory_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ setterm -cursor on
55
chmod +rx /bin/kvs
66
chmod +rx /bin/kvg
77

8+
rm -rf /etc/trunksd.conf
9+
rm -rf /etc/tcsd.conf
10+
811
/bin/kvs
912

1013
reboot now

0 commit comments

Comments
 (0)