tiny core is for small embeded systems, like car ignitions, modems, little robotics modules/arduinos etc.
yianiris
grep sda /etc/mtab 2>&1 tee /tmp/tab.txt | yad --title="output" \ --width=154 --text="$(cat /tmp/tab.txt)"
Did I miss what you are asking or is this it?
cat /etc/mtab 2>&1 | tee /tmp/tab.txt | yad --title="output" --width=154 \
--text="$(cat /tmp/tab.txt)
If you have used openbox before just do a diff merge of differences between your openbox and labwx/rc.xml
so you get the same setup. They are very compatible. waybox is crap, it is just a base wm for kde-plasma/gnome ..etc.
root must always be mounted if you have a system, either by booting or chroot. If you mount just efi from another system .
On my setup /efi/EFI/grub only has the grub efi binary no config, /boot and therefore /boot/grub is on /root partition
Now if you have the entire /boot in the /efi partition then it would be /efi/boot/grub/grub.cfg?
The theme itself is defined in grub.cfg, but it may be the case that it is stored in your root partition not in efi, so during bootloading the drive can't be read from.
So if you manually change the location of the theme directory and copy it inside efi it may work, and change the position of in grub.cfg
To turn os-prober on see /etc/default/grub -> false and install os-prober, then run grub-mkconfig -o ..
When I had an /efi mount just as arch said on wiki I didn't have problems. /boot stayed with root system, so it can be booted with efi or mbr.
If you have 2+ disks and one has mbr the other is gpt you can boot from either bootloader.
You should also try limine, less headaches than grub.
You mean tearing?
As in video screen tearing?
There is also tar which is a very common archiving system, so tarring=archiving
Stay away from debian/ubuntu if you really want to learn linux. They dictate how you do things so much you will never learn how to do it.
@Squizzy @possiblylinux127