[00:01] sarthor: a systemd timer could probably be made to do this; a crontab entry @reboot sleep 1200 ; shutdown -h now ... maybe [00:06] the 'at' command can be used to schedule stuff too [00:29] @search watchman Erdrich === genii is now known as genii-core [07:47] Good morning [12:05] Hi, added alias ab='ping yahoo.com' to ~/.bashrc, i tried to add tht ab in my rc.local, but now working, while i tested this command in terminal, working fine, what should I do for this be functioning in rc.local, others entries in rc.local is working fine. HELP and Thanks in advance. [12:11] sarthor: Have you tried to add your custom aliases/environments in /etc/profile.d/.sh? [12:15] arif-ali, bhai, I did not added anything there, [12:16] arif-ali, where I excute this command in terminal, working fine. === genii-core is now known as genii === genii is now known as genii-core [22:19] Hi, does anyone know much about the ubuntu cloud images? I'm trying to figure out how to ipxe boot them on my own servers [22:20] hey superdad, one thing I noticed in the ramroot project... [22:21] if mount -t tmpfs -o size=${memtotal:-500M} tmpfs ${rootmnt} ; then [22:21] https://github.com/medallia/ramroot/blob/master/initramfs-tools/scripts/ramdisk#L29 [22:21] if i"m reading this right, it'll let the system use all the ram on that tmpfs. :/ [22:22] hey! it's you again! [22:22] :) [22:23] I'm still not sure that I need ramroot. It seems like I should be able to ipxe boot the cloud images? [22:23] brb [22:23] I would hope so, yeah, but I don't actually know :/ [23:06] I figured someone here must know about booting ubuntu , into ram on servers?