Debian packages
- Udpcast command line version: udpcast_20100130_i386.deb, udpcast_20100130_amd64.deb
- Udpcast boot disk generator: udpcast-mkimage_20100131_all.deb
- Udpcast Linux kernel for use with boot disk generator: kernel-udpcast_2.6.32.7_all.deb
Click here for documentation about how to use the boot disk generator.
RPM packages
- Udpcast command line version: udpcast-20100130-1.i386.rpm, udpcast-20100130-1.x86_64.rpm
- Udpcast boot disk generator: udpcast-mkimage-20100131-1.i386.rpm
- Udpcast Linux kernel for use with boot disk generator: kernel-udpcast-2.6.32.7-1.i386.rpm
Click here for documentation about how to use the boot disk generator.
Sources
Udpcast itself:
- Udpcast sources: udpcast-20100130.tar.gz
The boot environment:
- Sources for the boot disk utilities (udpcdialog, ...): udpbusybox-20100131.tar.gz
- Script to add new application to busybox: addBbApp.pl
The kernel customizations:
- Kernel's .config file: udpc-config-2.6.32.7.txt
Build environment for kernel and mkimage deb's:
Just adapt version number (in changelog and at the top of rules), copy (or symlink) the needed tar and diff files to the root, and do dpkg-buildpackage -rfakerootCompilation instructions
Compiling udpcast itself
- Untar the file:
tar xzvf udpcast-20100130.tar.gz - Cd into the source directory:
cd udpcast - Compile:
make - As root, install:
make install
