Skip to content

Commit

Permalink
Update boot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 authored Apr 1, 2023
1 parent 50f5c5b commit 50fa311
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions buildroot/board/tcrpfriend/rootfs-overlay/root/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,11 @@ function boot() {
echo
echo "cmdline : ${CMDLINE_LINE}"
echo
echo "User config is on $(msgwarning "/home/tc/user_config.json\n")"
echo "Default SSH tc password is $(msgwarning "P@ssw0rd\n")"
echo "Access $(msgalert "http://${IP}:7681") via the TTYD web terminal to check the problem."
echo "(If you have any problems with the DSM installation steps, check the $(msgwarning "/var/log/linuxrc.syno.log") file in this access)"
echo "Default TTYD root password is $(msgwarning "blank")"
echo
echo "User config is on $(msgwarning "/mnt/tcrp/user_config.json\n")"

# Check netif_num matches the number of configured mac addresses as if these does not match redpill will cause a KP
echo ${CMDLINE_LINE} >/tmp/cmdline.out
Expand Down

0 comments on commit 50fa311

Please sign in to comment.