Get everything passing the flake checks

This commit is contained in:
Greg Hellings
2024-11-18 23:42:28 -06:00
parent 1864511341
commit 4324f0ce67
56 changed files with 56 additions and 62 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env sh
set -ex
set -ex
+1 -1
View File
@@ -58,4 +58,4 @@ mv in-chroot.sh /mnt
for fs in proc sys dev sys/firmware/efi/efivars; do mount -o bind /${fs} /mnt/${fs}; done
chroot /mnt /bin/ash /in-chroot.sh
rm /mnt/in-chroot.sh
reboot
reboot
+1 -1
View File
@@ -54,4 +54,4 @@ virtualbox*)
;;
esac
efibootmgr --bootnext "${target}"
efibootmgr --bootnext "${target}"
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env sh
set -ex
set -ex