v2.8.1 - Fixed some bugs with using lsdrv/lsblk.

Fixed some problems with invalid argument syntax, and components that don't support labelling.
This commit is contained in:
Ponali
2025-07-25 09:13:36 +02:00
parent 3e3d91af70
commit 89ed16eba8
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 2.8.0"
_G._OSVERSION = "Halyde 2.8.1"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat