mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
хах
This commit is contained in:
parent
99e411f165
commit
0576927015
BIN
MineOS/.DS_Store
vendored
BIN
MineOS/.DS_Store
vendored
Binary file not shown.
@ -115,7 +115,7 @@ local function waitForAlt(t,dr)
|
|||||||
local a=menu("Drive \""..dr[d].address.."\"",{"Set as bootable", "Format", "Back"})
|
local a=menu("Drive \""..dr[d].address.."\"",{"Set as bootable", "Format", "Back"})
|
||||||
if a==1 then
|
if a==1 then
|
||||||
l();bt(dr[d]);return
|
l();bt(dr[d]);return
|
||||||
elseif a==2 and not not dr[d].isReadOnly() then
|
elseif a==2 and not dr[d].isReadOnly() then
|
||||||
for _,file in pairs(dr[d].list("/")) do dr[d].remove("/"..file) end;cm.shutdown(true)
|
for _,file in pairs(dr[d].list("/")) do dr[d].remove("/"..file) end;cm.shutdown(true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user