mirror of
https://github.com/rosalinux/image-builder.git
synced 2025-02-23 10:22:50 +00:00
adjust
This commit is contained in:
parent
730c4ce7b0
commit
32567efd1f
5 changed files with 16 additions and 5 deletions
|
@ -14,7 +14,8 @@ BuildSources=./:mkosi
|
||||||
./mkosi.images/u-boot/configuration:configuration
|
./mkosi.images/u-boot/configuration:configuration
|
||||||
|
|
||||||
[Output]
|
[Output]
|
||||||
Format=directory
|
#Format=directory
|
||||||
|
Format=disk
|
||||||
CompressOutput=
|
CompressOutput=
|
||||||
# nand u-boot does not support
|
# nand u-boot does not support
|
||||||
# 4k sectors
|
# 4k sectors
|
||||||
|
@ -24,16 +25,22 @@ SectorSize=512
|
||||||
[Content]
|
[Content]
|
||||||
Packages=
|
Packages=
|
||||||
coreutils
|
coreutils
|
||||||
|
passwd
|
||||||
kernel-6.1-orangepi
|
kernel-6.1-orangepi
|
||||||
dnf
|
dnf
|
||||||
dracut
|
dracut
|
||||||
iproute2
|
iproute2
|
||||||
locales-en
|
locales-en
|
||||||
openssh-server
|
openssh-server
|
||||||
|
xauth
|
||||||
rosa-repos
|
rosa-repos
|
||||||
rosa-repos-contrib
|
rosa-repos-contrib
|
||||||
systemd
|
systemd
|
||||||
|
task-x11
|
||||||
|
gstreamer1.0-plugins-good
|
||||||
|
gstreamer1.0-plugins-bad
|
||||||
uboot-tools
|
uboot-tools
|
||||||
|
camera_engine_rkaiq
|
||||||
|
|
||||||
Bootable=no
|
Bootable=no
|
||||||
Autologin=yes
|
Autologin=yes
|
||||||
|
@ -44,4 +51,4 @@ Timezone=Europe/Moscow
|
||||||
Hostname=orangepi5
|
Hostname=orangepi5
|
||||||
WithDocs=no
|
WithDocs=no
|
||||||
CleanPackageMetadata=false
|
CleanPackageMetadata=false
|
||||||
WithRecommends=no
|
WithRecommends=yes
|
||||||
|
|
|
@ -3,7 +3,7 @@ console=both
|
||||||
extraargs=cma=256M
|
extraargs=cma=256M
|
||||||
overlay_prefix=rk3588
|
overlay_prefix=rk3588
|
||||||
overlays=ov13850-c2
|
overlays=ov13850-c2
|
||||||
fdtfile=dtbs/rockchip/rk3588s-orangepi-5.dtb
|
fdtfile=dtbs/rockchip/rk3588s-orangepi-5b.dtb
|
||||||
rootdev=LABEL=rootfs
|
rootdev=LABEL=rootfs
|
||||||
rootfstype=ext4
|
rootfstype=ext4
|
||||||
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
|
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
|
||||||
|
|
|
@ -5,3 +5,4 @@ enable systemd-growfs-root.service
|
||||||
# We install dnf in some images but it's only going to be used rarely,
|
# We install dnf in some images but it's only going to be used rarely,
|
||||||
# so let's not have dnf create its cache.
|
# so let's not have dnf create its cache.
|
||||||
disable dnf-makecache.*
|
disable dnf-makecache.*
|
||||||
|
enable rkaiq_3A.service
|
||||||
|
|
|
@ -26,3 +26,6 @@
|
||||||
#dd if=${UBOOT_DIR}/idbloader.img of=${IMAGE} seek=64 conv=notrunc
|
#dd if=${UBOOT_DIR}/idbloader.img of=${IMAGE} seek=64 conv=notrunc
|
||||||
#dd if=${UBOOT_DIR}/u-boot.itb of=${IMAGE} seek=16384 conv=notrunc
|
#dd if=${UBOOT_DIR}/u-boot.itb of=${IMAGE} seek=16384 conv=notrunc
|
||||||
#popd
|
#popd
|
||||||
|
#echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
||||||
|
#dnf in -y camera_engine_rkaiq
|
||||||
|
#systemctl enable rkaiq_3A.service
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Partition]
|
[Partition]
|
||||||
Type=21686148-6449-6e6f-744e-656564454649
|
Type=esp
|
||||||
Format=
|
Format=vfat
|
||||||
SizeMinBytes=15M
|
SizeMinBytes=15M
|
||||||
SizeMaxBytes=15M
|
SizeMaxBytes=15M
|
||||||
|
|
Loading…
Add table
Reference in a new issue