diff --git a/.DS_Store b/.DS_Store index 94c5ee7c..d914d288 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Installer/Installer.lua b/Installer/Installer.lua index 8e2ab734..c3b5c5e9 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -88,6 +88,7 @@ local function flashEFI() local data = ""; local file = io.open("/MineOS/System/OS/EFI.lua", "r"); data = file:read("*a"); file:close() component.eeprom.set(data) component.eeprom.setLabel("EEPROM (MineOS EFI)") + component.eeprom.setData(component.filesystem.address) end ------------------------------------- Стадия стартовой загрузки всего необходимого -------------------------------------