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
  •  


Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux picture

Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux

$836.80



2 x HP ProLiant BL460c (447707-B21) Blade Servers No RAM No HDD picture

2 x HP ProLiant BL460c (447707-B21) Blade Servers No RAM No HDD

$30.00



1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



Red Hat Enterprise Linux 5 Server - New and Sealed picture

Red Hat Enterprise Linux 5 Server - New and Sealed

$16.99



6x Powered By Linux Computer Sticker Decals Desktop Laptop Server Badge Decal picture

6x Powered By Linux Computer Sticker Decals Desktop Laptop Server Badge Decal

$2.99



IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8 picture

IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8

$449.96



PFSENSE 15

PFSENSE 15" Depth Server Router Firewall Supermicro X11SSH-F E3-1240 V5 32GB RAM

$382.00



IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E picture

IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E

$674.96



IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE picture

IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE

$199.87



32GB Web HTML HTTP Server, Great tool for eBay seller & kids to host web site picture

32GB Web HTML HTTP Server, Great tool for eBay seller & kids to host web site

$229.99