Skip to content

Commit

Permalink
Release 0.0.13
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Aug 27, 2024
1 parent 4767911 commit af9f56d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Torizon for WSL 2 Cookbook
# Torizon Environment for WSL 2 Cookbook

<p align="center">
<img
Expand All @@ -25,3 +25,25 @@ This was especially designed for have an already set up development environment
alt="Torizon 💘 WSL 2"
width="200" />
</p>

## Image Generated

### Testing Tricks

#### Set Login and Password

Is hard to automate tests for the configuration UI from the Windows side, so we have some tricks to help you test the configuration.

The configuration GUI will automatically set the login and password for you if you set a file under `c:\users\public\.torizon\password.txt` with the following content:

```txt
login:password
```

> ⚠️ **Warning**: This will be used only on the first boot of the Torizon Environment for WSL 2.
#### Debug installation

There is cases where the tester already have the Torizon Environment for WSL 2 installed and want to test a fresh installation. To do that, you can set the environment variable `DEBUG_INSTALLATION` to `1` before running the installer.

> ⚠️ **Warning**: This will only work if the user is installing the Torizon Environment for WSL 2 using the VS Code IDE wizard.
2 changes: 1 addition & 1 deletion cookbook/recipes-wsl/profile/profile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

echo "Welcome to the Torizon WSL 2 v0.0.12"
echo "Welcome to the Torizon WSL 2 v0.0.13"

export PATH

Expand Down

0 comments on commit af9f56d

Please sign in to comment.