diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-12-15 15:22:34 +1100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-12-15 15:22:34 +1100 |
commit | 32e6a41f33e5576716b351bd473a27939fe94fa1 (patch) | |
tree | 0d6b75ac0a02d2496416095405cb9498777c3beb /artwork | |
parent | 000a92b4fa909c432732ac3ed8f28eeeaeac70ee (diff) | |
download | talos-petitboot-32e6a41f33e5576716b351bd473a27939fe94fa1.tar.gz talos-petitboot-32e6a41f33e5576716b351bd473a27939fe94fa1.zip |
Initial support for multiple UIs
Move the device discovery code from separate udev helpers to a single
process to listen on two sockets: one SOCK_DGRAM for incoming udev
events, and one SOCK_STREAM for UIs to connect.
Initial support for client/server infrastructure, still need to wire-up
the udev messages.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'artwork')
-rw-r--r-- | artwork/background.jpg | bin | 26285 -> 0 bytes |
-rw-r--r-- | artwork/cdrom.png | bin | 4848 -> 0 bytes |
-rw-r--r-- | artwork/cursor.gz | bin | 9167 -> 0 bytes |
-rw-r--r-- | artwork/hdd.png | bin | 4983 -> 0 bytes |
-rw-r--r-- | artwork/tux.png | bin | 4382 -> 0 bytes |
-rw-r--r-- | artwork/usbpen.png | bin | 5970 -> 0 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/artwork/background.jpg b/artwork/background.jpg Binary files differdeleted file mode 100644 index 9d54d31..0000000 --- a/artwork/background.jpg +++ /dev/null diff --git a/artwork/cdrom.png b/artwork/cdrom.png Binary files differdeleted file mode 100644 index 8b3eeb6..0000000 --- a/artwork/cdrom.png +++ /dev/null diff --git a/artwork/cursor.gz b/artwork/cursor.gz Binary files differdeleted file mode 100644 index b73b72f..0000000 --- a/artwork/cursor.gz +++ /dev/null diff --git a/artwork/hdd.png b/artwork/hdd.png Binary files differdeleted file mode 100644 index 2b1594c..0000000 --- a/artwork/hdd.png +++ /dev/null diff --git a/artwork/tux.png b/artwork/tux.png Binary files differdeleted file mode 100644 index 99f3465..0000000 --- a/artwork/tux.png +++ /dev/null diff --git a/artwork/usbpen.png b/artwork/usbpen.png Binary files differdeleted file mode 100644 index 53a365e..0000000 --- a/artwork/usbpen.png +++ /dev/null |