2020-09-05T02:38:46 #kisslinux Hi everyone. I was just wondering if I could ask how you all prefer to run binaries that require glibc under KISS, since some of the programs that I'm quite fond of don't seem to like musl very much during compilation. 2020-09-05T02:39:18 #kisslinux I've heard chroots are popular among the Void crowd, so I figure something similar might work under KISS, but I've got no clue where I'd even look for that info 2020-09-05T02:47:32 #kisslinux some people use an arch chroot 2020-09-05T02:47:40 #kisslinux as talked about in r/kisslinux 2020-09-05T02:47:43 #kisslinux one recommended https://github.com/fsquillace/junest 2020-09-05T02:49:46 #kisslinux Oh, thanks. I peeked at the subreddit for a hot minute, but I don't check it often since I'm not much of a Redditor. Still, junest looks like it could be pretty useful 2020-09-05T02:51:06 #kisslinux indeed it does 2020-09-05T02:51:29 #kisslinux ill most likely go at it when i getkiss.org 2020-09-05T02:51:39 #kisslinux *nod* 2020-09-05T02:52:39 #kisslinux Another thing I might try doing is slapping a barebones CRUX install on top of KISS and using that, since it's what I currently use. Bleh... maybe I'll fork GKISS or something instead, though 2020-09-05T02:53:15 #kisslinux I feel like layering distros atop each other is kinda counterintuitive to KISS' principles. which bugs me a bit 2020-09-05T14:31:57 #kisslinux Just had an issue with libcap, failed to build. Failed with "No such file or directory: true" which... yeah, sounds weird. The "true" came from the INDENT variable. I set it to an empty string and the package got built fine. 2020-09-05T14:32:41 #kisslinux The command was a long perl line. Line 59 of the package Makefile. 2020-09-05T14:33:10 #kisslinux This stopped my kiss update command. 2020-09-05T14:41:51 #kisslinux Okay, looks like it requires the indent tool. I'd call this a bug in libcap, I think. It shouldn't pass the string "true" to the command if the indent command isn't available 2020-09-05T14:43:57 #kisslinux https://git.kernel.org/pub/scm/libs/libcap/libcap.git/tree/Make.Rules#n81 ... which it kind of doesn't... after reading it a second time. Right? 2020-09-05T16:29:51 #kisslinux does anyone know how to compile multiple firmware blobs in linux? 2020-09-05T16:30:51 #kisslinux i tried CONFIG_EXTRA_FIRMWARE="*" 2020-09-05T16:33:11 #kisslinux randomuser: CONFIG_EXTRA_FIRMWARE="blob/blob1.bin blob/blob2.bin" 2020-09-05T16:33:32 #kisslinux just a space seperated list 2020-09-05T16:33:56 #kisslinux oh 2020-09-05T16:33:59 #kisslinux thanks 2020-09-05T16:34:14 #kisslinux so shell globbing doesnt work 2020-09-05T16:34:28 #kisslinux My firmware line looks like this https://git.himmalerin.net/kiss-himmalerin/file/extra/linux/files/config.html#l1327 and has cpu ucode and gpu firmware 2020-09-05T16:34:46 #kisslinux Yeah shell globbing doesn't work. It's a bit of a pain 2020-09-05T16:37:22 #kisslinux cool 2020-09-05T16:37:29 #kisslinux im using a x220 2020-09-05T16:37:56 #kisslinux im just copying all the iwlwifi drivers 2020-09-05T16:44:00 #kisslinux wait, cpus need firmware? 2020-09-05T16:50:12 #kisslinux I don't think they _need_ need it, it's just after-you-purchase fixes for the cpu 2020-09-05T16:50:33 #kisslinux mainly vunerability fixes I think, but also regular bugs 2020-09-05T17:04:29 #kisslinux oh 2020-09-05T17:04:35 #kisslinux cool 2020-09-05T17:05:17 #kisslinux wel 2020-09-05T17:05:36 #kisslinux time to unscrew my laptop to find the wificard model 2020-09-05T17:12:13 #kisslinux I am currently installing KISS, but I am not sure what is expected of me on step 9.1. Can someone help me? 2020-09-05T17:13:01 #kisslinux Are you going to be booting with bios or uefi? 2020-09-05T17:13:15 #kisslinux oh nvm I was looking at 9.2 2020-09-05T17:13:36 #kisslinux What distro are you installing kiss from? 2020-09-05T17:14:27 #kisslinux I'm installing it from a Artix live CD (usb) 2020-09-05T17:17:16 #kisslinux I think Arch's utilities should be there, if you run `genfstab -U /mnt` do get a whole bunch of text? 2020-09-05T17:17:31 #kisslinux from the host, not kiss 2020-09-05T17:20:20 #kisslinux `genfstab: command not found` unfortunately 2020-09-05T17:26:23 #kisslinux Ah, I found out Artix has fstabgen instead of genfstab :) 2020-09-05T17:26:37 #kisslinux Since it does not have arch-install-scripts, but artools-base instead 2020-09-05T17:28:06 #kisslinux himmalerin: If I run `fstabgen /mnt`, I get a generated fstab file. Should I place the result in the `/etc/fstab` on Kiss? 2020-09-05T17:44:10 #kisslinux marijn52: `fstabgen /mnt >> /mnt/etc/fstab` 2020-09-05T17:44:35 #kisslinux Don't overwrite the existing file, you want the /tmp line that's already in there 2020-09-05T17:49:18 #kisslinux Okay 2020-09-05T17:52:45 #kisslinux I have successfully installed Kiss :) 2020-09-05T17:57:36 #kisslinux congrats!