PDA

View Full Version : Knoppix Customize 0.07-Excellent!!



rickenbacherus
04-28-2003, 03:11 AM
Here it is straight from the Debian-Knoppix mailing list


[ANNOUNCEMENT] knoppix-customize 0.07


----------------------------------------------------------------------


knoppix-customize 0.07 has been released. It is available from the
homepage http://hydra.hq.linuxtag.net/~kester/knoppix-customize/


knoppix-customize is a tool for customizing a KNOPPIX ISO boot
image (or
boot floppy image) before burning and without remastering. It
allows you

* list files in the boot image

* replace complete files inside the boot image (limitation at the
moment: size may not change)

* get and set value for syslinux options

* get and set values in append-option

knoppix-customize can be used for

* localizing your Knoppix version before burning, e. g. changing
lang=-setting, replacing boot message, help message and
keyboard
mapping

* activating options you want or need (e. g. floppyconfig,
noapic)

knoppix-customize

* can be used directly on the command line

* is used by other customizing tools (see FAQ for links)

Status:

beta

Categories:

utils

Description:

knoppix-customize is a program that allows you change the
boot
options and files of a KNOPPIX ISO image or boot disk
without
remastering. KNOPPIX is a bootable CD with a collection of
GNU/Linux software, automatic hardware detection, and
support for
many graphics cards, sound cards, SCSI and USB devices and
other
peripherals. See: http://www.knopper.net/knoppix/

Author + Maintainer:

Kester Habermann <kester@linuxtag.org>
__________________________________________________ _



License:

GPL

Requires:



Runtime: libc
Build: ANSI-C compiler

Plattform:



GNU/Linux
Win32

GUI:

CLI (Command-Line-Interface), no graphical GUI (yet)

Documentation and Examples:



$ knoppix-customize --help
man page knoppix-customize(1)
knoppix-customize FAQ
See also "Localizing Knoppix with knoppix-customize
HOWTO"

2003-04-27, Kester Habermann <kester@linuxtag.org
__________________________________________________ __

Right on Kester- can't wait to try it out!! :cool:

oscar
04-28-2003, 09:48 PM
great ! :D no more winiso, no more winimage

thanks

MAB
04-29-2003, 04:52 AM
it sounds great, go to testi it :-)

MAB
04-30-2003, 07:05 AM
I try to do customize, but it fails in make:

ret:

$ make
docbook2man knoppix-customize.xml
make: docbook2man: Command not found
make: *** [knoppix-customize.1] Error 127

si i install DocBook(it takes 134MB!) but still the same message, anyone has idea what with this? :roll:

kester
04-30-2003, 09:07 AM
Hi,

you only need the docbook-tools if the man pages change (they are already prebuilt). The
tools on debian are in the package docbook-utils. Otherwise

make knoppic-customize
should compile the binary.


--Kester.