- Joined
- Dec 17, 2019
Linux From Scratch = goodbye sanityive been autisticly making my own bootable linix distro
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Linux From Scratch = goodbye sanityive been autisticly making my own bootable linix distro
You'll be the only one to blame for that site getting fucked up the ass by the fines that GDPR non-compliance incurs, then.reminds me of how people keep asking this from me on a website im janny on. i never forward these requests and i just ban them. is it bad? yes. do i care? no.
I would assume that any private information on this site is not private information anymorereminds me of how people keep asking this from me on a website im janny on. i never forward these requests and i just ban them. is it bad? yes. do i care? no.
that's what BSD is foreven playing Sony Productions games?
i learnt more about how the various parts of a linux work together by doing this then i learned from LFS.Linux From Scratch = goodbye sanity
May not be symbolic links, may be sockets. You could try /tmp and/or /run as ramdisks to see if that works.for those thinking im making a full distro.
im not, it was just for a little bit of fun and to learn the basic parts of every linux distro.
the bootloader, kernel and userspace.
i said I'd cristin it, not release it.
i learnt more about how the various parts of a linux work together by doing this then i learned from LFS.
if lfs really wants to teach people how this shit works, then yeet everything out except the absolute bare essentials for a bootable system.
i also forgot to include that im using fat as the file system so any kind of symbolic linking wont work here.
unfortunately due to this, a lot of apps dont seem to work correctly.
so many use symbolic links that finding one that'll work is a pain.
i tried two windowing systems and both refused to work, one gui one, and one cli one.
i suspect that I'm just missing a few things but i cant be bothered to figure it out since I'll bet at least one can't be a static binary.
maybe ill upload the sh script i wrote to make it so you boys can mess around with it.
Based Slackware enjoyer: welcome to the club.I am officially filled with Slack.
I feel like file management in Linux would benefit with some form of aliasing paths to storage partitions as some sort of Windows-esque shorthand of A:/, B:/ C:/ and so on. Where is it that it normally mounts partitions? /media/sdb and such?protip: do not unzip a tarball of unorganized files to /
drwxr-x--- 22 jellyfin adm 16384 Apr 22 08:10 newos
You're basically asking for an immutable /, which seems to be where every distro is slowly heading anyway. You can still accidentally clobber /etc on something like Fedora Silverblue but you can also just easily roll back your oops.I feel like Linux's way of having every bit of your system as a path in the file system is a very bad idea from the home user standpoint. There should be toggleable abstractions for when you don't have to fuck around with the core Linux, so that / misuse, even accidental, won't lead to you fucking everything up. Have the terminal run in "simple mode" where you have letters for mount points, special paths like Config/ to access /etc and so on. Keep / away from the user whenever the user doesn't need to access it.
That's what snapshots are for, or cloned datasets for switching "/" on demand. Just embrace COW. Or don't run random crap as root.I feel like file management in Linux would benefit with some form of aliasing paths to storage partitions as some sort of Windows-esque shorthand of A:/, B:/ C:/ and so on. Where is it that it normally mounts partitions? /media/sdb and such?
I feel like Linux's way of having every bit of your system as a path in the file system is a very bad idea from the home user standpoint. There should be toggleable abstractions for when you don't have to fuck around with the core Linux, so that / misuse, even accidental, won't lead to you fucking everything up. Have the terminal run in "simple mode" where you have letters for mount points, special paths like Config/ to access /etc and so on. Keep / away from the user whenever the user doesn't need to access it.
So, a mount namespace? Some kind of docker jail for babbys?Have the terminal run in "simple mode" where you have letters for mount points, special paths like Config/ to access /etc and so on. Keep / away from the user whenever the user doesn't need to access it.
The current filesystem setup is fine as we don't need to baby proof the os like ChromeOS does, but it would probably be more ideal if more guides that introduce people to Linux focus on ensuring that people work in the correct directory when performing operations. And maybe if tar had a warning like "this will extract 300 files totalling 8gb into '/', are you sure?"I feel like file management in Linux would benefit with some form of aliasing paths to storage partitions as some sort of Windows-esque shorthand of A:/, B:/ C:/ and so on. Where is it that it normally mounts partitions? /media/sdb and such?
I feel like Linux's way of having every bit of your system as a path in the file system is a very bad idea from the home user standpoint. There should be toggleable abstractions for when you don't have to fuck around with the core Linux, so that / misuse, even accidental, won't lead to you fucking everything up. Have the terminal run in "simple mode" where you have letters for mount points, special paths like Config/ to access /etc and so on. Keep / away from the user whenever the user doesn't need to access it.
Well that's boring. Where's your sense of adventure?Or don't run random crap as root.