by gfvos » Wed Apr 17, 2013 12:08 am
$this->bbcode_second_pass_quote('pezz', '')$this->bbcode_second_pass_quote('gfvos', 'T')he only other detail that threw me off was: "Be sure to leave the "ro" option there." at step 10. I assume that was supposed to mean "Be sure to leave the "root" option there."?
"ro" is for root to be initially mounted read-only, then it gets re-mounted "rw" because of systemd / fstab.
So no, it's not a typo. You'll get an error if you try and initially mount "rw", although you might get away with it if you use the fsck hook (as systemd won't have to do it during boot).
Hmm, interesting. If I recall correctly, there was no "ro" in the default /boot/cmdline.txt. But you're right, now that I think about it, the kernel command lines in my regular Arch installs all have the ro option.
$this->bbcode_second_pass_code('', 'smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 cryptdevice=/dev/mmcblk0p3:root root=/dev/mapper/root rootfstype=ext4 initrd=0x00f00000 elevator=noop rootwait')
and it seems to boot fine. But yeah, I also have the fsck hook enabled.