Integrating Knoppicillin into UBCD

If you have a tutorial or tip related to the UBCD, why not share it with other users here?

Moderators: Icecube, StopSpazzing

Locked
Message
Author
rcs2000
Posts: 1
Joined: Sat Dec 06, 2008 5:40 am

Integrating Knoppicillin into UBCD

#1 Post by rcs2000 » Sat Dec 06, 2008 6:03 am

Today the new c't (german computer magazine) arrived and on the CD I found a new version of "Knoppicillin" (contains 3 Linux based virus scanners). I thought it could be a good idea to integrate it into my already customized UBCD 4.1.1.
For those of you who would like to do also, here is a brief description of what to do:
X: is metioned as the CD-Rom drive and C:\UBCD411\ as the folder where you unpacked the UBCD ISO file.

1. Download and extract the UBCD image as described here: http://www.ultimatebootcd.com/customize.html
2. From the c't "Software-Kellektion 8" (26/2008) copy the folder X:\KNOPPIX to the UBCD folder C:\UBCD411\
3. Copy the files X:\boot\isolinux\linux and X:\boot\isolinux\minirt.gz into the folder C:\UBCD411\custom\
4. Append the following to the file C:\custom\custom.cfg:

Code: Select all

LABEL knoppix
	MENU LABEL Knoppicillin
	KERNEL /custom/linux
	APPEND append initrd=/custom/minirt.gz ramdisk_size=100000 init=/init lang=de apm=power-off vga=791 nomce loglevel=0 quiet
5. Create and burn the ISO file and your done.


For those of you who aren't c't readers, but would like to try Knoppicillin, here is a download link for an older version of Knoppicillin http://www.heise.de/software/download/k ... tion/37894

Greetings Carsten.

Locked