Le 26/11/2014 11:27, Alexander Graf a écrit :
On 26.11.14 11:21, Dirk Stöcker wrote:
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
----
Ugh, I shouldn't fix these things at night I guess. I modified the
command to hopefully produce the correct result now.
To be perfect the GPG key must also be added, so user is not asked. ;-)
Hrm, do you have any idea where I can find the key?
Look at the *.repo file in the repo :
http://download.opensuse.org/repositories/devel:/ARM:/13.2:/Contrib:/RaspberryPi/standard/devel:ARM:13.2:Contrib:RaspberryPi.repo
And it tells you that GPG key is here:
http://download.opensuse.org/repositories/devel:/ARM:/13.2:/Contrib:/RaspberryPi/standard/repodata/repomd.xml.key
;)
Guillaume
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]