Skip to content

Commit 305d1f4

Browse files
committed
adding kubuntu focal
1 parent 7cd6533 commit 305d1f4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ services:
77

88
env:
99
global:
10-
- BRANCH="ubuntu-default-20.04"
10+
- BRANCH="kubuntu-20.04"
1111
- GITHUB_ENDPOINT="netbootxyz/ubuntu-squash"
1212
- DEBIAN_FRONTEND="noninteractive"
1313
- BUILD_TYPE="initrd_patch"
1414

1515
branches:
1616
only:
17-
- 'ubuntu-default-20.04'
17+
- 'kubuntu-20.04'
1818
if: type != pull_request AND tag IS blank
1919
script:
2020
- |
21-
export EXTERNAL_VERSION=$(curl -sL http://releases.ubuntu.com/focal/MD5SUMS | awk -F '(ubuntu-|-desktop-amd6)' '/-desktop-amd6/ {print $2}')
21+
export EXTERNAL_VERSION=$(curl -sL http://cdimage.ubuntu.com/kubuntu/releases/20.04/release/MD5SUMS | awk -F '(kubuntu-|-desktop-amd6)' '/-desktop-amd6/ {print $2}')
2222
- wget https://raw.githubusercontent.com/netbootxyz/build-pipelines/master/build.sh && chmod +x build.sh
2323
- git config --local user.name $GIT_USERNAME
2424
- git config --local user.email $GIT_EMAIL

‎endpoints.template‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
endpoints:
2-
ubuntu-20.04-default-squash:
2+
ubuntu-20.04-KDE-squash:
33
path: /ubuntu-squash/releases/download/REPLACE_RELEASE_NAME/
44
files:
55
- filesystem.squashfs
66
- initrd
77
- vmlinuz
88
os: "ubuntu"
99
version: "20.04"
10-
flavor: "GNOME"
11-
kernel: "ubuntu-20.04-default-squash"
10+
flavor: "KDE"
11+
kernel: "ubuntu-20.04-KDE-squash"

‎settings.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
URL="https://releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.iso"
1+
URL="http://cdimage.ubuntu.com/kubuntu/releases/20.04/release/kubuntu-20.04-desktop-amd64.iso"
22
TYPE=file
33
CONTENTS="\
44
casper/vmlinuz|vmlinuz

0 commit comments

Comments
 (0)