[linux-fai-commit] [faiproject/fai] 6f59bd: use apt-get

Thomas Lange lange at informatik.uni-koeln.de
Do Sep 10 13:49:19 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/faiproject/fai
  Commit: 6f59bd5ed1e82454e774cd9719e50c3b1a186181
      https://github.com/faiproject/fai/commit/6f59bd5ed1e82454e774cd9719e50c3b1a186181
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M examples/simple/hooks/instsoft.DEBIAN

  Log Message:
  -----------
  use apt-get


  Commit: 4f4a96e24e1662f9cff41c7f0c4ea9e28097d573
      https://github.com/faiproject/fai/commit/4f4a96e24e1662f9cff41c7f0c4ea9e28097d573
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M examples/simple/files/etc/rc.local/FAISERVER

  Log Message:
  -----------
  add comments


  Commit: 8886c3dca05982aeefc68923611f4b6686469605
      https://github.com/faiproject/fai/commit/8886c3dca05982aeefc68923611f4b6686469605
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M examples/simple/scripts/GRUB_PC/10-setup

  Log Message:
  -----------
  disable os-prober for now because of #788062


  Commit: e8a8041e53178dd8da11a99b39e6356b142bf224
      https://github.com/faiproject/fai/commit/e8a8041e53178dd8da11a99b39e6356b142bf224
  Author: Thomas Neumann <blacky+fai at fluffbunny.de>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M lib/setup-storage/Fstab.pm

  Log Message:
  -----------
  remove &FAI:: from 'local' functions

There is no need to refer to create_fstab_line(), get_fstab_key() and
find_boot_mnt_point() as &FAI::[...] inside Fstab.pm. Getting rid of
this also helps in moving Fstab.pm into it's own namespace later on.


  Commit: 0b1f2f9338841c2e2d076cd3ba324b79fc24e8cd
      https://github.com/faiproject/fai/commit/0b1f2f9338841c2e2d076cd3ba324b79fc24e8cd
  Author: Thomas Neumann <blacky+fai at fluffbunny.de>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M lib/setup-storage/Fstab.pm

  Log Message:
  -----------
  convert find_boot_mnt_point() to use argument instead of %FAI::configs

old function signature:

  my $boot_mnt_point = find_boot_mnt_point();

new function signature:

  my $boot_mnt_point = find_boot_mnt_point(%FAI::config);

This change does not change the actual functionality. Providing the
configuration via a function argument makes it possible to get rid
of the global variable %FAI::configs later on. As an immediate
benefit it is now obvious that find_boot_mnt_point() uses the data
stored in %FAI::configs to find the boot device.


  Commit: eabd17e02a00e7698ec7d2856df8bcb97f8ae0f7
      https://github.com/faiproject/fai/commit/eabd17e02a00e7698ec7d2856df8bcb97f8ae0f7
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M lib/get-config-dir-http

  Log Message:
  -----------
  remove download and check of md5sum


  Commit: 053109565535f19aa01760167fea20d939398a56
      https://github.com/faiproject/fai/commit/053109565535f19aa01760167fea20d939398a56
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M README

  Log Message:
  -----------
  only tested with Debian 8


  Commit: aa6a0b13b695939018eba06fb3825bd47675bccd
      https://github.com/faiproject/fai/commit/aa6a0b13b695939018eba06fb3825bd47675bccd
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M dev-utils/fai-kvm

  Log Message:
  -----------
  add option -N


  Commit: 37066cf1b591664c0d387192eb0ea40ce283a76c
      https://github.com/faiproject/fai/commit/37066cf1b591664c0d387192eb0ea40ce283a76c
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M dev-utils/fai-kvm

  Log Message:
  -----------
  set default


  Commit: 1026915145e0bbfb9b50ac494dd48c1d94f34fb4
      https://github.com/faiproject/fai/commit/1026915145e0bbfb9b50ac494dd48c1d94f34fb4
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M lib/task_sysinfo

  Log Message:
  -----------
  add dmsetup ls info


  Commit: 9d2d257adad67e5b6b8e1199e7b9c42e46318c6a
      https://github.com/faiproject/fai/commit/9d2d257adad67e5b6b8e1199e7b9c42e46318c6a
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    A examples/simple/disk_config/xfcehost

  Log Message:
  -----------
  use lvm for this example


  Commit: add6002a678efe0136db931a434881151e61f3c5
      https://github.com/faiproject/fai/commit/add6002a678efe0136db931a434881151e61f3c5
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M examples/simple/class/50-host-classes
    R examples/simple/disk_config/LVM_XEN_SERVER
    R examples/simple/disk_config/RAID_XEN_VIRTUAL

  Log Message:
  -----------
  remove unmaintained examples


  Commit: 55c681ac893e9166a0590a760fa8566f036bad48
      https://github.com/faiproject/fai/commit/55c681ac893e9166a0590a760fa8566f036bad48
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M examples/simple/package_config/DEBIAN

  Log Message:
  -----------
  remove XEN


  Commit: 25e0dd57686e2abdf455c7df4d0d00d631f8d870
      https://github.com/faiproject/fai/commit/25e0dd57686e2abdf455c7df4d0d00d631f8d870
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M Makefile
    M debian/fai-client.install

  Log Message:
  -----------
  add fai-kvm to package fai-client


  Commit: d249da3e5d5bc2af7039266216b696dc1324535b
      https://github.com/faiproject/fai/commit/d249da3e5d5bc2af7039266216b696dc1324535b
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  make beta


Compare: https://github.com/faiproject/fai/compare/793dd3a4584c...d249da3e5d5b


Mehr Informationen über die Mailingliste linux-fai-commit