ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | "Seek simplicity but distrust it" -- Alfred North Whitehead
sad_plan has joined #kisslinux
sad_plan has quit [Quit: nyaa~]
akira01 has joined #kisslinux
<akira01>
dilyn: you can merge pulls in graveyard?
<dilyn>
sure
<akira01>
Can you see the spotifyd pull?
<dilyn>
mhm
<dilyn>
merged
<akira01>
I will make some rm in other dir because there packages in community
<akira01>
Will when i fish to port opencolorio and openimagio
<akira01>
Finish*
<akira01>
Will try to test blender to see if i can package too
<testuser[m]>
Just allow setting -fuse-ld to anything
Denshi has joined #kisslinux
Denshi has quit [Client Quit]
ejjdhfjsu has joined #kisslinux
ejjdhfjsu has quit [Remote host closed the connection]
soliwilos has quit [Remote host closed the connection]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 256 seconds]
<omanom>
has anyone used terraform or a similar tool to install kiss?
ella-0 has joined #kisslinux
ella-0- has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
ella-0 has quit [Ping timeout: 240 seconds]
ella-0 has joined #kisslinux
ella-0- has quit [Ping timeout: 240 seconds]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 256 seconds]
ella-0 has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
ella-0_ has joined #kisslinux
Nuve has joined #kisslinux
ella-0 has quit [Ping timeout: 256 seconds]
ella-0 has joined #kisslinux
ella-0_ has quit [Ping timeout: 260 seconds]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 240 seconds]
ella-0 has joined #kisslinux
ella-0_ has quit [Ping timeout: 240 seconds]
soliwilos has joined #kisslinux
dnv has joined #kisslinux
mahmutov has joined #kisslinux
<acheam>
omanom: no but I can't imagine that it would be too too hard? You'd just need to stay in the chroot longer and not reboot until all setup is done
<omanom>
well it was getting to the chroot point that i was curious about
<acheam>
You can write the commands you need as a shell script and then run "chroot dir script"
<acheam>
chroot can run any program, it just defaults to shell
<omanom>
and just pass that shell script along to the provisioning tool i guess?
<acheam>
sure
<omanom>
plus the installation tarball
<acheam>
you could probably also pipe into the chroot command but thats messy
<acheam>
ye
<omanom>
my goal is a reproducible install without me having to manually go through all the different steps (assuming same hardware and stuff so kernel config wouldn't change)
<omanom>
for kiss linux, this involves all the steps prior to the chroot
<acheam>
weird that dylan removed sed -i usage in the install guide given that the busybox sed has -i and thats what a newly-chrooted install would have
<acheam>
I guess consistency is good
<Sarkic55>
Oh that thing, I tried to run it but the command is hard to read lol
<testuser[m]>
Bruh
<Sarkic55>
I think I got it wrong
<acheam>
you can also just manually do it... vi tools/objtool/arch/x86/decode.c and add the line
<acheam>
#include <linux/stddef.h>
<noocsharp>
"Mold's insane performance is attributed to faster algorithms and efficient data structures"
<Sarkic55>
alright, apparently I had a space in the wrong place the first time
<Sarkic55>
nope same thing im gonna do it manually LOL
<noocsharp>
the fact that it takes gold a minute to link chromium is embarrassing
<Sarkic55>
Alright! Compiling as normal now, thank you so much acheam, I appreciate it a lot :DD
<acheam>
np
<Sarkic55>
I'm gonna head out now, trying to spare all the ram I have :p
Sarkic55 has quit [Quit: Client closed]
<testuser[m]>
noocsharp: embarrassing for poogle devs or for gnoo devs?
<jgart>
Is doas installed by default on any distros?
<acheam>
alpine
<noocsharp>
gnoo
<noocsharp>
and i guess that it's also embarrassing for llvm devs how much faster mold is
<testuser[m]>
But mold guy wrote lld so
<noocsharp>
like llvm, i'm sure lld has grown fatter and slower over time
Sarkic has joined #kisslinux
<Sarkic>
Heyo I'm back
<Sarkic>
I'm trying to install grub, but it says it is trying to install for efi but im doing dos
<Sarkic>
Wait my livecd might be booted as uefi
<Sarkic>
Do I have to restart my install?
akira01 has quit [Ping timeout: 268 seconds]
<jstn>
specifying the right target for grub should suffice `grub-install --target=i386-pc /dev/sdX`
Sarkic has quit [Quit: Client closed]
mov_eax has joined #kisslinux
sereg has joined #kisslinux
dnv has joined #kisslinux
dnv has quit [Client Quit]
sereg has quit [Ping timeout: 252 seconds]
Guest59 has joined #kisslinux
mov_eax has quit [Ping timeout: 260 seconds]
mov_eax has joined #kisslinux
<Guest59>
Installed first time, got a successful boot to login prompt but get `bad salt` error when logging in as root. Anyone seen this before?
mov_eax has quit [Ping timeout: 240 seconds]
mov_eax has joined #kisslinux
<acheam>
looking into the busybox src for it
<acheam>
so you can get "bad salt" if the salt is empty or only 1 character long
<acheam>
you set a password for root with passwd right?