#!/bin/sh

if [ "$1" = menu ]; then
	init-menu-add-entry "$0" "Base bootargs"
	exit
fi

global.linux.bootargs.base="console=ttyS0,115200"
