~ubuntustudio-dev/ubuntustudio-live/trunk

« back to all changes in this revision

Viewing changes to livedvd/ubiquity/target-config/48ubuntustudio_maybe_ubiquity

  • Committer: Kaj Ailomaa
  • Date: 2015-02-17 11:29:20 UTC
  • Revision ID: zequence@mousike.me-20150217112920-biko1q7kpoond2p1
Move casper-functions script 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