Fix Kinetic build
This commit is contained in:
parent
6eb71fc92d
commit
bfaa69fc2d
3 changed files with 3 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -27,6 +27,8 @@ apt-get update
|
||||||
apt-get install -y binutils zstd live-build
|
apt-get install -y binutils zstd live-build
|
||||||
dpkg -i ./debs/*.deb
|
dpkg -i ./debs/*.deb
|
||||||
|
|
||||||
|
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/kinetic
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
BUILD_ARCH="$1"
|
BUILD_ARCH="$1"
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -45,7 +45,7 @@ lb config noauto \
|
||||||
--zsync false \
|
--zsync false \
|
||||||
--security true \
|
--security true \
|
||||||
--updates true \
|
--updates true \
|
||||||
--debootstrap-options "--exclude=pinephone-tweaks,mobile-tweaks-common,librem5-tweaks,pinetab-tweaks" \
|
--debootstrap-options "--include=ca-certificates --variant=minbase" \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
||||||
# replace channel and suite
|
# replace channel and suite
|
||||||
|
|
Loading…
Add table
Reference in a new issue