https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283079

--- Comment #2 from Graham Perrin <[email protected]> ---
(In reply to Michael Osipov from comment #0)

Moreover, the two lines are unnecessary. 

grahamperrin:~ % head -n 1 /etc/fstab ; grep -v \# /etc/fstab | sort -f
# Device                Mountpoint              FStype     Options             
      Dump  Pass#
/dev/ada1p1             /boot/efi               msdosfs    rw                  
      0     0
/dev/ada1p2.eli         none                    swap       sw,late             
      0     0
fdescfs                 /dev/fd                 fdescfs    rw                  
      0     0
proc                    /proc                   procfs     rw                  
      0     0
tmpfs                   /tmp                    tmpfs      rw,mode=1777        
      0     0
grahamperrin:~ % mount | grep linux | sort -f
devfs on /compat/linux/dev (devfs)
fdescfs on /compat/linux/dev/fd (fdescfs)
linprocfs on /compat/linux/proc (linprocfs, local)
linsysfs on /compat/linux/sys (linsysfs, local)
tmpfs on /compat/linux/dev/shm (tmpfs, local)
grahamperrin:~ %

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to