Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid having two copies of /boot in mfs iso #706

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

swills
Copy link
Member

@swills swills commented Aug 23, 2019

Given how critical space is in mfsroot, it seems to make sense to avoid
having a copy of /boot in the mfsroot since it's in the ISO anyway and
that's the one that's used for boot, not the copy in mfsroot.

Given how critical space is in mfsroot, it seems to make sense to avoid
having a copy of /boot in the mfsroot since it's in the ISO anyway and
that's the one that's used for boot, not the copy in mfsroot.
@bapt
Copy link
Member

bapt commented Aug 26, 2019

While I do agree with the approach, I disagree with the fact of removing entirely the modules. one can have a kld_list in the rc.conf so I do think we should keep the modules and nuke the kernel itself and all other files.

@swills
Copy link
Member Author

swills commented Aug 29, 2019

I agree. Perhaps it would be good to have a separate flag for this?

I've also run into cases where I need to customize the boot, such as creating /boot.config or modifying /boot/device.hints. Perhaps a separate root for the iso contents vs the mfsroot would make sense?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants