mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-04 23:22:47 +02:00
Move EEPROM flash stage to after-install
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user