feat(initrd): add /etc/hosts file

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-26 15:21:54 +00:00
parent 0769a82f4b
commit a3719eef3e
2 changed files with 13 additions and 2 deletions

View File

@ -9,6 +9,9 @@
"git.alwaysSignOff": true,
"git.defaultBranchName": "master",
"git.openRepositoryInParentFolders": "always",
"C_Cpp.autoAddFileAssociations": false
"C_Cpp.autoAddFileAssociations": false,
"conventionalCommits.scopes": [
"initrd"
]
}
}
}