t2linux / T2-Ubuntu

Ubuntu for T2 Macs
602 stars 52 forks source link

Error in step 'Info: Install packages needed for Live System' #47

Closed yx91490 closed 3 years ago

yx91490 commented 3 years ago

when I execute build_in_docker.sh, I got error log:

===]> Info: Install packages needed for Live System... 
E: Unable to locate package linux-image-5.10.52-mbp
E: Couldn't find any package by glob 'linux-image-5.10.52-mbp'
E: Couldn't find any package by regex 'linux-image-5.10.52-mbp'
E: Unable to locate package linux-headers-5.10.52-mbp
E: Couldn't find any package by glob 'linux-headers-5.10.52-mbp'
E: Couldn't find any package by regex 'linux-headers-5.10.52-mbp'

how to solve it?

AdityaGarg8 commented 3 years ago

Do you wish to compile your own kernel?

yx91490 commented 3 years ago

Do you wish to compile your own kernel?

No, I just want to get an iso format image file.Isnt it the right way?

AdityaGarg8 commented 3 years ago

You can get from the releases

AdityaGarg8 commented 3 years ago

The zip files have the iso files inside

yx91490 commented 3 years ago

The zip files have the iso files inside

got it