~cyphermox/debian-cd/union-aufs-server-live

« back to all changes in this revision

Viewing changes to tools/add_live_filesystem

  • Committer: Steve Langasek
  • Date: 2017-04-13 04:40:50 UTC
  • mfrom: (1968.1.1 debian-cd)
  • Revision ID: steve.langasek@canonical.com-20170413044050-qduzow5xyhsc8k9c
MergeĀ lp:~cyphermox/debian-cd/server-live

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        if [ -e "$LIVEIMAGES/$FULLARCH.squashfs.gpg" ]; then
19
19
                ln "$LIVEIMAGES/$FULLARCH.squashfs.gpg" "$BDIR/CD1/$DIR/filesystem.squashfs.gpg"
20
20
        fi
 
21
 
 
22
        if [ -e "$LIVEIMAGES/$FULLARCH.installer.squashfs" ]; then
 
23
                ln "$LIVEIMAGES/$FULLARCH.installer.squashfs" "$BDIR/CD1/$DIR/installer.squashfs"
 
24
                if [ -e "$LIVEIMAGES/$FULLARCH.installer.size" ]; then
 
25
                        ln "$LIVEIMAGES/$FULLARCH.installer.size" "$BDIR/CD1/$DIR/installer.size"
 
26
                fi
 
27
                if [ -e "$LIVEIMAGES/$FULLARCH.installer.squashfs.gpg" ]; then
 
28
                        ln "$LIVEIMAGES/$FULLARCH.installer.squashfs.gpg" "$BDIR/CD1/$DIR/installer.squashfs.gpg"
 
29
                fi
 
30
        fi
21
31
else
22
32
        echo "No filesystem for $FULLARCH!" >&2
23
33
fi