Update for docker

This commit is contained in:
leeboby
2024-07-18 11:12:19 +08:00
parent 82f9e56057
commit ef82e033e4
6 changed files with 6 additions and 8 deletions

View File

@@ -68,7 +68,6 @@ family_tweaks() {
chroot $SDCARD /bin/bash -c "apt-get -y -qq install usb-modeswitch tree dnsmasq v4l-utils swig python3-dev python3-setuptools bluez libncurses-dev" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
#install_docker
#install_balenaEtcher
}

View File

@@ -54,7 +54,6 @@ family_tweaks_s() {
chroot $SDCARD /bin/bash -c "rm /etc/profile.d/im-config_wayland.sh" # for adbd
fi
install_docker
install_balenaEtcher
install_wiringop
if [[ -f ${SDCARD}/etc/pulse/default.pa && ${SELECTED_CONFIGURATION} == desktop && ${BOARD} =~ orangepicm4|orangepi3b ]]; then

View File

@@ -145,7 +145,6 @@ family_tweaks_s() {
chroot $SDCARD /bin/bash -c "apt-get -y -qq install usb-modeswitch tree dnsmasq v4l-utils swig python3-dev python3-setuptools bluez libncurses-dev" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
install_wiringop
install_docker
install_balenaEtcher
# Board audio specific changes

View File

@@ -101,7 +101,6 @@ family_tweaks_s()
fi
install_wiringop
install_docker
}
family_tweaks_bsp()