This website requires JavaScript.
Explore
Help
Sign In
archlinuxarm
/
PKGBUILDs
Watch
1
Star
0
Fork
You've already forked PKGBUILDs
0
mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced
2024-11-08 22:45:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cfedff9dfa
PKGBUILDs
/
core
/
linux-rpi
/
cmdline.txt
2 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
core/linux-rpi: slim down cmdline.txt Removed the following parameters: 1. selinux=0 2. plymouth.enable=0 3. smsc95xx.turbo_mode=N 4. dwc_otg.lpm_enable=0 5. kgdboc=serial0,115200 Notes: 1. force not loading SELinux infrastructure which we currently do not supply 2. force disabling of plymouth which I think we do not supply 3. avoided network issues under heavy load circa 2012 likely no longer needed 4. turned off link power management which may have prevented issues with shitty drivers in older kernels likely not an issue on a modern kernel tree 5. enabled debugging over the serial console which is unnecessary for most user... advanced users will likely be savvy enough with cmdline.txt to edit it to match their needs
2022-09-03 16:28:29 +00:00
root=/dev/mmcblk0p2 rw rootwait console=serial0,115200 console=tty1 rootfstype=ext4 fsck.repair=yes
Reference in a new issue
Copy permalink