1-get-initial-setup-working #2

Merged
hygienic-books merged 92 commits from 1-get-initial-setup-working into main 2023-03-05 03:02:48 +00:00
Showing only changes of commit 35dacb977c - Show all commits

View File

@ -416,7 +416,7 @@ Description=chmod initramfs to be root-read-writable only
Type=oneshot Type=oneshot
ExecStart=/usr/bin/chmod 600 /boot/initramfs-linux.img ExecStart=/usr/bin/chmod 600 /boot/initramfs-linux.img
EOF EOF
systemctl daemon-reload
systemctl enable "${path_unit}" systemctl enable "${path_unit}"
} }