Skip to content

Commit

Permalink
apt: fix source.list mode
Browse files Browse the repository at this point in the history
(cherry picked from commit 91e84c7)
  • Loading branch information
dbungert committed Oct 9, 2023
1 parent 3841511 commit f77176f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subiquity/server/apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ async def configure_for_install(self, context):
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(
Expand Down

0 comments on commit f77176f

Please sign in to comment.