提交 423e3255 编写于 作者: S Simon Fels

Fetch packages from updates and security pockets for cross-builds too

上级 0aa311c6
......@@ -114,13 +114,25 @@ arch=${arch}
directory=${directory}
unpack=false
noauth=true
bootstrap=Ubuntu ${sources}
bootstrap=Ubuntu UbuntuUpdates UbuntuSecurity ${sources}
[Ubuntu]
packages=${builddeps}
source=${source_url}
suite=${dist}
components=main universe
[UbuntuUpdates]
packages=${builddeps}
source=${source_url}
suite=${dist}-updates
components=main universe
[UbuntuSecurity]
packages=${builddeps}
source=${source_url}
suite=${dist}-security
components=main universe
" > mstrap.conf
sourceid=0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册