On Mon, 2003-06-23 at 10:39, [EMAIL PROTECTED] wrote: > G'day all... > > Is it possible to non-destructively upgrade a Debian "potato" install > to a Debian "woody" install non-destructively? (Ie. Not loose data?)
edit /etc/apt/sources.list, change potato entries to read woody (:%s/potato/woody/g in vi(m)) apt-get update apt-get dist-upgrade There may be more to do, but that's the basics Is there a reason for your concern about loosing data? -- Greeno -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
