Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: [ANNOUNCE] Remastering Knoppix - With Klaus scripts

  1. #1
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297

    [ANNOUNCE] Remastering Knoppix - With Klaus scripts

    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

  2. #2
    Junior Member
    Join Date
    Sep 2004
    Posts
    3
    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..

  3. #3
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by hell_raiser
    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.

  4. #4
    Junior Member
    Join Date
    Jan 2005
    Posts
    1

    tell me

    can u plz give me all da info about remastering knoppix n making a live cd

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510

    Re: tell me

    Quote Originally Posted by janithdg
    can u plz give me all da info about remastering knoppix n making a live cd
    READ FIRST. Search second. Then post a detailed question so that we can help you get what you need.
    Can you please READ before posting!?!?!?!
    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 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 and is should provide you with more than enough info to get started.

  6. #6
    Junior Member
    Join Date
    Sep 2005
    Posts
    3

    I did it after ....

    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.

  7. #7
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    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 at see that this method is very different from the method described in the book on in the Knoppix.net Documentation.

  8. #8

    Can't use the script

    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

  9. #9
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Finland
    Posts
    272

    Re: Can't use the script

    Quote Originally Posted by joao.m.esteves

    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

    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:
    Code:
    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-

  10. #10
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    England
    Posts
    177
    Thanks to tr for this link http://lists.debian.org/debian-knopp.../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 :-
    Code:
    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.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 11-24-2004, 07:36 PM
  2. THUMBS UP FOR KNOPPIX AND FOR KLAUS !!!
    By ktheking in forum The Lounge
    Replies: 3
    Last Post: 09-08-2003, 07:03 PM
  3. Replies: 6
    Last Post: 06-22-2003, 02:57 PM
  4. Remastering Scripts : easy remastering
    By MichielioZ in forum Customising & Remastering
    Replies: 11
    Last Post: 04-15-2003, 12:13 AM
  5. Replies: 37
    Last Post: 03-20-2003, 05:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



Dell R730xd 12LFF 2.6Ghz 20-C 128GB H730 2x10G+2x1G NIC 2x1100W 12x Trays Rails picture

Dell R730xd 12LFF 2.6Ghz 20-C 128GB H730 2x10G+2x1G NIC 2x1100W 12x Trays Rails

$721.05



Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 2x10G+2x1G NIC 2x750W PSU picture

Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 2x10G+2x1G NIC 2x750W PSU

$399.04



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays

$1849.00



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 A Grade Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 A Grade Processor

$5.09



Intel Xeon E5-2699v4 SR2JS 2.2GHz 22-Core 55MB 145W Server Processor CPU picture

Intel Xeon E5-2699v4 SR2JS 2.2GHz 22-Core 55MB 145W Server Processor CPU

$144.95



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



Rare WaterCooled HP Z800 Workstation Dual Xeon X5680 16GB RAM 120GB SSD Nvidia picture

Rare WaterCooled HP Z800 Workstation Dual Xeon X5680 16GB RAM 120GB SSD Nvidia

$279.56