From 505c6ec74a0b65280159d0918dc100c1457582d7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 24 Apr 2024 18:15:50 +0300 Subject: [PATCH] etc/hosts: add hosts.steamos --- etc/hosts/.gitignore | 1 + etc/hosts/README.md | 12 ++++++++++++ etc/hosts/hosts.arch | 1 + etc/hosts/hosts.steamos | 4 ++++ 4 files changed, 18 insertions(+) create mode 100644 etc/hosts/.gitignore create mode 120000 etc/hosts/hosts.arch create mode 100644 etc/hosts/hosts.steamos diff --git a/etc/hosts/.gitignore b/etc/hosts/.gitignore new file mode 100644 index 00000000..bd0aba19 --- /dev/null +++ b/etc/hosts/.gitignore @@ -0,0 +1 @@ +hosts.arch diff --git a/etc/hosts/README.md b/etc/hosts/README.md index 313d40f3..0b440895 100644 --- a/etc/hosts/README.md +++ b/etc/hosts/README.md @@ -10,8 +10,10 @@ This file is DNS before DNS and legacy remain which is still used. - [`blocklist`](#blocklist) - [`dns`](#dns) +- [`hosts.arch`](#hostsarch) - [`hosts.fedora`](#hostsfedora) - [`hosts.debian`](#hostsdebian) +- [`hosts.steamos`](#hostssteamos) @@ -30,6 +32,11 @@ and Unbound, so now it's something I can attempt to `/etc/hosts`. **_EXCERCISE CAUTION!_** +## `hosts.arch` + +For now this is a symlink to `hosts.steamos` as I am pretty sure they haven't +modified it. + ## `hosts.fedora` I am pretty sure this is the `/etc/hosts` that was given me by Fedora < 40 @@ -39,3 +46,8 @@ with changes removed. I think this is the Debian format which used to be just `../hosts` in this repository. + +## `hosts.steamos` + +The `/etc/hosts` file from `SteamOS Holo` variant steamdeck version `3.5.19` +or `20240422.1`. diff --git a/etc/hosts/hosts.arch b/etc/hosts/hosts.arch new file mode 120000 index 00000000..ce81f4f6 --- /dev/null +++ b/etc/hosts/hosts.arch @@ -0,0 +1 @@ +hosts.steamos \ No newline at end of file diff --git a/etc/hosts/hosts.steamos b/etc/hosts/hosts.steamos new file mode 100644 index 00000000..faa7dbcc --- /dev/null +++ b/etc/hosts/hosts.steamos @@ -0,0 +1,4 @@ +# Static table lookup for hostnames. +# See hosts(5) for details. +127.0.0.1 localhost +::1 localhost