Walltop: Difference between revisions
Brian Wilson (talk | contribs) |
Brian Wilson (talk | contribs) |
||
Line 7: | Line 7: | ||
I looked at using Debian, Damn Small Linux, Puppy Linux (which immediately panics on boot), and Movix. I decided I might as well stick with Ubuntu so I am building a custom Live CD. I will then transfer it to a Compact Flash card, which will be plugged into an adapter and replace the incredibly noisy stock 4200 rpm hard drive. | I looked at using Debian, Damn Small Linux, Puppy Linux (which immediately panics on boot), and Movix. I decided I might as well stick with Ubuntu so I am building a custom Live CD. I will then transfer it to a Compact Flash card, which will be plugged into an adapter and replace the incredibly noisy stock 4200 rpm hard drive. | ||
See | See http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd | ||
http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd | |||
'''Oh! This was a bad idea. Much stuff deleted from this page!''' | |||
The way to do this is [http://live.debian.net/ Debian Live!] | |||
[http://wiki.debian.org/DebianLive Debian Live wiki] | |||
[http://live.debian.net/manual/html/ch03s03.html Building an USB/HDD image] | |||
After installing the live-cd packages on the Ubuntu based build host | |||
# lh_clean --binary | |||
# lh_config -a i386 -b usb-hdd --packages fluxbox | |||
# Customize | |||
# lh_build | |||
# Copy image to CF: dd if=binary.img of=${USBSTICK} | |||
# To test image, start in qemu or convert img file to a vmdk and use vmware | |||
# To use in walltop, transfer CF to laptop and boot it | |||
Customization | |||
emacs21-nox | |||
libcurl3 | |||
openssh-server | |||
realplayer | realplayer | ||
flash | flash | ||
vlc | |||
adduser bwilson | adduser bwilson | ||
Line 80: | Line 40: | ||
Give root a password | Give root a password | ||
Copy in .ssh directories for root and bwilson | Copy in .ssh directories for root and bwilson | ||
Revision as of 05:14, 2 July 2009
WallTop computers... recycle an old laptop by removing all the extraneous parts such as the cdrom drive, floppy drive, (dead) battery and then hanging it on the wall.
I am building one from an old Dell Inspiron 3700.
Operating system
I looked at using Debian, Damn Small Linux, Puppy Linux (which immediately panics on boot), and Movix. I decided I might as well stick with Ubuntu so I am building a custom Live CD. I will then transfer it to a Compact Flash card, which will be plugged into an adapter and replace the incredibly noisy stock 4200 rpm hard drive.
See http://www.debuntu.org/how-to-customize-your-ubuntu-live-cd
Oh! This was a bad idea. Much stuff deleted from this page!
The way to do this is Debian Live!
After installing the live-cd packages on the Ubuntu based build host
- lh_clean --binary
- lh_config -a i386 -b usb-hdd --packages fluxbox
- Customize
- lh_build
- Copy image to CF: dd if=binary.img of=${USBSTICK}
- To test image, start in qemu or convert img file to a vmdk and use vmware
- To use in walltop, transfer CF to laptop and boot it
Customization
emacs21-nox libcurl3 openssh-server realplayer flash vlc
adduser bwilson adduser kiosk Give root a password Copy in .ssh directories for root and bwilson