2025-06-07 13:50:29 hi there, sorry for noob question, what is default alpine login/password during installation? 2025-06-07 13:53:14 gadoevalex: root and no password 2025-06-07 13:53:55 gadoevalex: but you probably should ask such questions in #alpine-linux channel 2025-06-07 13:55:39 ok, thanks very much 2025-06-13 15:31:37 team, is it a good idea to list dotfiles of alpine linux users on wiki.a.o? i believe this might help new users. 2025-06-13 15:44:10 i dunno. counterpoint would be that people have a tendency to copy/paste stuff without trying to understand what's there 2025-06-13 15:44:43 but i don't know what's considered normal for wikis in 2025 2025-06-13 16:31:50 true the risk of indiscriminate copy/paste is there. locating/searching working configuration specifically for alpine linux is not easy.. 2025-06-13 16:32:56 let us add adequate warning not to copy/paste stuff and use these as references... 2025-06-13 16:38:02 appreciate the work you're doing, prabu 2025-06-25 16:30:07 ikke, can you consider adding Extension:ArticleRatings to our wiki.. i hope this will allow wiki users to give rating to wiki pages and help us focus on badly rated articles 2025-06-28 07:19:35 i was thinking to add a bit about how to include setup-disk options on the setup-alpine commandline @ https://wiki.alpinelinux.org/wiki/Installation#Custom_partitioning 2025-06-28 07:32:15 using a combination of setup-disk environment variables and DISKOPTS variable (which passed from setup-alpine), like so: DISKOPTS="-m sys -L" ROOT_SIZE=50%VG setup-alpine 2025-06-28 07:40:05 or perhaps it would be better to have a linked page describing more detailed setup-* usage scenarios, like answerfiles and other available environemnt variables available to the setup-* scripts? 2025-06-28 10:30:35 jvvv, having a new page with all the answer files will help advanced users. A link can be added in the Alternative courses of action or Custom Installation Instructions, wherever it is appropriate 2025-06-28 10:31:00 s/ all the answer files/ all the information related to answer files