-
Notifications
You must be signed in to change notification settings - Fork 11
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
Replacement of hardwarecfg with mhwdcfg #24
Comments
Right, mhwdcfg work if local is true, ie install from mounted mhwd repo in chroot. Btw, virtualbox drivers, shouldn't be necessary to remove them, since no present in root or DE image. |
Well, for the network thing with the mirrors we should deal with it properly by configuring the mirrors by country. Checkout the new code of locales module. Teo added some geoip detection code to it. Anyway, that selection of country should be used to generate the mirrorlist. If the country is not found as we might have no mirror for it yet, we should autoconfig the mirrorlist. |
I had the same idea in mind, to use lang selection to match mirror location. |
I merged latest changes and fixes One thing, if mhwd is configured for local repo, and netinstall only installs base group, or unpackfs only extracts root-image, mhwd fails, since not all required packages are in the local mhwd repo. |
Well, we have to see about that. Currently building some kernels ... |
I am about to upload cal-dev so we can test it all. |
Ping me if mt-0.13.4 is ready to be released ... |
Should be today or tomorrow, but my previous tests were all fine. |
I don't think we need pulse and alsa stuff. We don't need to remove vbox driver, since there is none installed in target root. |
Right, however let me double check that with the virtualbox drivers. |
We run mhwd in chroot, and image is clean. |
Ok, lets try it then with the next calamares-dev build ... |
mt-0.13.4 already use it. |
Well, calamares package don't ship mhwdcfg module at all. So we have to test it first and add it later to the stable package when ready. |
I have set cal-dev in profiles for now. |
I assume in master branch. I'm aiming for the 16.08-preX branch which is still based on mt-0.12.x series. However go on with your development. |
just saying, shared packages-live has cal-dev set. So temporarily override it, or else we get tons of complaints from team that cal doesn't work. ;) |
Sure. Works for me as long as these packages stay in unstable for now. It is great that the team is working so hard to finally getting netinstall working. Was needed for a long time. |
We only need to establish how we deal with the netgroups, per profile?, one fits all?, should we have a yaml repo? Could netinstall module accept local yaml netgroups...? Tons of questions. :) |
After I found some time to test the new calamares package, I might also find some time to remove hardwarecfg in calamares-dev and test it also. Good work on the module! |
We need to properly test chrootcfg(for net boot strap), mhwdcfg, servicescfg(openrc), |
Sure, but lets do it one by one and first with regular installation procedure, which is using unsquash. |
This one worked in quite a few test installs. ;) |
Can someone point me to the exact commit so I can review these changes? I assume we are all talking about this now: To automatically set
|
We also have to check on how we fix it for root account, as Manjaro-Settings-Manager has theme issues using pkgexec otherwise. kdesu and sudo -E seems to use the user session settings just fine. |
Before we replace hardwarecfg we have to review the new code of mhwdcfg and think on how we handle following things:
The text was updated successfully, but these errors were encountered: