00:37:39 I'm pretty sure I'm missing something stupid, but I'm not sure where to look. When I open, say, a youtube page, the media will start playing for a few seconds and then pause. I have autoplay enabled in Settings/Media. in about:config media.autoplay.enabled is true, media.enabled.user-gestures-needed is false, and block-autoplay-until-in-foreground is false 00:37:43 Where else should I be looking? 10:42:02 Tekk if you have NoScript you need to enable js for all domains which show blocked. 17:45:18 hai 17:51:13 Hej 17:51:33 Apparently one of the autoplay things I did eventually fixed it, plus let me scroll on youtube videos again 17:51:35 Browsers are weird. 17:55:30 i need to find a linux userspace that isn't terrible 18:13:18 nsITobin: Depending on your definition I think you can use alpine with musl an busybox :) 18:13:51 it needs to be standard glibc and sysvinit 18:14:18 really I'd just like something even simpler than sysvinit but i dunno yet 18:14:45 i want to basically be able to assume control over startup of the userspace as if it was fuckin dos and i had an autoexec file 18:16:40 Tekk: I need a sysroot in a tarball with x11 and devtools beyond that i can do everything else 18:17:11 you see what I am getting at? 18:17:59 i can do even that but damn its a slog and i'd need to learn to build x11 as well 18:18:11 That wouldn't be the worst thing to roll on your own, probably. 18:18:50 well i don't understadn why no one provides such a base/starter distro 18:19:29 What you're describing is pretty similar to the alpine sysroot I think? 18:19:40 yeah but what init system? 18:19:56 I think apk uses sysv or something simpler 18:20:04 I don't think it's a systemd distro at any rate 18:20:40 openrc 18:23:30 That's not too ba 18:23:32 bad 18:24:34 yeah the point is i don't actually want to learn another init system but be capable of BEING the init system.. and going from there 18:25:08 after I do it THEN i will have a BETTER idea of what needs to be done to deal with it simply and efficiently for me 18:25:32 I mean if you're in a chroot there's not gonna be an init syste running 18:27:06 yeah but i want to boot to a shell and type them in my self and then write a script that does it 18:27:16 BASH should be the init system... 18:27:20 ha 18:29:03 but yeah Tekk taking control of startup.. that's the ticket 18:37:07 Oh! That's even easier 18:37:19 So all you need to do is either build your kernel with no modules 18:37:29 Or just replace /bin/init (or whatever your initrd calls for 'real' init with /bin/bash ) 18:37:30 :) 19:27:53 Tekk: while my kernel has module support i typically build in everything.. 19:28:01 need it for vmware 20:00:29 Well there you go then. You don't need an initrd 20:00:47 Just edit your bootloader config to pass init=/bin/bash and remove the initrd 20:00:51 Unless you have an encrypted disk or similra 20:06:26 it is getting to the point any mainstream systemd distro is too compramised to run in that way to any useful degree and i don't use initramfs .. right now i can install any redhat based os with a basic chroot if i do it from a redhat based os it is simple but its all systemd based