File tree 4 files changed +4
-4
lines changed
dell/x86_64-dell_s6100_c2538-r0
mellanox/x86_64-mlnx_msn2700-r0
nokia/armhf-nokia_ixs7215_52x-r0
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
CONSOLE_PORT=0x2f8
2
2
CONSOLE_DEV=1
3
- ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich,wdat_wdt acpi_no_watchdog=1 nos-config-part=/dev/sda12 logs_inram=on i2c-i801.disable_features=0x10"
3
+ ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich,wdat_wdt acpi_no_watchdog=1 nos-config-part=/dev/sda12 i2c-i801.disable_features=0x10"
Original file line number Diff line number Diff line change 1
- ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=lax acpi=noirq logs_inram=on "
1
+ ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=lax acpi=noirq"
Original file line number Diff line number Diff line change 1
1
VAR_LOG_SIZE=4096
2
- ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="logs_inram=on"
Original file line number Diff line number Diff line change @@ -176,7 +176,8 @@ prepare_boot_menu() {
176
176
fi
177
177
BORDER='echo "---------------------------------------------------";echo;'
178
178
fw_setenv ${FW_ARG} print_menu "$BORDER $BOOT1 $BOOT2 $BOOT3 $BORDER" > /dev/null
179
- fw_setenv ${FW_ARG} linuxargs "net.ifnames=0 loopfstype=squashfs loop=$image_dir/$FILESYSTEM_SQUASHFS systemd.unified_cgroup_hierarchy=0 varlog_size=$VAR_LOG_SIZE loglevel=4 ${extra_cmdline_linux} ${ONIE_PLATFORM_EXTRA_CMDLINE_LINUX}" > /dev/null
179
+
180
+ fw_setenv ${FW_ARG} linuxargs "net.ifnames=0 loopfstype=squashfs loop=$image_dir/$FILESYSTEM_SQUASHFS systemd.unified_cgroup_hierarchy=0 varlog_size=$VAR_LOG_SIZE loglevel=4 ${extra_cmdline_linux}" > /dev/null
180
181
fw_setenv ${FW_ARG} linuxargs_old "net.ifnames=0 loopfstype=squashfs loop=$image_dir_old/$FILESYSTEM_SQUASHFS systemd.unified_cgroup_hierarchy=0 varlog_size=$VAR_LOG_SIZE loglevel=4" > /dev/null
181
182
182
183
# Set boot configs
You can’t perform that action at this time.
0 commit comments