[linux-fai-commit] [faiproject/fai] d3cdf5: Remove parted's "resize" command as that was remov...

Thomas Lange lange at informatik.uni-koeln.de
Fr Dez 4 15:28:25 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/faiproject/fai
  Commit: d3cdf520298862fdb7d906d246af1206ffefacf5
      https://github.com/faiproject/fai/commit/d3cdf520298862fdb7d906d246af1206ffefacf5
  Author: Kerim Gueney <kgueney at uni-koeln.de>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M bin/setup-storage
    M lib/setup-storage/Commands.pm

  Log Message:
  -----------
  Remove parted's "resize" command as that was removed in parted version 2.4 and replace it with the new "resizepart".

This ensures that setup-storage goes through the partitioning, however
further tests are needed to ensure that the filesystems on the resized
partitions match the partition sizes afterwards. Unlike "resize" this
isn't handled by "resizepart".


  Commit: f62d0f0ae2713513c52d9c9b0a59dd7268560999
      https://github.com/faiproject/fai/commit/f62d0f0ae2713513c52d9c9b0a59dd7268560999
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  make release


  Commit: 69ec83a9ced5405d0c7540ed1af387188b88b14e
      https://github.com/faiproject/fai/commit/69ec83a9ced5405d0c7540ed1af387188b88b14e
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
    M bin/fai-mirror

  Log Message:
  -----------
  call install_package with -N

currently sometimes packages are removed from the isntallation list by
install_packages (e.g. linux-image-generic for Ubuntu 14.04). The
check of the package name using AptPkg is not working corret in some situations.


  Commit: 95aeca1e3e35803d6ef5561bf637161038688a88
      https://github.com/faiproject/fai/commit/95aeca1e3e35803d6ef5561bf637161038688a88
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
    M bin/fai-mirror
    M man/fai-mirror.1

  Log Message:
  -----------
  add -b


  Commit: 7a6f0772d773e34c7fde2b025be784da76586f1e
      https://github.com/faiproject/fai/commit/7a6f0772d773e34c7fde2b025be784da76586f1e
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
    M bin/fai-mirror

  Log Message:
  -----------
  fix test


  Commit: 2c96595a6e7978f24d1d36b0f852a783ec607878
      https://github.com/faiproject/fai/commit/2c96595a6e7978f24d1d36b0f852a783ec607878
  Author: Ingo Wichmann <iw at linuxhotel.de>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
    M doc/fai-guide.txt

  Log Message:
  -----------
  update list of supported package tools


  Commit: 36d25a80423102a0926f2c2d523d8ebbb5052c41
      https://github.com/faiproject/fai/commit/36d25a80423102a0926f2c2d523d8ebbb5052c41
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
    M doc/Makefile

  Log Message:
  -----------
  remove chunked:, use asciidoc instead of a2x and add theme


  Commit: 083e21bdd9d3c19026570b237a485b752cba52f0
      https://github.com/faiproject/fai/commit/083e21bdd9d3c19026570b237a485b752cba52f0
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
    M man/fai-mirror.1

  Log Message:
  -----------
  improve -b


  Commit: dada9c12b62769f50626d4d3079415d296237da5
      https://github.com/faiproject/fai/commit/dada9c12b62769f50626d4d3079415d296237da5
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
    M doc/fai-guide.txt

  Log Message:
  -----------
  fix broken link


  Commit: b6f5720a4bd8b769449f04d30970af488dbf0bd6
      https://github.com/faiproject/fai/commit/b6f5720a4bd8b769449f04d30970af488dbf0bd6
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-11-29 (Sun, 29 Nov 2015)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Merge branch '4.3.3'

Conflicts:
	debian/changelog


  Commit: 7124372e1b34cc6eaf8530332240412cd080c680
      https://github.com/faiproject/fai/commit/7124372e1b34cc6eaf8530332240412cd080c680
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-11-30 (Mon, 30 Nov 2015)

  Changed paths:
    M doc/fai-guide.txt

  Log Message:
  -----------
  fix file name


  Commit: 6ec4690cbee7bc2e9e69efa0a59d67bb4076b9a1
      https://github.com/faiproject/fai/commit/6ec4690cbee7bc2e9e69efa0a59d67bb4076b9a1
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-12-01 (Tue, 01 Dec 2015)

  Changed paths:
    M bin/fai-class

  Log Message:
  -----------
  read hostname from /proc instead of using a shell variable

since dracut 43, the hostname is set to fqdn. Using the data from
/proc helps changing the hostname to the short name. This is much more
difficult if we use the shell value here


  Commit: 3b9b6fdf0f6c6ba4a3eb044e0b5e989aba62c3cd
      https://github.com/faiproject/fai/commit/3b9b6fdf0f6c6ba4a3eb044e0b5e989aba62c3cd
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-12-02 (Wed, 02 Dec 2015)

  Changed paths:
    M bin/fai
    M lib/get-boot-info
    M lib/subroutines

  Log Message:
  -----------
  use /proc/sys/kernel/hostname instead of calling hostname


  Commit: e84b789e7f8b632546b9cfb8257e5c5b5f461950
      https://github.com/faiproject/fai/commit/e84b789e7f8b632546b9cfb8257e5c5b5f461950
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-12-04 (Fri, 04 Dec 2015)

  Changed paths:
    M examples/simple/scripts/DEMO/10-misc

  Log Message:
  -----------
  for Ubuntu, add demo user to more groups


  Commit: b01ae582d18e11a972ecbee7c5bfad0f772e085d
      https://github.com/faiproject/fai/commit/b01ae582d18e11a972ecbee7c5bfad0f772e085d
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2015-12-04 (Fri, 04 Dec 2015)

  Changed paths:
    A examples/simple/hooks/setup.DEFAULT.sh

  Log Message:
  -----------
  set short hostname


Compare: https://github.com/faiproject/fai/compare/05665425ace7...b01ae582d18e


Mehr Informationen über die Mailingliste linux-fai-commit