You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A management tool and library enabling Linux distributions to more easily adopt
11
11
- Concrete policy for kernel packaging, prebuilt vendor initrds, etc.
12
12
- Rudimentary fallback for non-UEFI cases (GRUB2 chained bootloader)
13
13
14
-
Primarily this tooling has been designed to assist the [moss](https://github.com/serpent-os/moss.git) package manager, but will remain agnostic to support the use case of [Solus](https://getsol.us) and other interested parties.
14
+
Primarily this tooling has been designed to assist the [moss](https://github.com/aerynos/os-tools) package manager, but will remain agnostic to support the use case of [Solus](https://getsol.us) and other interested parties.
15
15
16
16
## Testing
17
17
@@ -29,7 +29,7 @@ cat /proc/cmdline
29
29
sudo lsblk -f
30
30
```
31
31
32
-
Paste a suitable excerpt of the above to e.g. https://bpa.st and link to it in the 'General - Serpent OS' channel on matrix
32
+
Paste a suitable excerpt of the above to e.g. https://bpa.st and link to it in the 'General - AerynOS' channel on Zulip
33
33
34
34
## Difference to alternatives
35
35
@@ -42,7 +42,7 @@ In a similar vein, [kernel-install](https://www.freedesktop.org/software/systemd
42
42
Additionally `kernel-install` is designed to be a one-shot utility invoked by packaging triggers (or users) rather than a more contained facility to synchronise the target `ESP` (or `$BOOT`) with the expected state as provided by the final package-managed state.
43
43
44
44
45
-
In the scope of [AerynOS](https://serpentos.com/) and [Solus](https://getsol.us) - prebuilt initrds have been in use for years with great success. Given the requirement for both distributions to function correctly in dual-boot and non-appliance use cases, a `.uki` isn't going to permit our use case of generating dynamic cmdlines and shipping pre-signed assets.
45
+
In the scope of [AerynOS](https://aerynos.com/) and [Solus](https://getsol.us) - prebuilt initrds have been in use for years with great success. Given the requirement for both distributions to function correctly in dual-boot and non-appliance use cases, a `.uki` isn't going to permit our use case of generating dynamic cmdlines and shipping pre-signed assets.
0 commit comments