mirror of
https://github.com/rosalinux/image-builder.git
synced 2025-02-23 10:22:50 +00:00
update ok3568c kernel branch, hide dnf output
This commit is contained in:
parent
8ff48f62a2
commit
00622c98ff
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ ARCH="aarch64"
|
||||||
BOOT_SOC="rk3568"
|
BOOT_SOC="rk3568"
|
||||||
|
|
||||||
# kernel section
|
# 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"
|
PRESET_CONFIG="kernel_ok3568_defconfig"
|
||||||
DTB="dtbs/rockchip/rk3568-ok3568c"
|
DTB="dtbs/rockchip/rk3568-ok3568c"
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ def run_dnf_install(config, dnf_conf_path, rootfs_dir, arch, extra_pkgs=""):
|
||||||
"install"
|
"install"
|
||||||
] + pkgs.split()
|
] + 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):
|
def set_root_password_with_systemd(rootfs_dir, password_root):
|
||||||
|
|
Loading…
Add table
Reference in a new issue