-
zedmatrixcool fun writing sysv init scripts :)
-
zedmatrixax562: it boots, and with a bit of sysv script writing got sshd working
-
ax562oh super nice!
-
ax562did you post the sysv script on your git?
-
zedmatrix
-
zedmatrixunder stage4
-
zedmatrixand using skarnet's libs + mdevd
-
zedmatrixits kinda funny ... gotta relearn how to use linux, there is like no easy functions like systemctl
-
zedmatrixhmm the grub.cfg resized my qemu window from 800x600 to 1024x768
-
ax562yeah, I was interested because I'm not sure I have ever personally configured sshd on sysv.
-
zedmatrixi guess i couldof used the lfs-bootscripts and modified them for mdevd
-
zedmatrixbut boots fast
-
ax562yeah, allegedly systemd was suppose to be "faster" than sysv but it's always been slower for me
-
ax562*at boot
-
zedmatrixloads too many things
-
zedmatrixthis is like bare minimum
-
ax562your iso was really quick
-
ax562makes me want to build sysv :p
-
zedmatrixi should rsync this FS since its built for only /dev/sda1
-
zedmatrixsurprising not too many bumps with using musl
-
zedmatrixi couldn't believe that the linux-6.6.39 source dir took up almost 4G
-
zedmatrixbut using -Os seemed to trim the FS down to 1.4G
-
ax562-Os optimize switch?
-
zedmatrixyea in cflags and cxxflags
-
ax562that's a huge difference
-
zedmatrixi haven't run any stripping either
-
zedmatrixi also set my inittab to auto login
-
zedmatrixeven managed to figure how to get poweroff to work