Skip to content

Commit

Permalink
append FAI_DEBOOTSTRAP to /etc/fai/apt/sources.list
Browse files Browse the repository at this point in the history
Closes: #629020
  • Loading branch information
Thomas Lange committed Feb 15, 2012
1 parent ec115c1 commit 250db4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-mirror
Expand Up @@ -254,7 +254,7 @@ if [ "$FAI_DEBMIRROR" ]; then
fi

# TODO: use -p to preserve sources.list
sed -e 's/file:/copy:/' $cfdir/apt/sources.list > $aptcache/etc/apt/sources.list
sed -e 's/file:/copy:/' $cfdir/apt/sources.list >> $aptcache/etc/apt/sources.list

echo "Getting package information"
apt-get $qflag $aptoptions update >/dev/null
Expand Down

0 comments on commit 250db4a

Please sign in to comment.