source remaining zlibs
This commit is contained in:
parent
57bda192d5
commit
fb46e1b0b4
|
|
@ -32,7 +32,7 @@ Devuan's SDK was originally conceived during a period of residency at the
|
|||
Schumacher college in Dartington, UK. Greatly inspired by the laborious and
|
||||
mindful atmosphere of its wonderful premises.
|
||||
|
||||
The Devuan SDk is Copyright (c) 2015-2016 by the Dyne.org Foundation
|
||||
The Devuan SDK is Copyright (c) 2015-2016 by the Dyne.org Foundation
|
||||
|
||||
Devuan SDK components are designed, written and maintained by:
|
||||
|
||||
|
|
|
|||
5
config
5
config
|
|
@ -25,10 +25,11 @@ arrs+=(core_packages base_packages)
|
|||
os="devuan"
|
||||
release="jessie"
|
||||
version="1.0.0-beta"
|
||||
mirror="http://packages.devuan.org/merged"
|
||||
mirror="http://auto.mirror.devuan.org/merged"
|
||||
section="main"
|
||||
|
||||
image_name=${image_name:-$os_$release_$version_$arch.img}
|
||||
image_name="$os_$release_$version_$arch"
|
||||
[[ -n $device_name ]] && image_name="${image_name}_${device_name}"
|
||||
|
||||
core_packages=(
|
||||
devuan_keyring
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ source $LIBPATH/config
|
|||
source $LIBPATH/zlibs/bootstrap
|
||||
source $LIBPATH/zlibs/helpers
|
||||
source $LIBPATH/zlibs/imaging
|
||||
source $LIBPATH/zlibs/kernel
|
||||
source $LIBPATH/zlibs/rsync
|
||||
source $LIBPATH/zlibs/sysconf
|
||||
|
||||
vars+=(libdevuansdk_version)
|
||||
|
|
|
|||
Loading…
Reference in New Issue