Skip to content

Commit a741a24

Browse files
Change sources path to be inside of the target root directory
1 parent fe18a86 commit a741a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mmdebstrap --mode unshare --keyring "$keyring" --arch "$arch" --variant required
1515

1616
gpg --keyring "$keyring" --no-default-keyring --export -a > "$chroot_dir/etc/apt/trusted.gpg.d/keyring.asc"
1717

18-
cat <<EOF > /etc/apt/sources.list.d/gardenlinux.sources
18+
cat <<EOF > $chroot_dir/etc/apt/sources.list.d/gardenlinux.sources
1919
echo "Types: deb"
2020
echo "URIs: ${repo}"
2121
echo "Suites: ${version}"

0 commit comments

Comments
 (0)