From ded81deb74940b38abbc73152919e24d04a0f462 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 3 Nov 2013 02:28:42 +0100 Subject: Rename novyatta-$foo kernel command line option to no-vyos-$foo That option is used to disable specific init scripts, e.g no-vyos-migrate disables config migration. --- etc/init.d/vyatta-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/init.d') diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index 51b1175..ef76eba 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -57,7 +57,7 @@ GROUP=vyattacfg # check if bootup of this portion is disabled disabled () { - grep -q -w novyatta-$1 /proc/cmdline + grep -q -w no-vyos-$1 /proc/cmdline } # if necessary, provide initial config -- cgit v1.2.3