Talk:TTY Autologin: Difference between revisions
No edit summary |
Prabuanand (talk | contribs) (→By using agetty (CLI Proxmox): new section) |
||
Line 3: | Line 3: | ||
: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) | ::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) | ||
== By using agetty (CLI Proxmox) == | |||
Hi [[User:Groin1655]] | |||
I have never used Proxmox. Can you please clarify if the changes suggested by you has to be done in the Proxmox guest or the host alpine OS. | |||
btw:are you running diskless either in host or guest? because diskless tool [[Alpine local backup|lbu]] '''does not''' track files outside /etc drive. The previous instructions were there for a long time and i'm curious about your use case. | |||
Please add necessary qualifiers and if necessary we can create and move the content to Proxmox page and just put a pointer here, so that other users are not affected. |
Revision as of 04:30, 5 March 2025
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)
By using agetty (CLI Proxmox)
Hi User:Groin1655 I have never used Proxmox. Can you please clarify if the changes suggested by you has to be done in the Proxmox guest or the host alpine OS. btw:are you running diskless either in host or guest? because diskless tool lbu does not track files outside /etc drive. The previous instructions were there for a long time and i'm curious about your use case. Please add necessary qualifiers and if necessary we can create and move the content to Proxmox page and just put a pointer here, so that other users are not affected.