]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Setup/Debian.pm
setup debian, centos: fixup comment typo/line-length
[pve-container.git] / src / PVE / LXC / Setup / Debian.pm
index a7308a4664e6016c81068c4683bd86923097ee24..8f7f5242239a91f2ef3de9fc1742229787c5c22d 100644 (file)
@@ -106,10 +106,9 @@ sub setup_init {
 
        my $version = $self->{version};
        if (at_least($version, 12, 0)) {
-           # this only affects the first-boot (if no /etc/machien-id exists).
+           # this only affects the first-boot (if no /etc/machine-id exists).
            $self->setup_systemd_preset({
-               # systemd-networkd gets enabled by default, disable it, debian uses
-               # ifupdown
+               # systemd-networkd gets enabled by default, disable it, debian uses ifupdown
                'systemd-networkd.service' => 0,
            });
        }