From 8b0daea1d77ee8b0c81833300ff68d930f508723 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 8 Apr 2024 11:49:40 -0400 Subject: [PATCH] README.org: Add CUSTOM_id props to correct rendering via go-org See: https://github.com/niklasfasching/go-org/issues/32#issuecomment-1546940722 --- README.org | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 0bac7f7..7aa44c9 100644 --- a/README.org +++ b/README.org @@ -64,6 +64,9 @@ From this we extract the necessary guix bootloader configuration options (for se - terminal-outputs :: console serial *** Manual modifications to Debian's Grub +:PROPERTIES: +:CUSTOM_ID: manual_modifications_to_debians_grub +:END: Modify grub config on debian to add an additional (and default) option to chainload Guix grub. @@ -108,6 +111,9 @@ Using the a snippet taken from ~/etc/network/interfaces~ on the existing debian #+end_src ** Disk Partitioning +:PROPERTIES: +:CUSTOM_ID: disk_partitioning +:END: For this installation we are using ~/dev/sda~ (a 1.5T ssd which is faster then the alternative 3.6T ssd in the server). @@ -281,9 +287,9 @@ bootstrap a system like this often. With the Debian VM setup, we can now apply the documented bootstrapping steps. -1. [[*Disk Partitioning][Disk Partitioning]], but with disks adjusted to match the testing VM. -2. [[*Bootstrap Guix][Bootstrap Guix]], ensure ~~ matches the VM efi partition used for Guix. -3. [[*Manual modifications to Debian's Grub][Manual modifications to Debian's Grub]], again ensuring ~~ matches the VM efi +1. [[#disk_partitioning][Disk Partitioning]], but with disks adjusted to match the testing VM. +2. [[#bootstrap_guix][Bootstrap Guix]], ensure ~~ matches the VM efi partition used for Guix. +3. [[#manual_modifications_to_debians_grub][Manual modifications to Debian's Grub]], again ensuring ~~ matches the VM efi partition used for Guix. 4. Reboot @@ -302,6 +308,9 @@ testable. networking service will not be able to start. * Bootstrap Guix +:PROPERTIES: +:CUSTOM_ID: bootstrap_guix +:END: Using Guix on debian, bootstrap the machine using the configuration in [[*Define Guix operating-system for the machine][Define Guix operating-system for the machine]].