NetBSD/sbin/fdisk
christos 58dbdf3810 Allow -1 values in the -s <sysid>/<start>/<size> indicate use the previous
values. For example:
fdisk -f -i /dev/rsd0d # initialize mbr and create an msdos partition.
fdisk -f -u -0 -a -s 169/-1/-1 /dev/rsd0d # converts the msdos partition
to a netbsd one, and makes it active.
2014-03-30 22:18:13 +00:00
..
fdisk.8 Suggest using -b 1023/255/63 for modern disks where the BIOS is 2013-10-06 12:27:15 +00:00
fdisk.c Allow -1 values in the -s <sysid>/<start>/<size> indicate use the previous 2014-03-30 22:18:13 +00:00
Makefile Don't use "#if defined(__i386__) || defined(__x86_64__)" conditionals 2012-05-05 16:03:55 +00:00