Skip to content

Commit

Permalink
disabled gpg until i figure it out
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Bezos committed Oct 23, 2024
1 parent 5713b51 commit 8e3ac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void install_soviet(const std::string& target_drive,
if (system(("echo 'root:" + rootPassword + "' | chpasswd -P /mnt").c_str()) != 0) return;
if (execInChroot("echo "+ hostname +" > /etc/hostname") != 0) return;
if (execInChroot("systemd-machine-id-setup") != 0) return;
if (execInChroot("gpg --import /lib/systemd/import-pubring.gpg") != 0) return;
//if (execInChroot("gpg --import /lib/systemd/import-pubring.gpg") != 0) return;
if (execInChroot("chattr +C /var/log/journal") != 0) return;

if (execInChroot("dracut -H -I ' /usr/bin/nano ' --add-drivers ' vfat btrfs ' --strip /tmp/sov-initrd.img") != 0) return;
Expand Down

0 comments on commit 8e3ac65

Please sign in to comment.