mirror of
https://github.com/ps5-linux/ps5-linux-tools.git
synced 2026-07-16 01:50:37 +00:00
Remove video parameter from kernel command line
This commit is contained in:
@@ -32,8 +32,7 @@ echo "kernel: $VMLINUZ"
|
|||||||
echo "initrd: $INITRD"
|
echo "initrd: $INITRD"
|
||||||
|
|
||||||
CMDLINE=$(cat /proc/cmdline | \
|
CMDLINE=$(cat /proc/cmdline | \
|
||||||
sed -e 's/video=[^ ]*//g' \
|
sed -e "s|root=[^ ]*|root=LABEL=$ROOT_LABEL|g" | \
|
||||||
-e "s|root=[^ ]*|root=LABEL=$ROOT_LABEL|g" | \
|
|
||||||
xargs)
|
xargs)
|
||||||
|
|
||||||
echo "cmdline: $CMDLINE"
|
echo "cmdline: $CMDLINE"
|
||||||
|
|||||||
Reference in New Issue
Block a user