diff options
author | Collin J. Doering | 2024-04-12 19:10:18 -0400 |
---|---|---|
committer | Collin J. Doering | 2024-04-12 19:10:18 -0400 |
commit | 3bdb2932f78dfedee1c40c4845e9534c6e9b768c (patch) | |
tree | 5095e6d863d8ae85b6a27fd0474f963a158239ae | |
parent | d3a58bb2e6fec93a8707de6dd6ab13af52611951 (diff) | |
download | guix-north-america-3bdb2932f78dfedee1c40c4845e9534c6e9b768c.tar.gz |
README.org: Correct typo (refer to the correct installation disk)
* README.org: It was discovered that the wrong disk was referenced in the README!
Its worth noting that this documentation error does not impact the configuration of balg02,
as it doesn't directly reference the disk its being installed to, but instead references
where /boot/efi is located (which is setup as part preparing for the guix installation by
mounting guix's esp partition to /mnt/boot/efi) as well as references to partitions by label.
Also noteworthy is that this documentation error does not impact the Manual Testing of
bootstrapping Guix from a Debian VM, which still quiet closely mimics balg02.
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ Using the a snippet taken from ~/etc/network/interfaces~ on the existing debian :CUSTOM_ID: disk_partitioning :END: -For this installation we are using ~/dev/sda~ (a 1.5T ssd which is faster then the +For this installation we are using ~/dev/sdb~ (a 1.5T ssd which is faster then the alternative 3.6T ssd in the server). First, we require a variety of tools to setup and partition the disk destined for Guix |