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

Thread: New patching program released!

  1. #1
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    13

    New patching program released!

    I have just written a new paching program.
    Once a patch set is made, distribute the patch set.

    The user should then
    Copy the patch to hard drive
    boot with existing version of Knoppix
    mount hard drive r/w
    unpack the tar file
    run ./applypatch

    This will create an .iso of the version you are patching from.

    The program is available from
    ftp://ftp.nickhill.co.uk/pub/knoppixpatch.tgz

    I have also put a copy of a patch file on the FTP temporarily, from version 6/6/03 patching to version 26/7/03. I do not have hosting bandwidth so will be removed soon.

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

    Re: New patching program released!

    Quote Originally Posted by nickh
    I have just written a new paching program.
    Once a patch set is made, distribute the patch set.

    The user should then
    Copy the patch to hard drive
    boot with existing version of Knoppix
    mount hard drive r/w
    unpack the tar file
    run ./applypatch

    This will create an .iso of the version you are patching from.

    The program is available from
    ftp://ftp.nickhill.co.uk/pub/knoppixpatch.tgz

    I have also put a copy of a patch file on the FTP temporarily, from version 6/6/03 patching to version 26/7/03. I do not have hosting bandwidth so will be removed soon.
    I have mirrored the patchset and program:

    http://debian.tu-bs.de/knoppix/2003-07-26/knoppixpatch/

    Enjoy!

    cu

    Fabian

  3. #3
    Member registered user
    Join Date
    Jul 2003
    Location
    France / Finland
    Posts
    61
    Hi
    It might be a stupid question, but you said it will create an .iso
    That means you can then burn the new version of knoppix on a CD, or will this patch also upgrade your hdd-install??

    Thxs
    Ludo

  4. #4
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    13
    Quote Originally Posted by Coume
    Hi
    It might be a stupid question, but you said it will create an .iso
    That means you can then burn the new version of knoppix on a CD, or will this patch also upgrade your hdd-install??

    Thxs
    Ludo
    The patch system will not touch your hard drive install. The patch will give you a new ISO.

    Knoppix is based on the Excellent Debian system. Once you have installed Knoppix to your hard drive, you can use the Debian Package management system to install and un-install packages as you wish.

    You can keep your hard drive-installed Knoppix up to date by having a pointer in /etc/apt/sources.list to the Knoppix package repository, then run:

    apt-get update
    apt-get dist-upgrade

    You can also use Debian entries as Knoppix is based on selected Debian/unstable packages.

    For more information about the comprehensive Debian package management system:
    http://electron.mit.edu/~gsteele/debian/

  5. #5
    Member registered user
    Join Date
    Jul 2003
    Location
    France / Finland
    Posts
    61
    thxs for the answer

    The only problem with *ME*, is that my laptop that got linux on it does not haave any access to the Internet...
    I can only download the package from work/uni and then install them home.. .Which is very very annoying I reckon...
    But I cannot get an Internet plug into my small student room
    And that's why, even if I like knoppix and debian, I'm thinking about installing slackware. The only thing scarying me is the hardware detection...

    Ludo

  6. #6
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    13
    Quote Originally Posted by Coume
    thxs for the answer

    The only problem with *ME*, is that my laptop that got linux on it does not haave any access to the Internet...
    I can only download the package from work/uni and then install them home.. .Which is very very annoying I reckon...
    But I cannot get an Internet plug into my small student room
    And that's why, even if I like knoppix and debian, I'm thinking about installing slackware. The only thing scarying me is the hardware detection...

    Ludo
    Three options:
    1) Create a (a set) of package CDs based on current Knoppix sources. Use this to update your system. You will need another GNU/Linux machine connected to the Internet to create this. The process is automated.

    2) Save /home /etc and /var/spool /var/lib/mysql /var/mail (perhaps others) in a safe place- perhaps another partition. Install the new version of Knoppix. Once you have installed the latest knoppix, write a script into rcS.d, set to run early, remounting the directories over the newer Knoppix directories using mount --bind. All your settings will then be kept between re-installs.

    3) If you decide to go slack, tar -zcf etc.tgz /etc; cp tar.zcf /mnt/floppy. You will then be able to refer to the hw configuration your Knoppix uses.

  7. #7
    Member registered user
    Join Date
    Jul 2003
    Location
    France / Finland
    Posts
    61
    I was not aware that I wa able to keep my config when I was upgrading knoppix with a hdd-install
    Before I always had to reinstall everything...

    And thanks very much for the tips regading the hardware config! it will be useful if I decide to go under another distri...

    Ludo

  8. #8
    Junior Member
    Join Date
    Jul 2003
    Posts
    1
    Quote Originally Posted by nickh
    Quote Originally Posted by Coume
    Hi :)
    It might be a stupid question, but you said it will create an .iso
    That means you can then burn the new version of knoppix on a CD, or will this patch also upgrade your hdd-install??

    Thxs
    Ludo
    The patch system will not touch your hard drive install. The patch will give you a new ISO.

    Knoppix is based on the Excellent Debian system. Once you have installed Knoppix to your hard drive, you can use the Debian Package management system to install and un-install packages as you wish.

    You can keep your hard drive-installed Knoppix up to date by having a pointer in /etc/apt/sources.list to the Knoppix package repository, then run:

    apt-get update
    apt-get dist-upgrade

    You can also use Debian entries as Knoppix is based on selected Debian/unstable packages.

    For more information about the comprehensive Debian package management system:
    http://electron.mit.edu/~gsteele/debian/
    What are the entries for the Knoppix package repository that should be listed in sources.list?

    Thanks...

  9. #9
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    13
    Quote Originally Posted by gsocat

    What are the entries for the Knoppix package repository that should be listed in sources.list?

    Thanks...
    deb http://developer.linuxtag.net/knoppix/i386 ./
    deb-src http://developer.linuxtag.net/knoppix/sources ./

  10. #10
    Junior Member
    Join Date
    Aug 2003
    Posts
    1

    jigdo

    Hello,
    This patch program a good idea.
    But I wonder if you have considered using the excellent jigdo program available from Debian site 'http://www.debian.org/CD/jigdo-cd/' to update the CD images.
    I use it from months to keep my official Debian CDs up-to-date.
    Regards
    --Laurent

