PDA

View Full Version : [ANNOUNCE] Remastering Knoppix - With Klaus scripts



Fabianx
08-11-2004, 11:24 AM
Hi,

ever felt that your remaster was not quite as good as the real Knoppix, missed a secret option?

Thats past now:

http://www.knoppix.net/forum/viewtopic.php?t=12530

cu

Fabian

hell_raiser
10-02-2004, 05:37 PM
it's good enough, but how can a serious guy leave the terminal and understand the things before he makes a successfull re-mastering. I feel, re-mastering knoppix requires a good knowledge of KDE also.

It's better now, if all the knowledge-able guys get together and write a complete how to detailing each and every aspect right from boot.img, minirrot.gz and then to 45xsession.

anyway's a great effort by fab..

mzilikazi
11-05-2004, 12:39 AM
it's good enough, but how can a serious guy leave the terminal and understand the things before he makes a successfull re-mastering. I feel, re-mastering knoppix requires a good knowledge of KDE also.


KDE? Not really as it has almost nothing to do with remastering. In fact my remasters don't have KDE on them at all! You will need to use the cli but you can also boot directly into your remastering environment which of course enables you to use the web and irc to get help. Don't use the chroot method unless you're just making some simple changes like apt-get remove/install <pkg>.

It's simple really. Boot into your remaster, apt-get remove/install, add your changes and customizations to /etc/skel, recompress KNOPPIX, make the .iso, burn the .iso reboot. Yes this can all be done from one partition without rebooting.

janithdg
01-23-2005, 05:05 AM
can u plz give me all da info about remastering knoppix n making a live cd :lol:

UnderScore
01-23-2005, 06:55 AM
can u plz give me all da info about remastering knoppix n making a live cd :lol:
READ FIRST. Search second. Then post a detailed question so that we can help you get what you need. :shock:
Can you please READ before posting!?!?!?! :roll:
Based on your ability to register on this forum and make a semi-intelligent post, this would indicate that you know how to read and even know how to write. Even if English is not your primary language, there is no excuse for not reading FIRST!
Just Five ( 5 ) lines down from this post (about 2.2 inches or 5.59 cm on my screen ) in this Customising & Remastering (http://www.knoppix.net/forum/viewforum.php?f=2) forum is a HOWTO I wrote based on the scripts that Fabian & others created. It is called HOWTO: Remaster the easy way using menu based scripts (http://www.knoppix.net/forum/viewtopic.php?t=13867) and is should provide you with more than enough info to get started.

lefty01
09-01-2005, 06:15 PM
I bought a book titled Knoppix Hacks.
It contains a step by step instructions, but, it is not for the faint of heart. It is, also, command line based. As a new comer to the Linux scene it helped.

UnderScore
09-01-2005, 06:34 PM
I bought a book titled Knoppix Hacks. Its a great book. I have it & I enjoyed it. But this thread is about remastering with menu scripts, which is _not_ from the "Knoppix Hacks" book. Take a peek at HOWTO: Remaster the easy way using menu based scripts (http://www.knoppix.net/forum/viewtopic.php?t=13867) at see that this method is very different from the method described in the book on in the Knoppix.net Documentation.

joao.m.esteves
02-28-2006, 09:06 PM
Hello:

Maybe you would like to know that I'm not beeing able to use the script.
Since I'm a linux novice, I don't have the slightest ideia why, but the error
messages are

root@KanotixBox:~/remaster-0.1# knoppix-remaster
/usr/bin/knoppix-remaster: line 45: syntax error near unexpected token `('
/usr/bin/knoppix-remaster: line 45: ` Â* Â* Â* Â* Â* let
REMASTER_PERC=($REMASTER_PROGRESS*100)/$REMASTER_NEEDED_SIZE'

Using the graphical interface also doesn't help. The window starts and
desappears instantaneously.

I tried to download manually and first just run it with "./knoppix-remaster" , secondly to install it with "make" Â*"make install"
and thirdly to dowload the debian file and install it with Kpackage.

I have kanotix installed, with the 2.6.15-1-kanotix kernel.

Regards.
Joao

tr
04-17-2006, 07:48 AM
Maybe you would like to know that I'm not beeing able to use the script.
Since I'm a linux novice, I don't have the slightest ideia why, but the error
messages are

root@KanotixBox:~/remaster-0.1# knoppix-remaster
/usr/bin/knoppix-remaster: line 45: syntax error near unexpected token `('
/usr/bin/knoppix-remaster: line 45: ` let
REMASTER_PERC=($REMASTER_PROGRESS*100)/$REMASTER_NEEDED_SIZE'

[/color]

This has been discussed in tread New bash 3.1-1 from unstable causes remaster script to fail (http://www.knoppix.net/forum/viewtopic.php?t=22471)

My solution was to make some changes to original Fabian's knoppix-remaster script. The thing to do is use bash extension in line 45 and 66:


let "REMASTER_PERC=($REMASTER_PROGRESS*100)/$REMASTER_NEEDED_SIZE"

let "REMASTER_NEEDED_SIZE=($(df /cdrom /KNOPPIX | awk '{ N+=$3 } END { N+=(500000*0); print N }')*115)/100"


Brackets $[<SENTENCE>] are oudated and will be removed in the future versions of bash.


-tapsa-

JohnnyH
01-23-2007, 10:22 PM
Thanks to tr for this link http://lists.debian.org/debian-knoppix/2007/01/msg00009.html . A doubled block size is now being used in the statement for compressing the KNOPPIX file for Knoppix 5.1 (131072 instead of 65536).
A note is output by the genisoimage (new fork of mkisofs) concerning the new syntax :-


Warning, number as file string found. Assuming old command syntax and choosing compatible parameters (-m -B 131072). See the usage info (-h) for better/correct parameters.

utu
08-20-2011, 12:36 AM
@ Knoppix forum mgmt

This thread serves no useful purpose that I can see.
The several references are dead links.
I think it should be removed.

Respectfully, utu

utu
08-20-2011, 12:47 AM
oops, found a live link finally at post #10

http://lists.debian.org/debian-knoppix/2007/01/msg00009.html

Goes back to 2007.

utu
08-20-2011, 01:09 AM
The link at post #10 gives a snapshot of things going on in Jan 2007
concerning Knoppix 5.1. I think you'd have to look pretty close to find
anything both useful and current. Just a normal monthly debian-knoppix
mailing list as far as I can see.

If this is truly valuable stuff, perhaps someone can post a simple clarification
as to why retaining this thread should be obvious. It's not obvious to me.