ZWQbpkzl [none/use name]

  • 0 Posts
  • 6 Comments
Joined 4 years ago
cake
Cake day: April 8th, 2022

help-circle

  • You set everything to /boot because that’s the mount point of your boot partition. /dev/sda1 or whatever gets mounted to /boot

    • Grub will make /boot/EFI/<NAME>/grubx64.efi and will dump a bunch of files to /boot/grub.
      • For grub you edit configs in /etc/default/grub and generate the actual configs with grub-mkconfig
    • Bootctl will make /boot/EFI/systemd/systemd-bootx64.efi and loader configs to /boot/loader
      • Configs for bootctl are edited directly in /boot/loader/
    • Mkinitcpio will dump .img files to /boot/

    If you mount your boot partition to /boot/efi instead of just /boot, you’ll have to specify that with command line flags for each of those commands. At first that’s easy enough. grub-mkconfig and grub-install only need to be run once. I believe that the same for bootctl. mkinitcpio however runs via a pacman hook whenever you update your kernel. You’ll have to ensure that the hook doesn’t default to /boot. I don’t know how to do that though.

    Better off to just accept the difference IMO. Things will “just work”.




  • Wastewater analysis is a real thing and is very useful. People were using it to track covid after the pandemic although idk how accurate it was there.

    The privacy concern here is only if they are getting per-household or per-toilette data. You don’t have to worry about per-household analysis ever happening unless your sewer system is somehow privatized, in which case, lol rip.

    Smart toilets exist and definitely are a massive privacy concern. But they haven’t caught on because only rich weirdos would ever want their toilet to be an iot device.