Browse Source

Since Aug 2008, the kernel can successfully read the 1 block (512

byte) disklabels even in the midst of a larger sector. E.g. in bytes
512 - 1023 of the first 2048 byte sector on a CD.
On hppa we plopped down such a disklabel on cdXX.iso and installXX.iso.
Once accessible it took precedence over the spoofed label of the CD. Chaos
ensued. Since there is currently no reason for this label on hppa
cd's, eradicate it and its disktab entry. cdXX.iso/installXX.iso can now
be mounted on hppa again.
Also remove a commented out label plopping on Alpha, which references a
non-existant disktab entry.
Problem noted and exact diff creating problem discovered by marco@.
ok deraadt@
OPENBSD_4_9
krw 14 years ago
parent
commit
75314c027e
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      src/etc/etc.hppa/disktab

+ 1
- 6
src/etc/etc.hppa/disktab View File

@ -1,11 +1,6 @@
# $OpenBSD: disktab,v 1.7 2010/07/02 20:33:54 tedu Exp $
# $OpenBSD: disktab,v 1.8 2010/08/26 01:35:44 krw Exp $
rdroot|ramdiskroot|RAM-disk root FS image:\
:ty=simulated:se#512:nc#18:nt#2:ns#128:\
:ta=4.2BSD:oa#0:pa#4608:fa#1024:ba#8192:\
:ob#0:pb#0:oc#0:pc#4608:
fakecdrom|Fake image for Bootable CDROM:\
:ty=removable:se#512:nt#1:rm#350:ns#640:nc#2048:\
:pa#1310720:oa#0:ba#8192:fa#1024:ta=ISO9660:\
:pc#1310720:oc#0:bc#8192:fc#1024:tc=ISO9660:

Loading…
Cancel
Save