@@ -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
3030We've had no debugging capabilites around the boot management, so we've landed ` moss boot status ` command. It's super primitive
3131but 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
6060Lichen 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