Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
Katoomba has joined #armbian
stipa has quit [Ping timeout: 246 seconds]
stipa has joined #armbian
lyri has quit [Remote host closed the connection]
buzzmarshall has quit [Quit: Konversation terminated!]
<DC-IRC>
[Discord] <igorpec> those changes are year old, just making a documentation for and one last check if it works.
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #armbian
danilogondolfo has quit [Remote host closed the connection]
<DC-IRC>
[Discord] <menu> you re-enabled auto-config don't forget! i'm just about to give it a go
<DC-IRC>
[Discord] <igorpec> try, i tested briefly, perhaps there might be other issues
<DC-IRC>
[Discord] <menu> do the configuration directives specified in `/root/.not_logged_in_yet` have default values? are they allowed to be unset (i.e. commented out of the config?)
<DC-IRC>
[Discord] <igorpec> good question. Some yes, some no. If you enable network_config, you need to provide IP, GW, DNS
<DC-IRC>
[Discord] <igorpec> if nothing is set, nothing is changed, it proceed to manual executing
<DC-IRC>
[Discord] <igorpec> for example. if you set root password, it will do that auto, but ask further questions
archetech has quit [Quit: Konversation terminated!]
<DC-IRC>
[Discord] <menu> the documentation for `PRESET_CONNECT_WIRELESS` says "Set `PRESET_CONNECT_WIRELESS=y` if you want to connect wifi manually at first login", but this seems backwards, is the value named weirdly or is the documentation wrong? I'm writing out a proper key | value table in markdown
<DC-IRC>
[Discord] <menu> would `PRESET_WIFI_INTERACTIVE` be a better name for that key?
LanDi has joined #armbian
<DC-IRC>
[Discord] <igorpec> changing variables is no-go as people use this and additonal translation would be needed. I have to deal with other docu mess ... there is months of work
<DC-IRC>
[Discord] <igorpec> i think documentation is writen wrong
alekksander has joined #armbian
<DC-IRC>
[Discord] <menu> from reading the code if it's set to `y`, it forces interactive connection, but `n` would allow for unattended setup
<DC-IRC>
[Discord] <igorpec> actually its correct, just wording is weirtd
<DC-IRC>
[Discord] <igorpec> actually its correct, just wording is weird
<DC-IRC>
[Discord] <menu> i'm gonna start contributing to documentation where i can, my code is no good but my documentation isn't bad
<DC-IRC>
[Discord] <menu> is this the case or the other way around?
<DC-IRC>
[Discord] <igorpec> that would be awesome!
<DC-IRC>
[Discord] <igorpec> this is an override switch to not invoke manual wireless in case wired network is not detected
<DC-IRC>
[Discord] <igorpec> but if we have a config, then "n" must be set here ... probably this switch can be killed actually
<DC-IRC>
[Discord] <igorpec> but code changes are needed then
<DC-IRC>
[Discord] <mecoblock> I might be blind but is there a way to invoke a shell script before compiling the kernel in the build process?
<DC-IRC>
[Discord] <igorpec> with extensions and hooks always, but dunno if there is any internal function
<DC-IRC>
[Discord] <menu> i'll try propose some code changes but they'll probably need refactoring, there's a few things that could do with adding, like `hostname`, `domain`, IPv6 config etc.
<DC-IRC>
[Discord] <igorpec> i would propose to put this on a side. Plan is to fully rework this script once new armbian-config is fully integrated
<DC-IRC>
[Discord] <igorpec> currently we double many functions
<DC-IRC>
[Discord] <menu> i was thinking most of these functions should be moved to armbian_configng anyway, but the key/value structure and likely most of the key names can be used again
<DC-IRC>
[Discord] <igorpec> connecting to wireless is oneliner function call
Dex_2x has quit [Ping timeout: 256 seconds]
<DC-IRC>
[Discord] <igorpec> they are now, but armbian-config is due to integration in a couple of weeks
<DC-IRC>
[Discord] <menu> though it may be better to use a different structure, armbian-configng is json-based after all
<DC-IRC>
[Discord] <igorpec> how do you mean?
<DC-IRC>
[Discord] <igorpec> json stores structure, menu , etc
<DC-IRC>
[Discord] <igorpec> functions are not there
<DC-IRC>
[Discord] <menu> does `key="value"` make the most sense for the config file, or would yaml/toml/json work better? does armbian-configng already possess the ability to ingest such a file?
<DC-IRC>
[Discord] <igorpec> json / yaml is better for keeping the structure together
LanDi has quit [Remote host closed the connection]
Treibholz has joined #armbian
lyri has joined #armbian
<DC-IRC>
[Discord] <menu> should i include the `.markdownlint.json` in `.gitignore`, or leave it in-place as the same settings will apply to anyone using it?