Skip to content

Commit 3a604a7

Browse files
andrewbattatnabdullindfinity
authored andcommitted
Chore: Clean up IC-OS configuration documentation
1 parent 0cdb6f9 commit 3a604a7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

ic-os/docs/Configuration.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Each IC-OS has a 100 MB config partition. All IC-OS config partitions are initia
44

55
In production, configuration is propagated from a partition on the USB installer through each of SetupOS, HostOS and GuestOS:
66

7-
# SetupOS reads and validates the config from `/config/`
8-
# SetupOS copies the configuration files to `/var/ic/config/`
9-
# SetupOS copies the configuration files to the HostOS config partition.
10-
# HostOS reads the configuration from `/boot/config`. These files are used to populate the GuestOS config partition through a more complicated process described below.
7+
* SetupOS reads and validates its configuration files from `/config/`
8+
* SetupOS copies its configuration files from `/config/` to `/var/ic/config/`
9+
* SetupOS copies its configuration files from `/var/ic/config/` to the HostOS config partition.
10+
* HostOS reads the configuration files from `/boot/config`. These files are used to populate the GuestOS config partition through a more complicated process described below.
1111
1212
== Detailed configuration steps
1313

1414
=== SetupOS -> HostOS
1515

16-
SetupOS copies all of its configuration files to the HostOS config partition. Refer to link:../setupos/rootfs/opt/ic/bin/devices.sh[devices.sh]
16+
SetupOS validates, sanitizes, and copies all of its configuration files to the HostOS config partition. Refer to link:../setupos/rootfs/opt/ic/bin/config.sh[config.sh] link:../setupos/rootfs/opt/ic/bin/devices.sh[devices.sh]
1717

1818
=== HostOS -> GuestOS
1919

ic-os/docs/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ Refer to detailed documentation on:
88
* link:SELinux{outfilesuffix}[SELinux security policy]
99
* link:Configuration{outfilesuffix}[Configuration]
1010
* link:ConfigStore-SetupOSHostOS{outfilesuffix}[SetupOS and HostOS config store]
11-
* link:SEVSnpTest{outfilesuffix}[SEV SNP Test]

0 commit comments

Comments
 (0)