rk3568 设置debian-desktop为xfce

This commit is contained in:
hejiawencc
2023-04-18 10:25:25 +08:00
parent 2f1e86d7a1
commit 42ca9ed97d
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ export RK_ROOTFS_SYSTEM=debian
# Set debian version (debian10: buster) # Set debian version (debian10: buster)
export RK_DEBIAN_VERSION=10 export RK_DEBIAN_VERSION=10
# 定义默认rootfs是否为桌面版 xfce :桌面版 lite :控制台版 # 定义默认rootfs是否为桌面版 xfce :桌面版 lite :控制台版
export RK_ROOTFS_TARGET=desktop export RK_ROOTFS_TARGET=xfce
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=none
# 使用exboot内核分区 # 使用exboot内核分区

View File

@ -70,7 +70,7 @@ export RK_ROOTFS_SYSTEM=debian
# Set debian version (debian10: buster) # Set debian version (debian10: buster)
export RK_DEBIAN_VERSION=10 export RK_DEBIAN_VERSION=10
# 定义默认rootfs是否为桌面版 xfce :桌面版 lite :控制台版 # 定义默认rootfs是否为桌面版 xfce :桌面版 lite :控制台版
export RK_ROOTFS_TARGET=desktop export RK_ROOTFS_TARGET=xfce
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=none
# 使用exboot内核分区 # 使用exboot内核分区