From 2e45c5196c70cc6c496dd36c8eece0431e3f4fd4 Mon Sep 17 00:00:00 2001 From: Claudius Heine Date: Tue, 22 Nov 2016 10:04:51 +0100 Subject: removed unnecessary command line parameters --- .../initrdscripts/files/init-readonly-rootfs-overlay-boot.sh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh') diff --git a/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh b/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh index 4c70753..b1e028f 100644 --- a/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh +++ b/recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh @@ -43,18 +43,8 @@ read_args() { modprobe $optarg 2> /dev/null ;; rootrwreset=*) ROOT_RWRESET=$optarg ;; - video=*) - video_mode=$arg ;; - vga=*) - vga_mode=$arg ;; init=*) INIT=$optarg ;; - console=*) - if [ -z "${console_params+x}" ]; then - console_params=$arg - else - console_params="$console_params $arg" - fi ;; esac done } -- cgit v1.2.3-54-g00ecf