Due to an influx of spam, we had to disable account registrations. If you don't have an account yet, please write an email to support@manjaro.org, with your desired username. Sorry for the inconvenience.
I just talked to Kyle from Sonar Linux and he told me that changing username, password and hostname in our config file doesn't do anything. We have to actually check it once more. Also we have to check how to create efiboot loader entries on the fly as they are now hardcoded to Manjaro in our shared/profiles folder.
I see, you want the efiboot directory and content on the fly?
I already started with that btw, I will push a bigger changeset, its mainly variable renaming.
So check your profile.conf and manjaro-tools.conf.
Profiles and cli are also updated with new var names.
Ok, one TODO left.
We need a better approach for generating the mkinitcpio image.
Currently we determine kernel modules version to use -k switch, but I think its better to create a preset with the $dist_kernel we already know with profile.conf.
Regarding the hostname, password, username. Sonar linux guys claim that with changing that their iso won't boot up. Did you ever tried to change username, host and password from default?
Ok, maybe then there was something else. They are both blind, so something might got mis-interpreted by them. We will figure it out when branding is done and tested by us.
Yes, latest code.
I will also test the new mkinitcpio preset image generation.
Its ugly to check for kernel version in /usr/lib/modules .... as it is now.
Ok, last thing is also done, the isolinux message file.
Now, I do think we got the branding stuff too much cluttered.
We got in:
manjaro-tools.conf
# unset defaults to given value# iso_version=0.9.0# unset defaults to given value# branding="MJRO"# unset defaults to given value, specify a date here of have it automatically set# dist_version="$(date +%Y.%m)"# unset defaults to given value# install_dir=manjaro# unset defaults to given value# dist_iso="manjaroiso"# unset defaults to value sourced from /etc/lsb-release# code_name="Bellatrix"# unset defaults to given value# img_name=manjaro
profile.conf
# unset defaults to given value# dist_kernel="linux319"# unset defaults to given value# plymouth_theme=manjaro-elegant
Could we reduce some variables, such as install_dir equals img_name?