summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2005-07-22 01:13:13 -0700
committerPhilip J Freeman <elektron@halo.nu>2026-04-22 12:13:02 -0700
commit521028801517a92ffdbf4911ca9d6db67e8de7d3 (patch)
tree5eaf050789a03275c73fd810f8d65edb6de54cc1 /README.md
parente33ea89387b46c5a4a91b1fd90c05e0d7ad56470 (diff)
add a gui; initial dev releasehalo.01.20250721.235859
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b63f19..f1ee9ef 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ostree-demo
+# halo-os
## Intro
@@ -27,7 +27,7 @@ filesystem for you.
### Login
-Login as `root` with the password `guest`
+Login as `trent` with the password `reznor`
### Connect to the internet
@@ -50,3 +50,8 @@ Check for and apply system updates from public ostree repo, hosted at
$ ./publish-repo # migrate the content to an archive repo
$ sudo ./generate-usb-img # build a bootable usb image file
$ ./sync-repo # sync the archive repo up to a webserver
+
+# Notes and References
+
+<https://fedoramagazine.org/building-your-own-atomic-bootc-desktop/>
+<https://systemd.io/HOME_DIRECTORY/>