aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-01-04 00:14:19 -0700
committerAlexis Hovorka <[email protected]>2021-01-04 00:14:19 -0700
commitec60a630bfc2a862579a594335506234f687eda6 (patch)
tree9b064a44bba5457ee9b357e5c94f4b217ca43b05
parentff1463ba59260c3df518755d978b4e18272bf454 (diff)
[docs] Make a couple documentation tweaks
-rw-r--r--1.root.bash_history2
-rw-r--r--README.md5
2 files changed, 4 insertions, 3 deletions
diff --git a/1.root.bash_history b/1.root.bash_history
index aa2a253..e2968cf 100644
--- a/1.root.bash_history
+++ b/1.root.bash_history
@@ -10,7 +10,7 @@ nano /etc/locale.conf
LANG=en_US.UTF-8
ln -s /usr/share/zoneinfo/MST7MDT /etc/localtime
-# Quiet Boot
+# Quiet Boot (Optional)
nano /boot/cmdline.txt
root=/dev/mmcblk0p2 rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 elevator=noop audit=0 quiet loglevel=3 vga=current
nano /etc/sysctl.conf
diff --git a/README.md b/README.md
index 262273f..98601bf 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# zeno-setup
A set of scripts and such to walk you through setting up Arch Linux ARM and the
-basic connection management software for Zeno. Just follow the directions in
-the files starting with 1, 2, and 3.
+basic connection management software for Zeno. Just follow the normal
+installation guide at <https://archlinuxarm.org> and then follow the directions
+in the files starting with 1, 2, and 3.