fix: cleanup
This commit is contained in:
parent
3198c6c6cb
commit
92f562a03e
11 changed files with 23 additions and 23 deletions
|
|
@ -17,6 +17,6 @@ sbctl enroll-keys
|
|||
|
||||
for l in arch{,-lts-fallback}; do
|
||||
efibootmgr --create --unicode --label "$l" \
|
||||
--disk "$boot" --part 1 --loader "\EFI\Linux\arch-linux$l.efi"
|
||||
--disk "$boot" --part 1 --loader "\\EFI\\Linux\\arch-linux$l.efi"
|
||||
done
|
||||
echo "$options" > /etc/cmdline.d/root.conf
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
#shellcheck disable=SC2154
|
||||
|
||||
systemctl enable --user podman.socket
|
||||
Loading…
Add table
Add a link
Reference in a new issue