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

Thread: [ANNOUNCE] Remastering Knoppix - With Klaus scripts

Hybrid View

  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
  •  


LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



Dell R630 8SFF 2.4Ghz 12-Core 128GB H330 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays picture

Dell R630 8SFF 2.4Ghz 12-Core 128GB H330 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays

$430.04



Dell R630 8SFF 2.4Ghz 20-Core 128GB H730 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays picture

Dell R630 8SFF 2.4Ghz 20-Core 128GB H730 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays

$455.04



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$39.95



LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault picture

LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault

$39.00



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$82.49



NEW LSI MEGARAID SAS 9361-8i 12GB/s SAS + SATA RAID CONTROLLER CARD PCIe x8 3.0 picture

NEW LSI MEGARAID SAS 9361-8i 12GB/s SAS + SATA RAID CONTROLLER CARD PCIe x8 3.0

$99.00



2 Bay RAID Hard Drive Enclosure USB 3.0 Type-B for 2.5

2 Bay RAID Hard Drive Enclosure USB 3.0 Type-B for 2.5" SATA SSD/HDD Enclosure

$59.99