Skip to content

Commit a2a9b88

Browse files
authored
Merge pull request #204 from behrmann/cosmetics
Cosmetic changes
2 parents 2261197 + 79d0bbe commit a2a9b88

17 files changed

+319
-166
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
website/public
22
website/.hugo_build.lock
33
website/resources/_gen
4+
public/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This section clarifies on terms and abbreviations used in specs and other docume
9595
- [*DPS*](specs/discoverable_partitions_specification.md) - Discovery Partition Specification
9696
- [*sysext*](specs/extension_image.md) – System Extension Image
9797
(type of DDI that is overlayed on top of `/usr/` and `/opt/` via overlayfs and can extend the underlying OS vendor resources in a composable, immutable fashion)
98-
- [*UKI*](specs/unified_kernel_image.md) - Unified Kernel Images (UEFI boot stub + kernel + initrd + more)
98+
- [*UKI*](specs/unified_kernel_image.md) Unified Kernel Images (UEFI boot stub + kernel + initrd + more)
9999
- [*VMClock*](specs/vmclock.md) – Virtual Machine Clock (efficient time synchronisation for virtual machines)
100100
- [*VMGenID*](specs/vmgenid.md) – Virtual Machine Generation ID (mechanism for detecting VM rollback events)
101101
- [*VOA*](specs/file_hierarchy_for_the_verification_of_os_artifacts.md) – Verification of OS Artifacts

specs/boot_loader_specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ aliases:
1212

1313
# UAPI.1 The Boot Loader Specification
1414

15-
| Version | Changes |
16-
|---------|---------|
15+
| Version | Changes |
16+
|---------|-----------------|
1717
| 1.0 | Initial Release |
1818

1919
This document defines a set of file formats and naming conventions that allow

specs/configuration_files_specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ aliases:
1010

1111
# UAPI.6 Configuration Files Specification
1212

13-
| Version | Changes |
14-
|---------|---------|
13+
| Version | Changes |
14+
|---------|-----------------|
1515
| 1.0 | Initial Release |
1616

1717
## Introduction

specs/discoverable_disk_image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ aliases:
1111
---
1212
# UAPI.3 Discoverable Disk Images (DDI)
1313

14-
| Version | Changes |
15-
|---------|---------|
14+
| Version | Changes |
15+
|---------|-----------------|
1616
| 1.0 | Initial Release |
1717

1818
DDIs (Discoverable Disk Images) are self-describing file system images that follow the DPS ([Discoverable

specs/discoverable_partitions_specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ aliases:
1111
---
1212
# UAPI.2 The Discoverable Partitions Specification (DPS)
1313

14-
| Version | Changes |
15-
|---------|---------|
14+
| Version | Changes |
15+
|---------|-----------------|
1616
| 1.0 | Initial Release |
1717

1818
_TL;DR: Let's automatically discover, mount and enable the root partition,

specs/elf_dlopen_metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ aliases:
1212

1313
# UAPI.12 `dlopen()` Metadata for ELF Files
1414

15-
| Version | Changes |
16-
|---------|---------|
15+
| Version | Changes |
16+
|---------|-----------------|
1717
| 1.0 | Initial Release |
1818

1919
## Target Audience

specs/extension_image.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ aliases:
1111
---
1212
# UAPI.4 Extension Images
1313

14-
| Version | Changes |
15-
|---------|---------|
14+
| Version | Changes |
15+
|---------|-----------------|
1616
| 1.0 | Initial Release |
1717

1818
Extension Images are DDIs ([Discoverable Disk Images](discoverable_disk_image.md)) that are
@@ -207,39 +207,39 @@ incompatible host from loading it.
207207

208208
Valid values:
209209

210-
|Architecture|
211-
|------------|
212-
|x86|
213-
|x86-64|
214-
|alpha|
215-
|arc|
216-
|arc-be|
217-
|arm|
218-
|arm-be|
219-
|arm64|
220-
|arm64-be|
221-
|cris|
222-
|ia64|
223-
|loongarch64|
224-
|m68k|
225-
|mips|
226-
|mips-le|
227-
|mips64|
228-
|mips64-le|
229-
|parisc|
230-
|parisc64|
231-
|ppc|
232-
|ppc-le|
233-
|ppc64|
234-
|ppc64-le|
235-
|riscv32|
236-
|riscv64|
237-
|s390|
238-
|s390x|
239-
|sh|
240-
|sh64|
241-
|sparc64|
242-
|sparc|
243-
|tilegx|
244-
|native|
245-
|any|
210+
| Architecture |
211+
|--------------|
212+
| x86 |
213+
| x86-64 |
214+
| alpha |
215+
| arc |
216+
| arc-be |
217+
| arm |
218+
| arm-be |
219+
| arm64 |
220+
| arm64-be |
221+
| cris |
222+
| ia64 |
223+
| loongarch64 |
224+
| m68k |
225+
| mips |
226+
| mips-le |
227+
| mips64 |
228+
| mips64-le |
229+
| parisc |
230+
| parisc64 |
231+
| ppc |
232+
| ppc-le |
233+
| ppc64 |
234+
| ppc64-le |
235+
| riscv32 |
236+
| riscv64 |
237+
| s390 |
238+
| s390x |
239+
| sh |
240+
| sh64 |
241+
| sparc64 |
242+
| sparc |
243+
| tilegx |
244+
| native |
245+
| any |

specs/file_hierarchy_for_the_verification_of_os_artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ aliases:
1212

1313
# UAPI.11 File Hierarchy for the Verification of OS Artifacts (VOA)
1414

15-
| Version | Changes |
16-
|---------|---------|
15+
| Version | Changes |
16+
|---------|------------------|
1717
| 0.1 | Work in progress |
1818

1919
## Motivation

specs/linux_file_system_hierarchy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ aliases:
1212

1313
# UAPI.9 Linux File System Hierarchy
1414

15-
| Version | Changes |
16-
|---------|---------|
15+
| Version | Changes |
16+
|---------|------------------|
1717
| 0.1 | Work in progress |
1818

1919
## Description

0 commit comments

Comments
 (0)