From owner-freebsd-hackers Sat Feb 8 03:51:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA07397 for hackers-outgoing; Sat, 8 Feb 1997 03:51:44 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA07379 for ; Sat, 8 Feb 1997 03:51:38 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id WAA09891; Sat, 8 Feb 1997 22:46:09 +1100 Date: Sat, 8 Feb 1997 22:46:09 +1100 From: Bruce Evans Message-Id: <199702081146.WAA09891@godzilla.zeta.org.au> To: gabor@acm.org, j@uriah.heep.sax.de Subject: Re: Panic in probe, but no dump Cc: freebsd-hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Right. In this case, you need the `dumps on' clause. > >Hey, btw., you can only dump into a configured and/or active swap >partition. Not true. You can dump on any large enough disk device (at least for sd and wd disks). A swap device is just normally used because its contents are disposable. So, you also need a `swap on' clause! > >j@uriah 693% fgrep kernel /sys/i386/conf/URIAH >config kernel root on sd0 swap on sd0 and sd1 dumps on sd1 Erm, `swap' is a no-op here. Swap devices haven't been put in swapkernel.c for a year ortwo . The only remaining functionality of `swap' in the config line is to enable `swapgeneric', and the only remaining functionality of `swapgeneric' is to enable kernel support for the -a (ask for root device) boot flag. Bruce