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 0f6cc4aa13 - Show all commits

View File

@ -417,7 +417,7 @@ Type=oneshot
ExecStart=/usr/bin/chmod 600 /boot/initramfs-linux.img
EOF
systemctl daemon-reload
systemctl enable --now "${path_unit}"
systemctl enable "${path_unit}"
}
function install_os_in_chroot () {