update ok3568c kernel branch, hide dnf output

This commit is contained in:
alexander stefanov 2024-12-27 14:41:14 +03:00
parent 8ff48f62a2
commit 00622c98ff
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ ARCH="aarch64"
BOOT_SOC="rk3568"
# kernel section
KERNEL="https://github.com/armbian/linux-rockchip.git#rk-6.1-rkr3"
KERNEL="https://github.com/armbian/linux-rockchip.git#rk-6.1-rkr4.1"
PRESET_CONFIG="kernel_ok3568_defconfig"
DTB="dtbs/rockchip/rk3568-ok3568c"

View file

@ -69,7 +69,7 @@ def run_dnf_install(config, dnf_conf_path, rootfs_dir, arch, extra_pkgs=""):
"install"
] + pkgs.split()
subprocess.run(dnf_command, check=True)
subprocess.run(dnf_command, check=True, stdout=subprocess.DEVNULL)
def set_root_password_with_systemd(rootfs_dir, password_root):