[Git-commits] [grml/grml2usb] 1fe44d: Adjust sorting of cmdline options

Michael Prokop mika at grml.org
Wed Feb 25 12:34:22 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml2usb
  Commit: 1fe44d6eb925578552821dd1c281ecb8e694dfe3
      https://github.com/grml/grml2usb/commit/1fe44d6eb925578552821dd1c281ecb8e694dfe3
  Author: Michael Prokop <mika at grml.org>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M grml2usb

  Log Message:
  -----------
  Adjust sorting of cmdline options


  Commit: 7a6e10df1c335b447ed9e60e2cc1226a42b5f5c8
      https://github.com/grml/grml2usb/commit/7a6e10df1c335b447ed9e60e2cc1226a42b5f5c8
  Author: Michael Prokop <mika at grml.org>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M grml2usb

  Log Message:
  -----------
  Sync filesystems before returning from MBR installation

We need to make sure the device/filesystem is synced, otherwise
syslinux installation might fail with:

| [...]
| Installing default MBR
| Installing syslinux as bootloader
| syslinux: /dev/sdb1: No such file or directory
| Fatal: Error executing syslinux (either try --fat16 or use grub?)

fsync-ing via dd isn't enough, so we need to make it
a full sync.

Closes: #779193


Compare: https://github.com/grml/grml2usb/compare/fa02a2b683f0...7a6e10df1c33


More information about the Git-commits mailing list