[2022-06-22T01:44:27Z] How does one bootstrap a KISS Linux system? [2022-06-22T01:53:07Z] *Without that tarball. [2022-06-22T01:54:17Z] well the kiss pm is just a shell script so it can be used on any posix compliant system [2022-06-22T01:55:08Z] you just need a system with all the packages in core installed [2022-06-22T01:55:21Z] you can't really "bootstrap" it in the literal sense afaik [2022-06-22T01:55:41Z] so just set kiss_root and build all the core packages? [2022-06-22T01:56:43Z] if you're trying to "bootstrap" the same computer you build the packages on, yes [2022-06-22T01:56:59Z] and you need /etc and the other files in the rootfs actually [2022-06-22T01:57:39Z] so sort of manually run through baselayout, and what else? [2022-06-22T01:58:08Z] you'll need to make sure the libraries that end up statically linked (musl, zlib, and openssl) are built with generic flags. [2022-06-22T01:58:23Z] oh yeah, of course [2022-06-22T01:59:47Z] any particular reason you want to avoid the tarball? [2022-06-22T02:00:03Z] im modifying the pm somewhat [2022-06-22T03:31:50Z] Hi [2022-06-22T03:58:55Z] hi [2022-06-22T13:24:51Z] can't build vim in latest rootfs [2022-06-22T13:25:02Z] fatal: unable to access 'https://github.com/vim/vim/': error setting certificate file: /etc/ssl/certs/ca-certificates.crt [2022-06-22T13:25:30Z] can anyone reproduce? [2022-06-22T14:18:07Z] I have the same problem [2022-06-22T14:18:16Z] Also when I extract rootfs I get warning: https://0x0.st/oSiA.txt [2022-06-22T14:21:27Z] extract as *root* [2022-06-22T14:24:23Z] and i found workaround for the first problem: ln -s /etc/ssl/cert.pem /etc/ssl/certs/ca-certificates.crt [2022-06-22T14:24:25Z] I extract as root [2022-06-22T14:24:31Z] --no-same-owner flag helps. [2022-06-22T14:26:00Z] illiliti: it worked [2022-06-22T14:54:50Z] https://github.com/kiss-community/repo/issues/70 [2022-06-22T21:05:44Z] hey guys [2022-06-22T21:06:05Z] someone know a solution to access FTP server and explore? [2022-06-22T21:06:18Z] since web browsers dont support it [2022-06-22T21:43:10Z] @rohan there's command-line FTP clients, does busybox in KISS come with one? [2022-06-22T21:43:15Z] can't say i ever tried [2022-06-22T21:46:20Z] heck, you can even run a session yourself manually, the protocol isn't very hard [2022-06-22T22:27:23Z] omanom, rohan: Busybox does have some basic tools like ftpget but I'm not sure if it has an interactive client. You can also use cURL as a non-interactive FTP client. [2022-06-22T23:25:01Z] https://grugbrain.dev/