Home | History | Annotate | Download | only in miniroot

Lines Matching refs:disktab

202 	# Emit a disktab entry, suitable for getting started.
206 echo "" >> /etc/disktab
207 echo "# Created by install" >> /etc/disktab
208 echo "${_cur_disk_name}:\\" >> /etc/disktab
209 echo -n " :ty=winchester:ns#${_sec_per_track}:" >> /etc/disktab
210 echo "nt#${_tracks_per_cyl}:nc#${_fudge_cyl}:\\" >> /etc/disktab
211 echo " :pa#1:\\" >> /etc/disktab
212 echo " :pc#${_nsectors}:" >> /etc/disktab
291 # Peer through /etc/disktab to see if the disk has a "default"
295 if ! grep_check_q "${_hpib_disktype}[:|]" /etc/disktab; then