From c587f511bc2969c19340070a91152c59d83c5f45 Mon Sep 17 00:00:00 2001 From: James Pace Date: Fri, 21 Oct 2022 21:02:00 -0400 Subject: [PATCH] Add doc on what I needed to do for the install. --- hosting/note.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hosting/note.md diff --git a/hosting/note.md b/hosting/note.md new file mode 100644 index 0000000..51a8cc2 --- /dev/null +++ b/hosting/note.md @@ -0,0 +1,8 @@ +To install: + +1. Boot the Centos Stream 9 boot iso. +2. Hit at the grub entry. +3. Add the following to kernel boot line: +``` +inst.ks=http://j7s-os.internal.jpace121.net/edge.ks nameserver=192.168.1.108 +```