Custom distro -- trying to learn from linode provided ubuntu
I'm trying to get a full ubuntu desktop running on my linode. I posted about some of the problems I've been having here:
My current strategy is to build an ubuntu file system at home, to try to tweak it for UML as best I can, and to upload it. I've done that, and it hung during the boot process. I think it has to do with getty (but I'm not sure).
Caker provided a link to this page:
Which tells me to edit inittab. Ubuntu feisty doesn't have inittab -- it uses upstart, and so it has a different config file, /etc/default/console-setup:
I tried to get that right, but my system is hanging, so I figured I'd install the stripped down feisty we have available to us here, and steal some of the configs. It turns out that the linode feisty doesn't seem to be using upstart -- it has an inittab file, and no console-setup file.
I was wondering if anyone can shed any light on the upstart situation -- is linode's feisty using inittab because upstart doesn't work, or because it's the product of an upgrade of some sort, etc. And is anyone using upstart successfully?
3 Replies
I use upstart successfully. To get ttys and some other events working, you need /etc/event.d files. I've documented tty0 at
I really appreciate the help, though.