Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 1995 23:31:04 -0700
From:      Poul-Henning Kamp <phk>
To:        CVS-commiters, cvs-user
Subject:   cvs commit: src/release/libdisk Makefile create_chunk.c disk.c libdisk.h rules.c
Message-ID:  <199505030631.XAA02502@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
phk         95/05/02 23:31:02

  Modified:    release/libdisk  Makefile create_chunk.c disk.c libdisk.h
                        rules.c
  Log:
  Make the target for tst01 more sensible.
  Remove bogus targets.
  Allocate partition letters as follows:
  	lowest offset "flags & CHUNK_IS_ROOT" gets 'a',
  	lowest offset "subtype==FS_SWAP" gets 'b'
  	the rest is allocated in offset order from this sequence "defghab".
  This will generally make sense.
  Added rules to complain if more than one CHUNK_IS_ROOT or more than one
  FS_SWAP per FreeBSD chunk.
  Set CHUNK_IS_ROOT on the 'a' partition in Open_Disk.
  Run Fixup_Names in Open_Disk.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505030631.XAA02502>