diff --git a/Fennix.code-workspace b/Fennix.code-workspace index 3602baa6..fb9ed31a 100644 --- a/Fennix.code-workspace +++ b/Fennix.code-workspace @@ -9,6 +9,9 @@ "git.alwaysSignOff": true, "git.defaultBranchName": "master", "git.openRepositoryInParentFolders": "always", - "C_Cpp.autoAddFileAssociations": false + "C_Cpp.autoAddFileAssociations": false, + "conventionalCommits.scopes": [ + "initrd" + ] } -} \ No newline at end of file +} diff --git a/initrd/etc/hosts b/initrd/etc/hosts new file mode 100644 index 00000000..9742a1aa --- /dev/null +++ b/initrd/etc/hosts @@ -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