Page 1 of 2 12 LastLast

Similar Threads

  1. After patching all of knoppix....
    By koolaide187 in forum General Support
    Replies: 1
    Last Post: 12-21-2004, 10:55 AM
  2. Replies: 2
    Last Post: 10-13-2004, 07:49 AM
  3. Help patching 2.6.5 for live CD
    By arkaine23 in forum Customising & Remastering
    Replies: 5
    Last Post: 05-04-2004, 11:05 AM
  4. Patching & hacking
    By ozfrog in forum Tips and Tricks
    Replies: 0
    Last Post: 07-12-2003, 09:31 AM
  5. rdesktop needs patching
    By sireasoning in forum General Support
    Replies: 1
    Last Post: 01-28-2003, 03:41 AM

Posting Permissions

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


Atari 130xe in very nice condition, fully tested picture

Atari 130xe in very nice condition, fully tested

$275.00



Atari 400/800 16K RAM Tested Working picture

Atari 400/800 16K RAM Tested Working

$19.00



Atari SIO2SD (Lotharek v1.3) Disk Drive Emulator - Atari 400/800/XL/XE Computers picture

Atari SIO2SD (Lotharek v1.3) Disk Drive Emulator - Atari 400/800/XL/XE Computers

$59.95



Atari 400/800/XL/XE Computer SIO2PC - PC/Mac Disk Drive Emulator Adapter/Device picture

Atari 400/800/XL/XE Computer SIO2PC - PC/Mac Disk Drive Emulator Adapter/Device

$15.25



Atari Power Cube 800XL, 600XL, 65XE, 130XE  USB-C Power Supply PSU picture

Atari Power Cube 800XL, 600XL, 65XE, 130XE USB-C Power Supply PSU

$11.25



Vintage Atari Megafile 44 External 44MB Drive ST STE Mega picture

Vintage Atari Megafile 44 External 44MB Drive ST STE Mega

$340.00



Atari 800 10k & 810 Floppy Disc Drive Atari 800 With Box Power Supply Powers On picture

Atari 800 10k & 810 Floppy Disc Drive Atari 800 With Box Power Supply Powers On

$299.99



Atari Falcon 030 Computer- picture

Atari Falcon 030 Computer-

$3200.00



A8picoCart Atari 130 / 65 XE 800 / 1200 XL XEGS multicart UnoCart clone game picture

A8picoCart Atari 130 / 65 XE 800 / 1200 XL XEGS multicart UnoCart clone game

$32.95



ATARI Home Computers HOME FILING MANAGER Software  **SEALED NEW** 1982 picture

ATARI Home Computers HOME FILING MANAGER Software **SEALED NEW** 1982

$25.00