summaryrefslogtreecommitdiff
path: root/etc/etc.luna88k/disktab
AgeCommit message (Collapse)Author
2023-03-06Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.Kenneth R Westerback
ok miod@
2015-08-18Add a couple of ":"s at the end of lines for consistancy. Not required,Kenneth R Westerback
but these are the only two lines in any disktab that do it this way. ok miod@
2015-08-14The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISKKenneth R Westerback
flags in the disklabel. These flags were discarded in 2006. Remove documentation for and instances of 'ty'. Add instances of 'dt' that were missing. Use 'floppy' as the value of 'dt' for all floppies and 'rdroot' for all boot images/miniroots. Add 'rdroot' to dktypenames and an associated #define DTYPE_RDROOT, since 'dt' values are parsed by matching entries in dktypenames[]. Slightly tweaked part of larger cleanup diff previously ok deraadt@.
2014-02-27Build a small miniroot filesystem which can be dumped on a new disk or anMiod Vallat
existing swap partition for an easier initial installation.
2010-07-02cleanup the disktab files. yes, this means you will have to manuallyTed Unangst
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your palm device, but that's the price of progress. hopefully i didn't whack anything important. ok deraadt
2004-04-21Populate /etc for luna88kMiod Vallat