7 lines
130 B
Bash
7 lines
130 B
Bash
#!/bin/sh
|
|
|
|
global linux.bootargs.base=""
|
|
if [ -f /boot/cmdline.txt ]; then
|
|
readf /boot/cmdline.txt global.linux.bootargs.base
|
|
fi
|