kensmith    2008-01-22 16:35:10 UTC

  FreeBSD src repository

  Modified files:
    release/amd64        boot_crunch.conf 
    release/i386         boot_crunch.conf 
    release/ia64         boot_crunch.conf 
    release/pc98         boot_crunch.conf 
    release/powerpc      boot_crunch.conf 
    release/sparc64      boot_crunch.conf 
    release/sun4v        boot_crunch.conf 
  Log:
  In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that it
  can't find fsck_4.2bsd because there was no fstab file saying what
  filesystem type it is looking at so it got the filesystem type from
  the disk's label.  When that fails admins who haven't been in this
  situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because
  ufs is the type used in fstab files on working systems but that also fails
  complaining it can't find fsck_ufs.
  
  This just sets it up so /stand in the MFS image (/sbin is a symlink
  to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to
  fsck_ffs which is what is present in /sbin on installed systems.
  
  Prodded by:     obrien
  MFC after:      1 day
  
  Revision  Changes    Path
  1.62      +2 -0      src/release/amd64/boot_crunch.conf
  1.62      +2 -0      src/release/i386/boot_crunch.conf
  1.12      +2 -0      src/release/ia64/boot_crunch.conf
  1.63      +2 -0      src/release/pc98/boot_crunch.conf
  1.5       +2 -0      src/release/powerpc/boot_crunch.conf
  1.9       +2 -0      src/release/sparc64/boot_crunch.conf
  1.2       +2 -0      src/release/sun4v/boot_crunch.conf
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to