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]
danilogondolfo has joined #armbian
Dex_2x has joined #armbian
<DC-IRC> [Discord] <Github> โคด๏ธ **Pull request** to [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - **Please review!** ๐Ÿ‘‰ [Link](<https://github.com/armbian/documentation/pull/498>): *Re-import armbian-config documentation and setup automatic pull*
blathijs has quit [Ping timeout: 276 seconds]
blathijs_ has joined #armbian
zeemate has joined #armbian
archetech has quit [Quit: Leaving]
archetech has joined #armbian
<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
<DC-IRC> [Discord] <igorpec> for the documentation, biggest pain is here: https://docs.armbian.com/Developer-Guide_Build-Options/
<DC-IRC> [Discord] <menu> i don't currently have a working build environment, i've been meaning to set one up
LanDi has quit [Ping timeout: 272 seconds]
LanDi has joined #armbian
Dex_2x has joined #armbian
LanDi1 has joined #armbian
LanDi has quit [Read error: Connection reset by peer]
LanDi1 is now known as LanDi
Dex_2x has quit [Quit: Client closed]
Dex_2x has joined #armbian
<DC-IRC> [Discord] <igorpec> this looks great
Treibholz has quit [Ping timeout: 260 seconds]
<DC-IRC> [Discord] <igorpec> when you do a PR, we can also see rendered page
<DC-IRC> [Discord] <menu> PR done <https://github.com/armbian/documentation/pull/499> how do I view the rendered version?
<DC-IRC> [Discord] <Werner> I approved pending CI jobs
Dex_2x has quit [Quit: Client closed]
LanDi has quit [Ping timeout: 252 seconds]
LanDi has joined #armbian
LanDi has quit [Remote host closed the connection]
<DC-IRC> [Discord] <menu> it's thrown an error that i do not understand, CI is above me
kingdomofheaven has quit [Ping timeout: 246 seconds]
kingdomofheaven has joined #armbian
<DC-IRC> [Discord] <Github> โœ… **Merged** into [armbian/build](<https://github.com/armbian/build>) by [EvilOlaf](<https://github.com/EvilOlaf>) - [Link](<https://github.com/armbian/build/commit/b0a0a0c50d1c9b68861b3e42a8774b6a0178946d>): *Radxa Rock-3a - edge - use mainline uboot (#7401)*
<DC-IRC> [Discord] <Werner> The pr-announce one isnt relevant. No idea about the other job though. I just approved it.
<DC-IRC> [Discord] <igorpec> looking into, something with permissions
<DC-IRC> [Discord] <Github> โคด๏ธ **Pull request** to [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - **Please review!** ๐Ÿ‘‰ [Link](<https://github.com/armbian/documentation/pull/500>): *Try to use dedicated secret*
<DC-IRC> [Discord] <Github> โœ… **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/93baf0dcb0e4ea5900c0e3b274e5ce542d514c1c>): *Try to use dedicated secret*
<DC-IRC> [Discord] <igorpec> i gave up fiddling with CI for now, will check this later.
<DC-IRC> [Discord] <igorpec> lets deal with the DOC content
<DC-IRC> [Discord] <Github> โคด๏ธ **Pull request** to [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - **Please review!** ๐Ÿ‘‰ [Link](<https://github.com/armbian/documentation/pull/501>): *Format User-Guide_Autoconfig properly*
<DC-IRC> [Discord] <igorpec> i made a PR under my name, so we have rendered view https://armbian.github.io/documentation/501/User-Guide_Autoconfig/
<DC-IRC> [Discord] <menu> need to fix some formatting
Katoomba has quit [Ping timeout: 244 seconds]
<DC-IRC> [Discord] <igorpec> yes
<DC-IRC> [Discord] <igorpec> i have added you to the repo, accept and then preview might work
<DC-IRC> [Discord] <menu> i squashed the fix commit into the one you PR'd so it auto-rebuilt anyway
<DC-IRC> [Discord] <igorpec> but it doesn't make docs due permission issue
<DC-IRC> [Discord] <igorpec> at your pre
<DC-IRC> [Discord] <menu> yours works, if you reload the generated page it will change!
<DC-IRC> [Discord] <igorpec> mine works, yes. yours might work after adding you as a collaborator
<DC-IRC> [Discord] <igorpec> you shoild get something on email to confirm
Some-body_ has joined #armbian
DarthGandalf has quit [Ping timeout: 260 seconds]
Some-body_ is now known as DarthGandalf
<DC-IRC> [Discord] <menu> is there a preferred linter for these docs or am i just running `markdownlint`?
LanDi has joined #armbian
<DC-IRC> [Discord] <igorpec> best is to setup locally
wootehfoot has joined #armbian
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?
<DC-IRC> [Discord] <igorpec> i think you can skip that
laz0r has quit [Ping timeout: 252 seconds]
laz0r_ has joined #armbian
laz0r_ is now known as laz0r
buzzmarshall has joined #armbian
jantones has quit [Remote host closed the connection]
califax has quit [Read error: Connection reset by peer]
califax has joined #armbian
jantones has joined #armbian
<DC-IRC> [Discord] <igorpec> troubles? did you try to make local docs site?
<DC-IRC> [Discord] <igorpec> you can probably push commits to my PR, so we have a preview
<DC-IRC> [Discord] <menu> i'm not entirely sure how
<DC-IRC> [Discord] <menu> i *think* that's done it
<DC-IRC> [Discord] <menu> done!
<DC-IRC> [Discord] <igorpec> perfect! now this looks much better to
alekksander has quit [Remote host closed the connection]
<DC-IRC> [Discord] <igorpec> added few cosmetic changes, thanks !!!
<DC-IRC> [Discord] <Github> โœ… **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/49232ecf52e550cc168411c8e1303ac23c702000>): *Improve styling of tables, cosmetics*
wootehfoot has quit [Read error: Connection reset by peer]
vpeter has quit [Ping timeout: 252 seconds]
vpeter has joined #armbian
archetech has joined #armbian
vpeter has quit [Ping timeout: 255 seconds]
<DC-IRC> [Discord] <Github> โœ… **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/63aa024ebfca1b2cc954dca405a83284749aa7c5>): *Re-import armbian-config documentation and setup automatic pull*
<DC-IRC> [Discord] <Github> โœ… **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/1b616aeaecc6020b66840d84f933c9b1b6399e0d>): *`Automatic` documentation update*
danilogondolfo has quit [Remote host closed the connection]
crabbedhaloablut has quit [Read error: Connection reset by peer]
crabbedhaloablut has joined #armbian
zeemate has quit [Ping timeout: 260 seconds]