Fixed Links

Signed-off-by: Aiden Gerbrandt <aiden.gerbrandt@entropic.pro>
This commit is contained in:
2025-12-14 12:53:40 -06:00
parent 85ccc805b8
commit 1d24911d98
5 changed files with 11 additions and 11 deletions

View File

@@ -3,5 +3,5 @@ tags:
- Arch - Arch
--- ---
[[Setup]] [[Setup.md]]
[[Local Host Names]] [[Local Host Names.md]]

View File

@@ -4,7 +4,7 @@ tags:
- Bazzite - Bazzite
--- ---
Make sure you can connect to the share using hostname.local. see [[Local Host Names]] Make sure you can connect to the share using hostname.local. see [[Local Host Names.md]]
**if changing location of the scripts** you need to update the script name to match the path exactly **if changing location of the scripts** you need to update the script name to match the path exactly
@@ -94,4 +94,4 @@ And if we reboot it should show up still.
For reference Aiden based it off of  [This](https://www.reddit.com/r/SteamDeck/comments/ymjnjy/mounting_smb_shares_with_systemd/) this post, just modified to this situation and me For reference Aiden based it off of  [This](https://www.reddit.com/r/SteamDeck/comments/ymjnjy/mounting_smb_shares_with_systemd/) this post, just modified to this situation and me
if running [[Bazzite]],  becuase of how fedora immutable distros are setup you need to use `/var/mnt`. the actual path is `/var/mnt` and `/mnt` is just linked to it. if running [[Bazzite.md]],  becuase of how fedora immutable distros are setup you need to use `/var/mnt`. the actual path is `/var/mnt` and `/mnt` is just linked to it.

View File

@@ -4,15 +4,15 @@ tags:
- Bazzite - Bazzite
- Debian - Debian
--- ---
[[Arch]] [[Arch.md]]
- EndeavourOS - EndeavourOS
[[Bazzite]] [[Bazzite.md]]
- Fedora - Fedora
- Gaming focused - Gaming focused
- immutable OS - immutable OS
[[Debian]] [[Debian.md]]
- Server focused - Server focused
- Stable - Stable
- Older versions - Older versions

View File

@@ -1,4 +1,4 @@
the ability to use hostname.local is managed by avahi the ability to use hostname.local is managed by avahi
To use a configured avahi, avahi-daemon.service needs to be running and port udp 5353 needs to be open in your firewall To use a configured avahi, avahi-daemon.service needs to be running and port udp 5353 needs to be open in your firewall
needs to be set up to [[Connecting to samba shares (tardis)]] needs to be set up to [[Connecting to samba shares (tardis).md]]

View File

@@ -1,5 +1,5 @@
Links: Links:
[[Arch]] [[Arch.md]]
### Secure Boot ### Secure Boot
If setting up secure boot with EndeavourOS, don't use the preset grub. do it from scratch. If setting up secure boot with EndeavourOS, don't use the preset grub. do it from scratch.
@@ -14,4 +14,4 @@ The wiki is wrong and your ${GRUB_MODULES} needs to be in ""
- If you are wanting to dual boot, install `os-prober` and uncomment `GRUB_DISABLE_OS_PROBER=false` in `/etc/default/grub` then regenerate the config - If you are wanting to dual boot, install `os-prober` and uncomment `GRUB_DISABLE_OS_PROBER=false` in `/etc/default/grub` then regenerate the config
5. Enable Secure Boot and import your MOK.cer into shim's MOK list. 5. Enable Secure Boot and import your MOK.cer into shim's MOK list.
**Note:** If you ever re-install the GRUB `grubx64.efi` file (to get a newer version of GRUB for example), make sure to do so with the modules as described above, and you will need to re-sign the file with `sbsign`. **Note:** If you ever re-install the GRUB `grubx64.efi` file (to get a newer version of GRUB for example), make sure to do so with the modules as described above, and you will need to re-sign the file with `sbsign`.