Skip to content

Commit

Permalink
rm sources dir and use config.mk to set them up
Browse files Browse the repository at this point in the history
The manual suggests using sources.list would also set it up in the
chroot but it didn't work. It might be that they have to be deb822
style lists.
  • Loading branch information
IanLeCorbeau committed Nov 15, 2024
1 parent 0fa640e commit 3a8ecf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ KB_VARIANT = French (Canada) # see docs/lists/xkblayout.list

# sources.list or *.sources files for
# the system.
SOURCES = sources/sources.list
SOURCES = "deb http://deb.debian.org/debian/ bookworm ${COMPONENTS}" \
"deb http://security.debian.org/debian-security bookworm-security ${COMPONENTS}" \
"deb http://deb.debian.org/debian/ bookworm-updates ${COMPONENTS}"

# Packages that should be installed along with the base system.
# Not all packages should be installed here.
Expand Down
10 changes: 0 additions & 10 deletions sources/sources.list

This file was deleted.

0 comments on commit 3a8ecf1

Please sign in to comment.