From ae41855b31c29d51fd285a0ff449d753db6c0989 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Feb 2015 18:45:34 +0100 Subject: [PATCH] rpi-firmware: rework cmdline.txt and remove rootfstype. somehow this is the reason of rootfs with f2fs not booting at all --- srcpkgs/rpi-firmware/files/cmdline.txt | 2 +- srcpkgs/rpi-firmware/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rpi-firmware/files/cmdline.txt b/srcpkgs/rpi-firmware/files/cmdline.txt index 48b26b0545c..dc21cfe7a5c 100755 --- a/srcpkgs/rpi-firmware/files/cmdline.txt +++ b/srcpkgs/rpi-firmware/files/cmdline.txt @@ -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 diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index 52b6981815f..50181286117 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -3,7 +3,7 @@ _githash="a43480416153e88e8499ae85e4a760dcaa4a5810" _gitshort="${_githash:0:7}" pkgname=rpi-firmware -version=20150209 +version=20150210 revision=1 noarch=yes wrksrc="firmware-${_githash}"