diff options
author | Claudius Heine <ch@denx.de> | 2016-11-22 10:04:51 +0100 |
---|---|---|
committer | Claudius Heine <ch@denx.de> | 2016-11-22 10:05:35 +0100 |
commit | 2e45c5196c70cc6c496dd36c8eece0431e3f4fd4 (patch) | |
tree | dcc630c691514a2e6d6e6ba6add5d9eb3d6939ff /recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh | |
parent | b1efdfa75d9a0ca475d92e8b5ea1eba165626231 (diff) | |
download | meta-readonly-rootfs-overlay-2e45c5196c70cc6c496dd36c8eece0431e3f4fd4.tar.gz |
removed unnecessary command line parameters
Diffstat (limited to 'recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh')
-rw-r--r-- | recipes-core/initrdscripts/files/init-readonly-rootfs-overlay-boot.sh | 10 |
1 files changed, 0 insertions, 10 deletions
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() { | |||
43 | modprobe $optarg 2> /dev/null ;; | 43 | modprobe $optarg 2> /dev/null ;; |
44 | rootrwreset=*) | 44 | rootrwreset=*) |
45 | ROOT_RWRESET=$optarg ;; | 45 | ROOT_RWRESET=$optarg ;; |
46 | video=*) | ||
47 | video_mode=$arg ;; | ||
48 | vga=*) | ||
49 | vga_mode=$arg ;; | ||
50 | init=*) | 46 | init=*) |
51 | INIT=$optarg ;; | 47 | INIT=$optarg ;; |
52 | console=*) | ||
53 | if [ -z "${console_params+x}" ]; then | ||
54 | console_params=$arg | ||
55 | else | ||
56 | console_params="$console_params $arg" | ||
57 | fi ;; | ||
58 | esac | 48 | esac |
59 | done | 49 | done |
60 | } | 50 | } |