testing version of LuaBIOS and OpenOS

people were having issues getting them to work so now we promote consistency
This commit is contained in:
2025-06-28 20:41:49 +02:00
parent 8210e20939
commit 687cfebd00
182 changed files with 14016 additions and 1 deletions

16
data/OpenOS/usr/man/label Normal file
View File

@@ -0,0 +1,16 @@
NAME
label - show or change the label of file systems
SYNOPSIS
label FILE [STRING]
label -a ADDRESS [STRING]
DESCRIPTION
`label` allows reading and writing the label of file systems. The file system can either be specified by a path to or into a mount, or by its address.
EXAMPLES
label /home
Write the label of the file system mounted at `/home` to the standard output.
label -a 93f test
Change the label of the file system of which the address starts with `93f` to `test`.