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

Update for 12.1-RELEASE #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jurajlutter
Copy link

  • Update for 12.1-RELEASE (12.2-RELEASE is emerging)
  • Restart routing after netif
  • Sanitize a bit, i.e. check for hostname setting using sysrc

- Update to 12.1-RELEASE
- Add vim-console
- Add tmux
@@ -75,7 +75,7 @@ env PAGER=cat freebsd-update -f /tmp/freebsd-update.conf install
echo "==> Installing packages"
env ASSUME_ALWAYS_YES=YES pkg update -f
env ASSUME_ALWAYS_YES=YES pkg upgrade -q -y
env ASSUME_ALWAYS_YES=YES pkg install -q -y bash curl node npm wget
env ASSUME_ALWAYS_YES=YES pkg install -q -y bash curl node npm wget vim-console tmux
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we necessarily want to include these. Some users may have preferences for other things. The items already always included are necessary for Joyent images, which is why they are there.

The rest of this PR looks good though, so if you can fix this then we'll get some builds and test it out.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No... BSD is not linux ... and these dont belong in a base FreeBSD image. you can add them later on your own if you like in my opinion.

@jurajlutter
Copy link
Author

I will wait some more weeks for 12.2-RELEASE to come, as it is "just around the corner".

@outbackdingo
Copy link

No... BSD is not linux ... and these dont belong in a base FreeBSD image. you can add them later on your own if you like in my opinion.

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

Successfully merging this pull request may close these issues.

3 participants