-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add Package to SE for install #18
Comments
It appears packages are integrated only to the mfsroot.gz You have several options, I'll outline what I think is the easiest, but please test this on a test machine as this is all from my memory. I take no responsibility for loss, damages, etc. Use at your own risk. This is the easiest, because to upgrade, you just replace the *.tbz files with new ones.
EDIT mfsroot.gz not txz |
On Fri, Jul 12, 2013 at 2:01 PM, John Ko [email protected] wrote:
|
Packages do get installed to mfsroot.gz when you
I'm not even sure the above would work.
I still think the easiest is my above suggestion, and if you want to script it, maybe append the commands to the bottom of your custom Otherwise every time a package is upgraded, you have to rebuild the 9.1-RELEASE-amd64.tar.xz EDIT formatting |
WARNING: I HAVEN'T TESTED IT THOROUGHLY Ok I caved and tried to implement it in my branch... https://github.com/johnko/mfsbsd/tree/getpkgs Use my WARNING: my script compiles a custom kernel from source to support a larger mfsroot
It should grab the packages defined in the
After 5+ hours of world/kernel compiling ... You should then have an BIGNKPT-9.1-RELEASE-amd64.iso I also modified the This is bleeding edge, I expect something to be broken... |
On Fri, Jul 12, 2013 at 11:08 PM, John Ko [email protected] wrote:
Sweet this is really nice, only thing i see is the difference between
|
Yes. |
Another thing though, if you boot from mfsbsd with DHCP on (networking with automatic IP), you will have to find out what your IP is before you can get to it from a web browser... which means you will likely be at the console...?? or use |
On Sat, Jul 13, 2013 at 3:00 PM, John Ko [email protected] wrote:
we have an rc boot script that connects to a management system and reports
|
Im trying to figure out how to add a package to the generated SE iso so that when i boot
the package is actually installed on the host with the os with zfsinstall.... any clues?
I can build an SE iso with packages, yet they appear in the live booted system, not in the installed system.
The text was updated successfully, but these errors were encountered: