fixed some formatting
This commit is contained in:
parent
72159fa124
commit
699a88bc42
@ -13,8 +13,8 @@ You will want to know the address of the disk you plan to install PsychOS onto.
|
||||
From OpenOS:
|
||||
|
||||
```
|
||||
cd /tmp
|
||||
wget https://oc.shadowkat.net/PsychOS/build/fsdev/PsychOS-fsdev-latest/severything.lua init.lua
|
||||
cd /tmp
|
||||
wget https://oc.shadowkat.net/PsychOS/build/fsdev/PsychOS-fsdev-latest/severything.lua init.lua
|
||||
init.lua
|
||||
```
|
||||
|
||||
@ -23,8 +23,8 @@ The 'same file' error is normal.
|
||||
These commands will reboot your machine into PsychOS running from the computer's temporary filesystem. Following this, you should see something like
|
||||
|
||||
```
|
||||
PsychOS 83e2673 on 404cf459, 256K memory
|
||||
lush v1/Lua 5.2
|
||||
PsychOS 83e2673 on 404cf459, 256K memory
|
||||
lush v1/Lua 5.2
|
||||
[superuser@404cf459 /boot]#
|
||||
```
|
||||
|
||||
@ -48,14 +48,14 @@ Now that you have a working PsychOS system, you can set up users.
|
||||
Superuser is the most powerful user on the system, and should have a strong password.
|
||||
|
||||
```
|
||||
[superuser@404cf459 /boot]# passwd superuser
|
||||
[superuser@404cf459 /boot]# passwd superuser
|
||||
New password for superuser: \*\*\*\*\*\*\*\*
|
||||
```
|
||||
|
||||
### A non-superuser
|
||||
Running as superuser all the time is bad for security, so you should create a user for yourself.
|
||||
```
|
||||
[superuser@404cf459 /boot]# passwd username
|
||||
[superuser@404cf459 /boot]# passwd username
|
||||
New password for username: \*\*\*\*\*\*\*\*
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user