mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
sync cmdline
This commit is contained in:
parent
018cc29157
commit
f330d62bd3
@ -156,6 +156,9 @@ CMDLINE['rootwait']=""
|
|||||||
CMDLINE['loglevel']="15"
|
CMDLINE['loglevel']="15"
|
||||||
CMDLINE['log_buf_len']="32M"
|
CMDLINE['log_buf_len']="32M"
|
||||||
CMDLINE['panic']="${KERNELPANIC:-0}"
|
CMDLINE['panic']="${KERNELPANIC:-0}"
|
||||||
|
CMDLINE['pcie_aspm']="off"
|
||||||
|
CMDLINE['nox2apic']=""
|
||||||
|
CMDLINE['nomodeset']=""
|
||||||
CMDLINE['modprobe.blacklist']="${MODBLACKLIST}"
|
CMDLINE['modprobe.blacklist']="${MODBLACKLIST}"
|
||||||
|
|
||||||
# if [ -n "$(ls /dev/mmcblk* 2>/dev/null)" ] && [ ! "${BUS}" = "mmc" ] && [ ! "${EMMCBOOT}" = "true" ]; then
|
# if [ -n "$(ls /dev/mmcblk* 2>/dev/null)" ] && [ ! "${BUS}" = "mmc" ] && [ ! "${EMMCBOOT}" = "true" ]; then
|
||||||
|
@ -70,7 +70,7 @@ function set_gfxpayload {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait pcie_aspm=off net.ifnames=0 nox2apic nomodeset intremap=off"
|
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait net.ifnames=0 panic=5 pcie_aspm=off nox2apic nomodeset"
|
||||||
|
|
||||||
search --set=root --label "RR3"
|
search --set=root --label "RR3"
|
||||||
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user