Skip to content

Commit

Permalink
T6507: remove references to vyos-world package
Browse files Browse the repository at this point in the history
As we got rid of most of the old vyatta packages we can now also discontinue
vyos-world. It only served the purpose of keeping the package list during ISO
build small.
  • Loading branch information
c-po committed Jun 22, 2024
1 parent 65333b4 commit 6e0f62a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 123 deletions.
7 changes: 6 additions & 1 deletion data/live-build-config/package-lists/vyos-base.list.chroot
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
debconf
gpgv
gnupg
vyos-world
vyatta-cfg-system
vyatta-bash
vyatta-op
vyatta-cfg
vyatta-wanloadbalance
vyos-1x
vyos-user-utils
zstd
9 changes: 8 additions & 1 deletion docker-vyos/vyos_install_stage_01.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ echo "Configuring APT repositories"
prepare_apt

# Get list of VyOS packages
vyos_packages=(`apt-cache -i depends vyos-world | awk '/Depends:/ { printf("%s ", $2) }'`)
vyos_packages=(
"vyatta-cfg-system"
"vyatta-bash"
"vyatta-op"
"vyatta-cfg"
"vyatta-wanloadbalance"
"vyos-1x"
)

# Do not analyze packages, which we do not need in Docker
vyos_packages_filter=(
Expand Down
9 changes: 8 additions & 1 deletion docker-vyos/vyos_install_stage_02.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ echo "Configuring APT repositories"
prepare_apt

# Get list of VyOS packages
vyos_packages=(`apt-cache -i depends vyos-world | awk '/Depends:/ { printf("%s ", $2) }'`)
vyos_packages=(
"vyatta-cfg-system"
"vyatta-bash"
"vyatta-op"
"vyatta-cfg"
"vyatta-wanloadbalance"
"vyos-1x"
)

# Do not analyze packages, which we do not need in Docker
vyos_packages_filter=(
Expand Down
120 changes: 0 additions & 120 deletions scripts/list-build-dependencies

This file was deleted.

0 comments on commit 6e0f62a

Please sign in to comment.