Browse Source
Merge pull request #461 from 007revad/develop
Update 2025_plus_models.md
pull/467/head
Dave Russell
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
2025_plus_models.md
|
|
@ -17,9 +17,9 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs |
|
|
3. Open a telnet client on your computer and log in to telnet with: |
|
|
3. Open a telnet client on your computer and log in to telnet with: |
|
|
- `root` for the username |
|
|
- `root` for the username |
|
|
- `101-0101` for the password |
|
|
- `101-0101` for the password |
|
|
5. Execute the following command: |
|
|
5. Execute the following command: (using a while loop in case DSM is running in a VM) |
|
|
``` |
|
|
``` |
|
|
touch /tmp/installable_check_pass |
|
|
while true; do touch /tmp/installable_check_pass; sleep 1; done |
|
|
``` |
|
|
``` |
|
|
7. Refresh the web installation page and install DSM. |
|
|
7. Refresh the web installation page and install DSM. |
|
|
8. Then in the telnet window, or via SSH, execute the following command: |
|
|
8. Then in the telnet window, or via SSH, execute the following command: |
|
|
|