[Git-commits] [grml/grml-debootstrap] 622fa8: Don't generate rootfs entry in /etc/fstab if we do...

Michael Prokop mika at grml.org
Thu Jan 26 00:49:00 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-debootstrap
  Commit: 622fa874a2ecc04fec77cbb455419f4618112f9e
      https://github.com/grml/grml-debootstrap/commit/622fa874a2ecc04fec77cbb455419f4618112f9e
  Author: Michael Prokop <mika at grml.org>
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
    M chroot-script

  Log Message:
  -----------
  Don't generate rootfs entry in /etc/fstab if we don't know its UUID [Closes: issue2182]

With a command line like:

  grml-debootstrap --grub /dev/sda -t /media/sda1 ...

the resulting fstab gets:

  /media/sda1 /  auto    defaults,errors=remount-ro 0   1

which is for sure unwanted. So don't such an entry in the fstab
if we lack details about the underlying rootfs and instead warn
the user that this *might* be a problem.




More information about the Git-commits mailing list