mirror of
https://github.com/RROrg/rr.git
synced 2025-12-20 02:59:54 +08:00
Compare commits
2 Commits
e0c64f829b
...
4810ce5457
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4810ce5457 | ||
|
|
95db2dacb7 |
@ -141,6 +141,8 @@ if [ $(echo "${KVER:-4}" | cut -d'.' -f1) -lt 5 ]; then
|
|||||||
CMDLINE['dom_szmax']="${SIZE}"
|
CMDLINE['dom_szmax']="${SIZE}"
|
||||||
fi
|
fi
|
||||||
CMDLINE["elevator"]="elevator"
|
CMDLINE["elevator"]="elevator"
|
||||||
|
else
|
||||||
|
CMDLINE["split_lock_detect"]="off"
|
||||||
fi
|
fi
|
||||||
if [ "${DT}" = "true" ]; then
|
if [ "${DT}" = "true" ]; then
|
||||||
CMDLINE["syno_ttyS0"]="serial,0x3f8"
|
CMDLINE["syno_ttyS0"]="serial,0x3f8"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
RR_VERSION="24.10.2"
|
RR_VERSION="24.10.3"
|
||||||
RR_RELEASE=""
|
RR_RELEASE=""
|
||||||
RR_TITLE="RR v${RR_VERSION}"
|
RR_TITLE="RR v${RR_VERSION}"
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
24.10.2
|
24.10.3
|
||||||
|
|||||||
@ -75,7 +75,7 @@ function set_gfxpayload {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait net.ifnames=0 panic=5 pcie_aspm=off intel_pstate=disable"
|
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait net.ifnames=0 panic=5 split_lock_detect=off pcie_aspm=off intel_pstate=disable"
|
||||||
|
|
||||||
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