clearcontainers / osbuilder

Clear Containers guest OS building scripts
20 stars 12 forks source link

Add support for customizing the kernel configuration #2

Closed mcastelino closed 7 years ago

mcastelino commented 7 years ago

Today we allow for customization of the root file system by splitting the root file system build process into two stages.

make rootfs
make image

We should do the same for the kernel build, to allow the user to modify the kernel configuration, which is typically the most common case.

egernst commented 7 years ago

@jcvenegas -- can you comment on above request? Is this already enabled?

jcvenegas commented 7 years ago

not yet, now that we decided to keep our linux fork, I will add a extra step for that.