~xubuntu-dev/xubuntu-default-settings/trunk

« back to all changes in this revision

Viewing changes to casper/48xubuntu_maybe_ubiquity

  • Committer: Sean Davis
  • Date: 2014-12-04 01:35:29 UTC
  • Revision ID: smd.seandavis@gmail.com-20141204013529-ab2cvewu3tjolmlh
Move casper-functions below prereq, lp 1211933

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
PREREQ=""
4
4
DESCRIPTION="Preparing for maybe-ubiquity mode..."
5
5
 
6
 
. /scripts/casper-functions
7
 
 
8
6
prereqs()
9
7
{
10
8
       echo "$PREREQ"
18
16
       ;;
19
17
esac
20
18
 
 
19
. /scripts/casper-functions
 
20
 
21
21
log_begin_msg "$DESCRIPTION"
22
22
 
23
23
#should cover both maybe-ubiquity and only-ubiquity and automatic-ubiquity modes