From 64a1fba08ea17339e56acc45869e3bbf64ed8777 Mon Sep 17 00:00:00 2001 From: John Hammond Date: Mon, 30 Sep 2019 14:20:00 -0400 Subject: [PATCH] Slowly adding to README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index d7fbb36..dad72ce 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,28 @@ net start home At that point, I could connect to the Internet! +Updating the Time Service +---------------------- + +``` +timedatectl set-ntp true +``` + +Partitioning the Disks +---------------------- + +I used this command to determine which devices are set up already. + +``` +fdisk -l +``` + +In my case of my DELL XPS 15, I had `/dev/nvmen1p1`, `/dev/nvmen1p2` and `/dev/nvmen1p3` all set up (because I did have Ubuntu installed on this previously). + +My `/dev/nvmen1p1` was the EFI partition for GRUB, `/dev/nvmen1p2` was my EXT4 filesystem, and `/dev/nvmen1p3` was my swapspace. + + + > This is incomplete. I need to keep working on this (1109 September 30th 2019)