rpi-firmware: rework cmdline.txt and remove rootfstype.
somehow this is the reason of rootfs with f2fs not booting at all
This commit is contained in:
parent
267966d443
commit
ae41855b31
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 loglevel=4 elevator=noop rootwait
|
root=/dev/mmcblk0p2 rw rootwait console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 loglevel=4 elevator=noop
|
||||||
|
|
|
@ -3,7 +3,7 @@ _githash="a43480416153e88e8499ae85e4a760dcaa4a5810"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi-firmware
|
pkgname=rpi-firmware
|
||||||
version=20150209
|
version=20150210
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="firmware-${_githash}"
|
wrksrc="firmware-${_githash}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue