diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-11-03 08:54:29 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-11-03 08:54:29 +0100 |
commit | 67747479b2f6d4998687f5e7eec5c5923d913124 (patch) | |
tree | 350f4e5553d1334fa5a246d53483a2b4e66009f4 /scripts/system | |
parent | 890dda04895996e19cb579a322c979d410d7757d (diff) | |
download | vyatta-cfg-system-67747479b2f6d4998687f5e7eec5c5923d913124.tar.gz vyatta-cfg-system-67747479b2f6d4998687f5e7eec5c5923d913124.zip |
vyatta_update_console.pl uses systemd, remove inittab reference
Diffstat (limited to 'scripts/system')
-rwxr-xr-x | scripts/system/vyatta_update_console.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/system/vyatta_update_console.pl b/scripts/system/vyatta_update_console.pl index 93f6a232..19937060 100755 --- a/scripts/system/vyatta_update_console.pl +++ b/scripts/system/vyatta_update_console.pl @@ -16,8 +16,7 @@ # # **** End License **** -# Update console configuration in /etc/inittab and grub -# based on Vyatta configuration +# Update console configuration in systemd and grub based on Vyatta configuration use strict; use warnings; |