01:27:41 cool fun writing sysv init scripts :) 04:24:12 ax562: it boots, and with a bit of sysv script writing got sshd working 04:24:28 oh super nice! 04:25:06 did you post the sysv script on your git? 04:28:19 just did now https://github.com/zedmatrix/ZBuild-System/tree/main/LFS-gcc15-musl 04:28:24 under stage4 04:29:53 and using skarnet's libs + mdevd 04:31:44 its kinda funny ... gotta relearn how to use linux, there is like no easy functions like systemctl 04:32:44 hmm the grub.cfg resized my qemu window from 800x600 to 1024x768 04:35:00 yeah, I was interested because I'm not sure I have ever personally configured sshd on sysv. 04:36:06 i guess i couldof used the lfs-bootscripts and modified them for mdevd 04:36:25 but boots fast 04:37:14 yeah, allegedly systemd was suppose to be "faster" than sysv but it's always been slower for me 04:37:43 *at boot 04:40:10 loads too many things 04:40:33 this is like bare minimum 04:42:23 your iso was really quick 04:42:31 makes me want to build sysv :p 04:43:11 i should rsync this FS since its built for only /dev/sda1 04:44:20 surprising not too many bumps with using musl 04:45:28 i couldn't believe that the linux-6.6.39 source dir took up almost 4G 04:48:31 but using -Os seemed to trim the FS down to 1.4G 04:49:28 -Os optimize switch? 04:52:25 yea in cflags and cxxflags 04:52:47 that's a huge difference 04:52:51 i haven't run any stripping either 04:54:24 i also set my inittab to auto login 04:56:02 even managed to figure how to get poweroff to work