Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Bezos committed Oct 23, 2024
1 parent 32755ad commit faf16c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/install.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit faf16c2

Please sign in to comment.