Update for Orange Pi 5 Ubuntu22.04 Gnome v1.1.2

This commit is contained in:
orangepi-xunlong
2023-02-24 19:31:49 +08:00
parent c00b8513ea
commit 6a1ff9f481
12 changed files with 226 additions and 14 deletions

View File

@@ -422,7 +422,7 @@ prepare_partitions() {
# mountopts[nfs] is empty
# default BOOTSIZE to use if not specified
DEFAULT_BOOTSIZE=256 # MiB
DEFAULT_BOOTSIZE=1024 # MiB
# size of UEFI partition. 0 for no UEFI. Don't mix UEFISIZE>0 and BOOTSIZE>0
UEFISIZE=${UEFISIZE:-0}
BIOSSIZE=${BIOSSIZE:-0}

View File

@@ -451,6 +451,8 @@ POST_INSTALL_KERNEL_DEBS
# copy watchdog test programm
cp "${EXTER}"/packages/blobs/watchdog/watchdog_test_${ARCH} "${SDCARD}"/usr/local/bin/watchdog_test
[[ -f "${SDCARD}"/usr/bin/gnome-session ]] && sed -i "s/user-session.*/user-session=ubuntu-wayland/" ${SDCARD}/etc/lightdm/lightdm.conf.d/22-orangepi-autologin.conf
# execute $LINUXFAMILY-specific tweaks
[[ $(type -t family_tweaks) == function ]] && family_tweaks