M galeb/booting.slw => galeb/booting.slw +2 -2
@@ 139,7 139,7 @@ information, see `man 8 lsblk`, `man 8 efibootmgr` and `efibootmgr -h`.
```
partuuid=\$(lsblk -no PARTUUID /dev/sda2)
efibootmgr -c -d /dev/sda -l '\\vmlinuz' -L 'Galeb EFISTUB' -p1 \\
- -u 'initrd=\\initramfs.img root=PARTUUID='\${partuuid}' ro'
+ -u 'initrd=\\initramfs.img root=PARTUUID='\${partuuid}' rw'
```
### Explanation
@@ 174,7 174,7 @@ efibootmgr -c -d /dev/sda -l '\\vmlinuz' -L 'Galeb EFISTUB' -p1 \\
{dd}Treat the kernel command line as UCS-2.{/dd}{/dl}
{dl}
-{dt}**`'initrd=\\initramfs.img root=PARTUUID='\${partuuid}' ro'`**{/dt}
+{dt}**`'initrd=\\initramfs.img root=PARTUUID='\${partuuid}' rw'`**{/dt}
{dd}Kernel command line, quoted to prevent parsing by the shell. Value of the
shell variable `partuuid` is inserted where needed.{/dd}{/dl}
M galeb/faq.slw => galeb/faq.slw +0 -1
@@ 137,7 137,6 @@ The differences in Galeb are:
{li}Programs I couldn't easily configure to be statically compiled yet (eg.
Perl) - that could change over time,{/li}
{li}Programs which in my opinion suck.{/li}{/ul}
-Also see [BUGS](index.html#heading-4).
* There is also _/local_ serving the purpose of _/usr/local_.
M galeb/index.slw => galeb/index.slw +7 -4
@@ 120,10 120,12 @@ See [FAQ][faq].
## Screenshots
-![Galeb 2.1 booting][galebboot]
+![Galeb 2.2 booting][galebboot]
![Service management][galebsvc]
+![Package information][galebpackages]
+
## Changelog
@@ 157,7 159,7 @@ In particular, musl-libc is licensed under the Expat (“MIT”)
license.
Galeb - Simple musl-based static distro.
-Copyright © 2023 Страхиња Радић
+Copyright © 2022-2023 Страхиња Радић
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ 181,8 183,9 @@ but if you are multi~-booting, that limit can easily be hit.
[booting]: /galeb/booting.html
[derrick]: https://github.com/dslm4515/
[faq]: /galeb/faq.html
-[galebboot]: /img/programi/galeb-21-boot-001.png
-[galebsvc]: /img/programi/galeb-21-svc-001.png
+[galebboot]: /img/programi/galeb-22-boot-001.png
+[galebpackages]: /img/programi/galeb-22-packages-001.png
+[galebsvc]: /img/programi/galeb-22-svc-001.png
[install]: /galeb/install.html
[lfs]: https://www.linuxfromscratch.org/
[licenses]: https://www.gnu.org/licenses/
A img/programi/galeb-22-boot-001.png => img/programi/galeb-22-boot-001.png +0 -0
A img/programi/galeb-22-packages-001.png => img/programi/galeb-22-packages-001.png +0 -0
A img/programi/galeb-22-svc-001.png => img/programi/galeb-22-svc-001.png +0 -0