← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~smoser/maas/trunk.commiss-fix into lp:maas

 

Scott Moser has proposed merging lp:~smoser/maas/trunk.commiss-fix into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~smoser/maas/trunk.commiss-fix/+merge/101697

the kernel parameter url= was not being recognized.

this would only work if cloud-init wrote the file in /etc/cloud/cloud.cfg.d/ (which it will, but the intent was to fall back to cmdline on kernel).

-- 
https://code.launchpad.net/~smoser/maas/trunk.commiss-fix/+merge/101697
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~smoser/maas/trunk.commiss-fix into lp:maas.
=== modified file 'etc/maas/commissioning-user-data'
--- etc/maas/commissioning-user-data	2012-04-12 05:00:11 +0000
+++ etc/maas/commissioning-user-data	2012-04-12 08:28:18 +0000
@@ -58,7 +58,9 @@
                return 0;;
          esac
       done
+      [ -n "$found" ] && _RET="$found" && return 0
    fi
+   return 1
 }
 
 signal() {