mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-27 19:16:43 +07:00
Update for Orange Pi 5 Ubuntu22.04 Gnome v1.1.2
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user