Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-2788 baselayout improvements
  3. FL-2735

baselayout: update default /etc/fstab to be in line with current install docs

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • None
    • current generic_64
      stable generic_64
      possibly others

      FL-166 updated /etc/fstab once before. But it is again out of sync with the current install docs, which suggest:

      # The root filesystem should have a pass number of either 0 or 1.
      # All other filesystems should have a pass number of 0 or greater than 1.
      #
      # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
      #
      # See the manpage fstab(5) for more information.
      #
      # <fs>	     <mountpoint>  <type>  <opts>         <dump/pass>
      
      /dev/sda1    /boot         ext2    noauto,noatime 1 2
      /dev/sda2    none          swap    sw             0 0
      /dev/sda3    /             ext4    noatime        0 1
      #/dev/cdrom  /mnt/cdrom    auto    noauto,ro      0 0
      

      The existing default /etc/fstab uses /dev/sda1, sda3, and sda4, with sda4 being xfs.

      If the devs update this, it would slightly simplify the install procedure.

            drobbins drobbins
            hick518 hick518
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: