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
  •  


***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3 picture

***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3

$29.77



ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield picture

ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield

$42.00



Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3  picture

Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3

$24.99



ASUS ROG Strix B650E-F Gaming WiFi AM5 ATX AMD Motherboard picture

ASUS ROG Strix B650E-F Gaming WiFi AM5 ATX AMD Motherboard

$115.00



MSI A320M-A PRO AM4 AMD A320 USB3.2 Gen1 Micro-ATX Motherboard picture

MSI A320M-A PRO AM4 AMD A320 USB3.2 Gen1 Micro-ATX Motherboard

$46.99



Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151 picture

Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151

$31.95



Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk picture

Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk

$47.49



Gigabyte GA-B75M-HD3 Intel LGA1155 DDR3 Desktop Motherboard MicroATX USB 3.0  picture

Gigabyte GA-B75M-HD3 Intel LGA1155 DDR3 Desktop Motherboard MicroATX USB 3.0

$26.99



BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled picture

BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled

$59.99



ASUS Prime Q270M-C LGA1151 DP HDMI VGA SATA 6GB/s USB 3.0 MicroATX Motherboard picture

ASUS Prime Q270M-C LGA1151 DP HDMI VGA SATA 6GB/s USB 3.0 MicroATX Motherboard

$37.99