Installing on Mini-Box: Difference between revisions
From IHRIS Wiki
(→Ubuntu) |
|||
Line 10: | Line 10: | ||
==LCD Menu== | ==LCD Menu== | ||
First create a user 'lcdmenu' that can't login: | |||
sudo adduser --disabled-login --gecos '' lcdmenu | |||
This applies to [https://code.launchpad.net/~intrahealth+informatics/lcdmenu/dev-1.0 LCD Menu 1.0] which is not packaged yet. Download it in whatever way makes you happy and install it to /home/lcdmenu/bin (once you have made the directory). | |||
==Software RAID== | ==Software RAID== |
Revision as of 11:13, 29 January 2009
These are installation notes for getting the mini-box LCD appliance up and running with Ubuntu Server 32-bit 8.10 (Intrepid) wth an Atom processor and making use of the menuing system.
Ubuntu
Although we will intend to run this box without a monitor for the moment we will plug in the monitor to install Ubuntu. Now install Ubuntu from a a USB Drive.
Webmin
LCD Menu
First create a user 'lcdmenu' that can't login:
sudo adduser --disabled-login --gecos lcdmenu
This applies to LCD Menu 1.0 which is not packaged yet. Download it in whatever way makes you happy and install it to /home/lcdmenu/bin (once you have made the directory).