Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 29ba443

Browse files
committed
Small improvements for new blog post
1 parent 4587dc6 commit 29ba443

File tree

1 file changed

+3
-3
lines changed
  • content/en/blog/alpha-refresh-available

1 file changed

+3
-3
lines changed

content/en/blog/alpha-refresh-available/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Frequently in Team Serpent we joke that `moss` is the "systemd of package manage
2424
- Executes **transactional triggers** in a namespace (container) with RW `/usr` and RO binds of `/etc` and `/var` ...
2525
- Executes **system triggers** postblit, with dependency ordering..
2626
- Via blsforme, manages the ESP, XBOOTLDR, boot entries, sync and promotion of bootloader, kernel and assets, initrds..
27-
- Entirely zero configuration. No `/etc/default/grub`, no remembering your `root={}`, its determined automatically.
28-
- Basically does all the work of OS provisioning, barring disk mounting and partitioning. Lichen is basically a thin wrapper of moss.
27+
- Entirely zero configuration. No `/etc/default/grub`, no remembering your `root={}`, it's determined automatically.
28+
- Basically does all the work of OS provisioning, barring disk mounting and partitioning. Our installer, lichen, is basically a thin wrapper of moss.
2929

3030
We've had no debugging capabilites around the boot management, so we've landed `moss boot status` command. It's super primitive
3131
but does offer an insight into the introspection capabilites of blsforme. In this simple screenshot, moss/blsforme are supporting the
@@ -59,7 +59,7 @@ VM or hardware is incorrectly configured.
5959

6060
Lichen is due to recieve some love in the next few cycles, so please be aware of the following limitations:
6161

62-
- A **pre configured** GPT disk is required before `lichen` is launched
62+
- A **pre-configured** GPT disk is required before `lichen` is launched
6363
- A working internet connection is also required, this is a **network installer**
6464
- A FAT32 formatted EFI System Partition is required (marked as `esp` in gparted)
6565
- For optimal usage, or when your ESP is tiny, please create an `XBOOTLDR` partition:

0 commit comments

Comments
 (0)