diff options
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 | } |