Merge pull request #1828 from dbungert/c-n-f

apt: fix source.list mode
This commit is contained in:
Dan Bungert 2023-10-09 09:18:29 -06:00 committed by GitHub
commit 00011e24f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ class AptConfigurer:
write_file(
self.install_tree.p("etc/apt/sources.list"),
f"deb [check-date=no] file:///cdrom {codename} main restricted\n",
mode=0o644,
)
await run_curtin_command(