Mailinglist Archive: opensuse-factory (723 mails)

< Previous Next >
Re: [opensuse-factory] delta.iso
  • From: Peter Buschbacher <shabbadu@xxxxxx>
  • Date: Fri, 3 Mar 2006 20:04:52 +0100
  • Message-id: <200603032005.06086.shabbadu@xxxxxx>
Am Fr März 3 2006 19:39 schrieb Edward Dunagin:
> tell me please, is a delta.iso used like a kernel patch?
> is it applied to the present cd.iso of what? ie is it to be
> applied to beta5 cd's or beta6 cd's?
>
> thanks and Peace...................ed
>
> --
> Edward Dunagin-Dunigan
> 4646 Glenwood Drive
> Bozeman, MT 59718
> mobile 406-570-0992

[shabbadu@linux:~]$ applydeltaiso -h
usage: applydeltaiso <oldiso> <deltaiso> <newiso>

maybe it gets more clear with a script I used from beta2 to beta3
chao
Peter

#!/bin/bash

#apply all 5 delta isos

###CONFIGURATION###

# /DIRECTORY no ending/ !
OLDDIR=/media/LACIE/opensuse/b2-iso
DELTADIR=/media/LACIE/opensuse/delta_b2_b3
NEWDIR=/media/LACIE/opensuse/iso/10.1_b3

# e.g. OLDVERS=Beta2
OLDVERS=Beta2
NEWVERS=Beta3

###CONFIGURATION###

for i in 1 2 3 4 5
do
applydeltaiso $OLDDIR/SUSE-10.1-CD-OSS-i386-$OLDVERS-CD$i.iso
$DELTADIR/SUSE-10.1-CD-OSS-i386-$OLDVERS\_$NEWVERS-CD$i.delta.iso
$NEWDIR/SUSE-10.1-CD-OSS-i386-$NEWVERS-CD$i.iso
done
< Previous Next >
Follow Ups
References