From faf16c262948a8a54e6178d1185d07c0587fa950 Mon Sep 17 00:00:00 2001 From: Jeff Bezos Date: Wed, 23 Oct 2024 11:34:16 +0000 Subject: [PATCH] fuck --- src/install.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.cpp b/src/install.cpp index 26f4673..3915f7f 100644 --- a/src/install.cpp +++ b/src/install.cpp @@ -129,6 +129,7 @@ void install_soviet(const std::string& target_drive, if (create_boot(target_drive) != 0) return; if (create_root(target_drive) != 0) return; if (mount_root(target_drive) != 0) return; + system("mkdir /mnt/efi"); if (mount_boot(target_drive) != 0) return; std::cout << "Copying root filesystem." << std::endl;