=== harlowja is now known as harlowja_away === harlowja_away is now known as harlowja === harlowja is now known as harlowja_away [14:07] Script failure was caused by /usr/bin/bash not existing. /me sighs [14:07] Well, that's fixed at least ;) === shardy is now known as shardy_afk [14:30] does anyone know how i can force cloud-init to only run once? [14:30] i pass nocloud data as a cdrom during first boot, everything works fine [14:30] reboot without it and it falls back to the no data source and resets all my changes [15:58] cds, 2 options: [15:58] a.) don't detach the cdrom [15:59] b.) set manual_cache_clean: True [15:59] http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config.txt [16:03] cool, thanks [16:03] is setting the kernel param ds=nocloud acceptable? [16:03] i am just using this vm on a local machine [16:04] well, how did you get the kernel and intiramfs? [16:05] let me back up, i just want to boot ubuntu cloud once, have cloud-init configure it via nocloud-data [16:05] then not worry about passing it anything cloud-init related [16:06] changing ds=nocloud in /etc/grub/default after the initial configuration worked ok [16:47] ah. ok. that doesn't sound terrible. [16:48] probably other ways to do it, but i'd have to think. yours doesn't sound terrible. [16:54] cool, thanks :) === harlowja_away is now known as harlowja [19:27] smoser: Btw, for the RHEL/Fedora/CentOS thought on "how to tell if a reboot is needed", it might not be that hard to tell for kernel changes [19:29] eg just retrieve + store the version info strings prior to running yum, retrieve them again afterwards, if they compare differently, voila, new kernel installed. No need to even understand the version number breakdown inside, just "if it's different, reboot".