@@ -, +, @@ --- defaults/linuxrc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/defaults/linuxrc +++ a/defaults/linuxrc @@ -248,7 +248,7 @@ do # ;; # vga_switcheroo vga_switcheroo\=*) - VGA_SWITCHEROO=`parse_opt "${x}"` + VGA_SWITCHEROO=${x#*=} ;; esac done --