I've verified each of trusty,yakkety and xenial by modifying the user-
data in the script and then running

bash -c 'set -o pipefail; for i in "$@"; do 
   ./prepare-1688606.sh $i 2>&1 | tee $i.log || break; 
  ( cd $i && ./boot >../$i-boot.log 2>&1 </dev/null ); 
  done' -- trusty xenial yakkety

I'll attach <release>.log and <release>-boot.log for each.

The modification to the script was just to add the following into the
user-data. you can see its output in the logs.

runcmd:
 - ['sh', '-c', 'echo ====================================']
 - ['sh', '-c', 'echo === /proc/mounts ===; cat /proc/mounts']
 - ['sh', '-c', 'echo === /proc/cmdline === ; cat /proc/cmdline']
 - ['sh', '-c', 'echo === df -h ===; df -h']
 - ['sh', '-c', 'echo === free ===; free']
 - ['sh', '-c', '( sleep 10 ; poweroff )</dev/null >/dev/null 2>&1 &']
 - ['sh', '-c', 'echo ====================================']

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688606

Title:
  SRU cloud-initramfs-rooturl to archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1688606/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to