Joshua-Riek / ubuntu-rockchip

Ubuntu for Rockchip RK35XX Devices
https://joshua-riek.github.io/ubuntu-rockchip-download/
GNU General Public License v3.0
2.38k stars 257 forks source link

build jammy rootfs-only, an error will appear #903

Closed ohyeah521 closed 4 months ago

ohyeah521 commented 4 months ago

I found that after executing the command sudo ./build.sh --suite=jammy --flavor=server --rootfs-only, an error will appear.

Logfile: https://github.com/Joshua-Riek/ubuntu-rockchip/actions/runs/9728778019/job/26849896896

2024-07-02_095209
Joshua-Riek commented 4 months ago

livecd rootfs returns a 1 exit code which indicates an error, but this can be ignored

ohyeah521 commented 4 months ago

thanks