~mythbuntu/mythbuntu/mythbuntu-livedisk

« back to all changes in this revision

Viewing changes to mythbuntu_install.sh

  • Committer: Mario Limonciello
  • Date: 2008-11-11 06:54:27 UTC
  • Revision ID: superm1@ubuntu.com-20081111065427-21icrfm3x9woxdxk
we don't really need root anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#####################
29
29
#
30
30
# Requirements:
31
 
# * Root permissions
32
31
# * a prebuilt image using livecd-rootfs
33
32
#
34
33
#####################
115
114
#
116
115
 
117
116
#Step 0 - Check users, files, and clean up old stuf
118
 
if [ $ID != '0' ] ; then
119
 
    echo "Not building, need to build as root"
120
 
    exit 1
121
 
else
122
 
    echo "Initializing normal Mythbuntu build initiated by $ID at `date`"
123
 
fi
 
117
echo "Initializing normal Mythbuntu build initiated by $ID at `date`"
124
118
if [ $BASE_INSTALL = '/' ] ; then
125
119
    echo "Aborting build.  BASE_INSTALL was set to be / which would obliterate this filesystem."
126
120
    exit 2