💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2024-01-06.txt captured on 2024-02-05 at 10:31:07.

View Raw

More Information

-=-=-=-=-=-=-

[2024-01-06T00:50:48Z] <midfavila> synima would you not use memset 
[2024-01-06T00:50:54Z] <midfavila> like in the shell itself
[2024-01-06T00:51:16Z] <midfavila> you could modify it to forcibly zero the memory occupied by the variable before unbinding it or w/e
[2024-01-06T04:17:33Z] <synima> Is it even possible to have two partitions in the tinyramfs config?
[2024-01-06T04:20:50Z] <synima> Can I just add multiple luks_root and luks_name ?
[2024-01-06T04:27:49Z] <synima> I'll go ahead and try it, hopefully it initializes them in the same order as in the configuration file, I'll make the home part decrypt with a key file somewhere in the root filesystem
[2024-01-06T04:38:00Z] <ilt> you can't
[2024-01-06T04:39:42Z] <ilt> to decrypt home you need init hook
[2024-01-06T04:40:08Z] <ilt> https://github.com/kiss-community/init-hooks/tree/master/luks
[2024-01-06T05:04:34Z] <synima> Is there any documentation on setting up tinyramfs? ilt , fairly confused with all this lol
[2024-01-06T05:42:18Z] <ilt> there are man pages
[2024-01-06T05:43:42Z] <ilt> but I afraid they won't help you much if you don't have extensive *nix knowledge
[2024-01-06T05:57:07Z] <sewn> hi noocsharp 
[2024-01-06T06:12:18Z] <testuser[m]> hi
[2024-01-06T06:12:51Z] <sewn> hi testuser[m] 
[2024-01-06T07:27:22Z] <icebarf> hi sewn
[2024-01-06T07:29:17Z] <sewn> hi icy
[2024-01-06T07:54:36Z] <sewn> how does kiss replace coreutils if its actively executing coreutil commands?
[2024-01-06T08:26:22Z] <ilt> as usual, using mv/cp
[2024-01-06T10:38:22Z] <sewn> ilt: looking at kiss, it copies the files (if present), then copies again 
[2024-01-06T10:59:15Z] <synima> yeah ilt, the man pages weren't the greatest lol
[2024-01-06T11:27:56Z] <synima> So I just modify these two files? https://github.com/illiliti/tinyramfs/tree/master/hook/luks
[2024-01-06T12:06:05Z] <synima> I'll just use crypttab for the second part, but what is the luks header?
[2024-01-06T13:03:24Z] <synima> Dont need it it seems
[2024-01-06T16:24:13Z] <sewn> swag
[2024-01-06T20:13:58Z] <synima> Hello<3 currently stuck on "Loading Linux 6.1.71" and I'm making a sorta educated guess and saying its because I saw that the tinyramfs.IMG file I made wasnt referenced in the grub config at all
[2024-01-06T20:15:09Z] <synima> Actually, would the kernel send output before the initramfs?
[2024-01-06T21:32:29Z] <sad_plan> hi