Get everything passing the flake checks
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
set -ex
|
||||
set -ex
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -54,4 +54,4 @@ virtualbox*)
|
||||
;;
|
||||
esac
|
||||
|
||||
efibootmgr --bootnext "${target}"
|
||||
efibootmgr --bootnext "${target}"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
set -ex
|
||||
set -ex
|
||||
|
||||
Reference in New Issue
Block a user