~xnox/debian-cd/only-start-maybe-ubiquity

« back to all changes in this revision

Viewing changes to tools/add_live_filesystem

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2018-04-10 11:03:42 UTC
  • mfrom: (1986.1.2 ubuntu-cd)
  • Revision ID: lukasz.zemczak@canonical.com-20180410110342-30uglnxgba93f1ty
Add maas squashfs for subiquity MAAS install support.

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
        if [ -e "$LIVEIMAGES/$FULLARCH.maas-rack.squashfs" ]; then
 
22
                mkdir -p "$BDIR/CD1/$DIR/maas/"
 
23
                ln "$LIVEIMAGES/$FULLARCH.maas-rack.squashfs" "$BDIR/CD1/$DIR/maas/maas-rack.squashfs"
 
24
        fi
 
25
        if [ -e "$LIVEIMAGES/$FULLARCH.maas-region.squashfs" ]; then
 
26
                mkdir -p "$BDIR/CD1/$DIR/maas/"
 
27
                ln "$LIVEIMAGES/$FULLARCH.maas-region.squashfs" "$BDIR/CD1/$DIR/maas/maas-region.squashfs"
 
28
        fi
21
29
 
22
30
        if [ -e "$LIVEIMAGES/$FULLARCH.installer.squashfs" ]; then
23
31
                ln "$LIVEIMAGES/$FULLARCH.installer.squashfs" "$BDIR/CD1/$DIR/installer.squashfs"