mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
feat(initrd): add /etc/hosts file
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
0769a82f4b
commit
a3719eef3e
@ -9,6 +9,9 @@
|
||||
"git.alwaysSignOff": true,
|
||||
"git.defaultBranchName": "master",
|
||||
"git.openRepositoryInParentFolders": "always",
|
||||
"C_Cpp.autoAddFileAssociations": false
|
||||
"C_Cpp.autoAddFileAssociations": false,
|
||||
"conventionalCommits.scopes": [
|
||||
"initrd"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
8
initrd/etc/hosts
Normal file
8
initrd/etc/hosts
Normal file
@ -0,0 +1,8 @@
|
||||
127.0.0.1 localhost
|
||||
127.0.0.1 lolcathost
|
||||
|
||||
::1 ip6-localhost ip6-loopback
|
||||
fe00::0 ip6-localnet
|
||||
ff00::0 ip6-mcastprefix
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
Loading…
x
Reference in New Issue
Block a user