Skip to content

Commit

Permalink
Update 00-run-chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 7, 2024
1 parent 6c1df3c commit d112fd4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

set -e

apt list --installed |grep linux
exit 1
# X20 specific code
function install_x20_packages {
rm -Rf /etc/apt/sources.list.d/*
Expand Down Expand Up @@ -40,8 +38,8 @@ function install_radxa-debian_packages {
}
function install_radxa-debian_packages_rk3566 {
mkdir -p /usr/local/share/openhd_platform/rock/rk3566
BASE_PACKAGES="openhd qopenhd-rk3566 apt-transport-https apt-utils open-hd-web-ui"
PLATFORM_PACKAGES_HOLD="openhd-sys-utils u-boot-radxa-zero3 radxa-system-config-common radxa-system-config-kernel-cmdline-ttyfiq0 radxa-firmware radxa-system-config-bullseye 8852be-dkms task-rockchip radxa-system-config-rockchip linux-image-radxa-cm3-rpi-cm4-io linux-headers-radxa-cm3-rpi-cm4-io linux-image-5.10.160-12-rk356x linux-headers-5.10.160-12-rk356x"
BASE_PACKAGES="openhd-sys-utils openhd qopenhd-rk3566 apt-transport-https apt-utils open-hd-web-ui"
PLATFORM_PACKAGES_HOLD="u-boot-radxa-zero3 radxa-system-config-common radxa-system-config-kernel-cmdline-ttyfiq0 radxa-firmware radxa-system-config-bullseye 8852be-dkms task-rockchip radxa-system-config-rockchip linux-image-radxa-cm3-rpi-cm4-io linux-headers-radxa-cm3-rpi-cm4-io linux-image-5.10.160-26-rk356x linux-headers-5.10.160-26-rk356x"
PLATFORM_PACKAGES="linux-image-5.10.160-radxa-rk356x linux-headers-5.10.160-radxa-rk356x linux-libc-dev-5.10.160-radxa-rk356x dialog pv net-tools isc-dhcp-client network-manager glances rockchip-iq-openhd procps camera-engine-rkaiq"
PLATFORM_PACKAGES_REMOVE="dnsmasq firmware-iwlwifi libwpewebkit-1.0-3 codium* firefox* dkms sddm plymouth plasma-desktop kde* lightdm *xfce* chromium"
}
Expand Down

0 comments on commit d112fd4

Please sign in to comment.