diff --git a/filesystem/etc/issue b/filesystem/etc/issue index 3fc86b4..6a963d8 100644 --- a/filesystem/etc/issue +++ b/filesystem/etc/issue @@ -1,6 +1,6 @@ ########## Redox OS ########## # Login with the following: # -# `root` # -# `user`:`password` # +# `user` # +# `root`:`password` # ############################## diff --git a/filesystem/etc/passwd b/filesystem/etc/passwd index 9c71c96..3ca63b5 100644 --- a/filesystem/etc/passwd +++ b/filesystem/etc/passwd @@ -1,2 +1,2 @@ -root;;0;0;root;file:root;file:bin/ion -user;E9A75486736A55AF4FEA861E237835C4A555A05094DEE1DCA2F68AFEA49CC3A5E8DE6EA131EA521311F4D6FB054A146E8282F8E35FF2E6368C1A62E909716;1000;1000;user;file:home/user;file:bin/ion +root;E9A75486736A55AF4FEA861E237835C4A555A05094DEE1DCA2F68AFEA49CC3A5E8DE6EA131EA521311F4D6FB054A146E8282F8E35FF2E6368C1A62E909716;0;0;root;file:root;file:bin/ion +user;;1000;1000;user;file:home/user;file:bin/ion