mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Move EEPROM flash stage to after-install
This commit is contained in:
parent
cabf865209
commit
9ad92bb0ff
@ -559,16 +559,6 @@ addStage(function()
|
||||
)
|
||||
end)
|
||||
|
||||
-- Flashing EEPROM
|
||||
layout:removeChildren()
|
||||
addImage(1, 1, "EEPROM")
|
||||
addTitle(0x969696, localization.flashing)
|
||||
workspace:draw()
|
||||
|
||||
component.invoke(EEPROMAddress, "set", request(EFIURL))
|
||||
component.invoke(EEPROMAddress, "setLabel", "MineOS EFI")
|
||||
component.invoke(EEPROMAddress, "setData", selectedFilesystemProxy.address)
|
||||
|
||||
-- Downloading files
|
||||
layout:removeChildren()
|
||||
addImage(3, 2, "Downloading")
|
||||
@ -654,6 +644,17 @@ addStage(function()
|
||||
workspace:draw()
|
||||
end
|
||||
|
||||
-- Flashing EEPROM
|
||||
layout:removeChildren()
|
||||
addImage(1, 1, "EEPROM")
|
||||
addTitle(0x969696, localization.flashing)
|
||||
workspace:draw()
|
||||
|
||||
component.invoke(EEPROMAddress, "set", request(EFIURL))
|
||||
component.invoke(EEPROMAddress, "setLabel", "MineOS EFI")
|
||||
component.invoke(EEPROMAddress, "setData", selectedFilesystemProxy.address)
|
||||
|
||||
|
||||
-- Saving system versions
|
||||
switchProxy(function()
|
||||
filesystem.writeTable(paths.system.versions, versions, true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user