summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-03-13 20:27:54 -0500
committerAndrew Cady <d@jerkface.net>2021-03-13 20:27:54 -0500
commit3cbe9514df3ec154df8aa441686071df5336f58e (patch)
tree1ae2d1f24d01b49c975da2c7a641b57668184ba8 /rootfs
parent5e67c4de53dfb62b6094cd474cc255886e8ef59c (diff)
Specify REWRITE_SOURCES_LIST=y for samizdat.btrfs
This means it is always on, but there is no sid access until "apt-update" is specified true.
Diffstat (limited to 'rootfs')
-rw-r--r--rootfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile
index eb96398..e1588cb 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -34,5 +34,5 @@ gold: $(gold)
34$(gold): $(rootfs) 34$(gold): $(rootfs)
35 $(sudo) $(fsmgr) build $@ 35 $(sudo) $(fsmgr) build $@
36 36
37$(patchfs): 37$(patchfs) $(rootfs):
38 $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $(patchfs) 38 $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $@