On Mon, 24 Nov 2014, Alexander Graf wrote:
Alternatively, you can also resize the file system after first boot
finished. Make sure to do the fixups required to get it booting again
afterwards though (copied from pre-checkin.sh in JeOS-raspberrypi):
[...]
Thanks. That worked.
P.S. A slight error: the Raspberry contrib repository URL ends in
"openSUSE_13.2", but the real URL is "standard". Either the image or OBS
should be fixed.
Oh, thanks for the catch. Fixed now and rebuilding :).
It is still wrong. It seems you renamed the source, but the URL is wrong.
Current state:
----
linux:~ # more /etc/zypp/repos.d/standard.repo
[standard]
name=standard
enabled=1
autorefresh=1
baseurl=http://download.opensuse.org/repositories/devel:/ARM:/13.2:/Contrib:/RaspberryPi/openSUSE_13.2/
type=NONE
----
should be something like this:
----
linux:~ # more /etc/zypp/repos.d/RaspberryPi.repo
[Contrib:RaspberryPi]
name=Contrib:RaspberryPi
enabled=1
autorefresh=1
baseurl=http://download.opensuse.org/repositories/devel:/ARM:/13.2:/Contrib:/RaspberryPi/standard/
type=NONE
----
To be perfect the GPG key must also be added, so user is not asked. ;-)
Ciao
--
http://www.dstoecker.eu/ (PGP key available)
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]