~evfool/update-manager/distupgradefixes

« back to all changes in this revision

Viewing changes to utils/update-base-installer.sh

  • Committer: Brian Murray
  • Date: 2012-01-27 17:30:00 UTC
  • Revision ID: brian@ubuntu.com-20120127173000-6mh8a97zsnvz4oqv
releasing 0.156.2 and modifications to pre-build.sh and update-base-installer.sh scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
if [ ! -d $BASEDIR/archives/partial ]; then
24
24
    mkdir -p $BASEDIR/archives/partial
25
25
fi
 
26
if [ ! -d $BASEDIR/preferences.d ]; then
 
27
    mkdir -p $BASEDIR/preferences.d
 
28
fi
 
29
 
 
30
cp /etc/apt/trusted.gpg $BASEDIR/
 
31
 
 
32
# create status file
 
33
touch $BASEDIR/status
26
34
 
27
35
# put right sources.list in
28
36
echo "deb-src http://archive.ubuntu.com/ubuntu $DIST main" > $BASEDIR/sources.list