Talk:TTY Autologin: Difference between revisions
m (Disregard previous comment.) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<s>Instead of going through the trouble of compiling something, wouldn't it be much easier to <code>apk add {{pkg|agetty}}</code> (from main) and use the {{key|-a}} (<small>{{key|--autologin}}</small>) option?</s> –zcrayfish ([[User talk:zcrayfish|talk]]•[[Special:Contributions/zcrayfish|contribs]]•[[Special:EmailUser/zcrayfish|send email]]) 02:13, 11 September 2023 (UTC) | <s>Instead of going through the trouble of compiling something, wouldn't it be much easier to <code>apk add {{pkg|agetty}}</code> (from main) and use the {{key|-a}} (<small>{{key|--autologin}}</small>) option?</s> –zcrayfish ([[User talk:zcrayfish|talk]]•[[Special:Contributions/zcrayfish|contribs]]•[[Special:EmailUser/zcrayfish|send email]]) 02:13, 11 September 2023 (UTC) | ||
:Disregard because I edited the article to have both. (the agetty option was needed for the non-edge users in any case) –[[User:zcrayfish|zcrayfish]] <small>([[User talk:zcrayfish|talk]]•[[Special:Contributions/zcrayfish|contribs]]•[[Special:EmailUser/zcrayfish|send email]])</small> 08:32, 12 September 2023 (UTC) | :Disregard because I edited the article to have both. (the agetty option was needed for the non-edge users in any case) –[[User:zcrayfish|zcrayfish]] <small>([[User talk:zcrayfish|talk]]•[[Special:Contributions/zcrayfish|contribs]]•[[Special:EmailUser/zcrayfish|send email]])</small> 08:32, 12 September 2023 (UTC) | ||
::tcc is not a mandatory package, it is just a C compiler, I initially choose it because it is small (~1Mb) in contrast to gcc (>100Mb), but if the issue is that it is on edge, then it is enough to use gcc which is in main, simple as that. Also agetty is times larger then a mere system call. –[[User:MarcoDG |MarcoDG]] 08:39, 15 September 2023 (CET) |
Latest revision as of 06:47, 15 September 2023
Isn't this just reinventing the wheel?
Instead of going through the trouble of compiling something, wouldn't it be much easier to –zcrayfish (talk•contribs•send email) 02:13, 11 September 2023 (UTC)
apk add agetty
(from main) and use the -a (--autologin) option?
- Disregard because I edited the article to have both. (the agetty option was needed for the non-edge users in any case) –zcrayfish (talk•contribs•send email) 08:32, 12 September 2023 (UTC)
- tcc is not a mandatory package, it is just a C compiler, I initially choose it because it is small (~1Mb) in contrast to gcc (>100Mb), but if the issue is that it is on edge, then it is enough to use gcc which is in main, simple as that. Also agetty is times larger then a mere system call. –MarcoDG 08:39, 15 September 2023 (CET)