unqueued
unqueued
@dywisor thanks! I agree, it would be better to just have ```binit_net_ns``` and ```binit_net_domain``` variables. I will push something soon.
I have started again based on feedback, and if you want to take a look, I pushed it to: [dns-3](/unqueued/better-initramfs/tree/dns-3 ) for now.
Agreed, I will redo with just df5773d
Yes, it is possible, but you have to hit F12 to enter the EFI shell first, and then follow some instructions. I have tested it on Sierra. http://anadoxin.org/blog/disabling-system-integrity-protection-from-guest-el-capitan-under-virtualbox-5.html ``` 2.0...
Closing since this functionality was included in https://github.com/slashbeast/better-initramfs/issues/58
@dywisor @slashbeast OK, I pushed to https://github.com/unqueued/better-initramfs/tree/dns Now, not just is dns accepted from the dhcp server, but the dns servers can be overriden with `binit_net_ns`, as well as the...
@slashbeast Ok, it has been four years, but I reviewed everything and updated it. When `binit_net_addr=dhcp` is set, then the dns servers provided by the dhcp server will be used,...
If this is getting overly complicated, I could just have it so that all of the network settings are overriden when `binit_net_addr` is set to `dhcp`
@slashbeast I trimmed it down quite a bit, if you want it. I'm currently using it because I want to have the option of 1) using curl to invoke ntfy.sh...
I'm really glad to hear that @slashbeast, I have been working on it on my own as well. BTW have you had a chance to revisit my PRs for ip4ll...