[linux-fai-commit] [faiproject/fai] fa1bad: improve test, so it does not fail if FAI_ACTION is...
Thomas Lange
lange at informatik.uni-koeln.de
Do Dez 15 00:36:20 CET 2016
Branch: refs/heads/release
Home: https://github.com/faiproject/fai
Commit: fa1baddd9707b0bcb5f7c9a622ace58a33537dde
https://github.com/faiproject/fai/commit/fa1baddd9707b0bcb5f7c9a622ace58a33537dde
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-11-30 (Wed, 30 Nov 2016)
Changed paths:
M examples/simple/class/10-base-classes
Log Message:
-----------
improve test, so it does not fail if FAI_ACTION is undefined
Commit: 80442c18e1fb629a2a013afc49a3ba7176958188
https://github.com/faiproject/fai/commit/80442c18e1fb629a2a013afc49a3ba7176958188
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M bin/fai-diskimage
Log Message:
-----------
fix typo
Commit: ac31c8a99e6572c6eff7a9c05c3d6b8e6f5c7cb2
https://github.com/faiproject/fai/commit/ac31c8a99e6572c6eff7a9c05c3d6b8e6f5c7cb2
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M bin/fai-monitor-gui
Log Message:
-----------
ignore line ^VARIABLE from autodiscover CD
Commit: ce980b3d4918db412bef3cb22b893289febc0d5a
https://github.com/faiproject/fai/commit/ce980b3d4918db412bef3cb22b893289febc0d5a
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M examples/simple/files/etc/selinux/config/CENTOS
Log Message:
-----------
disable selinux
Commit: 22cb6511af5f70feef7f58ce8e39f460413553ea
https://github.com/faiproject/fai/commit/22cb6511af5f70feef7f58ce8e39f460413553ea
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-02 (Fri, 02 Dec 2016)
Changed paths:
M examples/simple/hooks/savelog.LAST.sh
Log Message:
-----------
add regex
Commit: d7cdb5cf3ec845a0ff6880ce616f523a02e9e2e5
https://github.com/faiproject/fai/commit/d7cdb5cf3ec845a0ff6880ce616f523a02e9e2e5
Author: dpoon <github at derekandkaren.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M lib/fai-disk-info
Log Message:
-----------
On cciss, avoid treating partitions as disks
The [cciss](http://man7.org/linux/man-pages/man4/cciss.4.html) and other drivers use a c0d1p2 device-numbering scheme, indicating the controller, disk, and partition. When looking for disks, we need to be careful not to include partitions.
Commit: 0ef48a7a9353acff3a51d730824f550514a113eb
https://github.com/faiproject/fai/commit/0ef48a7a9353acff3a51d730824f550514a113eb
Author: andrew bezella <andrew at diatribes.org>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M bin/fai-make-nfsroot
Log Message:
-----------
use full if / then / fi construct for setclasses verbose test
Commit: f69794aadc3b81e11d8325a985c1344b5eb4a41d
https://github.com/faiproject/fai/commit/f69794aadc3b81e11d8325a985c1344b5eb4a41d
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M examples/simple/scripts/DEBIAN/40-misc
Log Message:
-----------
remove dpkg unsafe-io config
Commit: 808190af99007f6864d74b743ad2fcd51ae5bab2
https://github.com/faiproject/fai/commit/808190af99007f6864d74b743ad2fcd51ae5bab2
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M examples/simple/scripts/UBUNTU/90-apt
Log Message:
-----------
set german locale
Commit: 62f7e99993a665a72d7ca2144f20c37f11ab140c
https://github.com/faiproject/fai/commit/62f7e99993a665a72d7ca2144f20c37f11ab140c
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M examples/simple/hooks/instsoft.DEBIAN
M examples/simple/scripts/UBUNTU/90-apt
Log Message:
-----------
fix for setting locale for Ubuntu
Commit: 28d3e8a1812feadee7332a5b1e76d46746d61f87
https://github.com/faiproject/fai/commit/28d3e8a1812feadee7332a5b1e76d46746d61f87
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M debian/changelog
Log Message:
-----------
make release
Commit: d9f5983cd310419ca350ffebe373b4918657f63a
https://github.com/faiproject/fai/commit/d9f5983cd310419ca350ffebe373b4918657f63a
Author: Emmanuel Kasper <e.kasper at proxmox.com>
Date: 2016-12-08 (Thu, 08 Dec 2016)
Changed paths:
M bin/fai-diskimage
Log Message:
-----------
Better fix to detect lvm uses
the output of lvs is not stable between debian releases, on current stretch
lvs output nothing if no logical volumes are found, which miss the grep test
instead of lvs, use dmsetup ls which ouput the same messages on both releases
(for the record an output of `dmsetup ls` on a system with LVM would be:
dmsetup ls
VolGroup00-LogVol01 (253:0)
VolGroup00-LogVol00 (253:1)
this is still a workaround until #845428 is fixed
Commit: 477fdb618ac6639b05eecbfd7a82e96e765fb2d9
https://github.com/faiproject/fai/commit/477fdb618ac6639b05eecbfd7a82e96e765fb2d9
Author: Emmanuel Kasper <e.kasper at proxmox.com>
Date: 2016-12-08 (Thu, 08 Dec 2016)
Changed paths:
M doc/fai-guide.txt
Log Message:
-----------
Fix non-working documentation examples
since commit 904681273e986d459d3d6a222bd009f3a7b2e38a
the required disk type (raw, qcow2, etc) is based on the extension of the command line
disk paramater, and is required argument.
without a disk type extention the shell parameter substition in fai-diskimage
ext=${image##*.}
confuses a diks name "jessie" with an extension and exits with:
"Unknown suffix .jessie in name of disk image."
Commit: 836f988e2d9271a8c5e4bc476669093e8c04e2ad
https://github.com/faiproject/fai/commit/836f988e2d9271a8c5e4bc476669093e8c04e2ad
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-09 (Fri, 09 Dec 2016)
Changed paths:
M bin/install_packages
Log Message:
-----------
add new code for removing unknown package names, and handling multiple
occurences of a package (with suffix + -)
Commit: 8963c7268a68dc3ed29aa4208d3d7e800b5d2eb4
https://github.com/faiproject/fai/commit/8963c7268a68dc3ed29aa4208d3d7e800b5d2eb4
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M bin/fai-make-nfsroot
Log Message:
-----------
create /var/lib/dpkg/available during packge installation
Commit: 9321c2823f443f330cd06eafc3ffc9ee30dd2115
https://github.com/faiproject/fai/commit/9321c2823f443f330cd06eafc3ffc9ee30dd2115
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M bin/install_packages
Log Message:
-----------
remove sort
Commit: 49ab6464b61c188c00f9050724482da901190f09
https://github.com/faiproject/fai/commit/49ab6464b61c188c00f9050724482da901190f09
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M examples/simple/package_config/GNOME
Log Message:
-----------
remove unknown package
Commit: b23e2fef159678c58cb00a9b41b48a0e038b5456
https://github.com/faiproject/fai/commit/b23e2fef159678c58cb00a9b41b48a0e038b5456
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M bin/install_packages
Log Message:
-----------
readd option -N
Commit: 473e50ab197f2b4e625de4e3a13b3ec3f33a972b
https://github.com/faiproject/fai/commit/473e50ab197f2b4e625de4e3a13b3ec3f33a972b
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M bin/fai-mirror
Log Message:
-----------
call install_packages with -N
Commit: 0faf6bbd32b590230e773a0b2a8a4974ee14fa81
https://github.com/faiproject/fai/commit/0faf6bbd32b590230e773a0b2a8a4974ee14fa81
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M man/install_packages.8
Log Message:
-----------
add -N
Commit: 6ec844dbbab27e132aa5f111615a5fb242aa8b1c
https://github.com/faiproject/fai/commit/6ec844dbbab27e132aa5f111615a5fb242aa8b1c
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M debian/changelog
Log Message:
-----------
make release
Commit: 88025d3d84e966b64e8aeb8658e7df1e79889fcc
https://github.com/faiproject/fai/commit/88025d3d84e966b64e8aeb8658e7df1e79889fcc
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M debian/changelog
Log Message:
-----------
add names
Commit: aa48e729e38b1be4fc89e24edf9a2493a4b6ebc2
https://github.com/faiproject/fai/commit/aa48e729e38b1be4fc89e24edf9a2493a4b6ebc2
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2016-12-15 (Thu, 15 Dec 2016)
Changed paths:
M bin/fai-diskimage
M bin/fai-make-nfsroot
M bin/fai-mirror
M bin/fai-monitor-gui
M bin/install_packages
M debian/changelog
M doc/fai-guide.txt
M examples/simple/class/10-base-classes
M examples/simple/files/etc/selinux/config/CENTOS
M examples/simple/hooks/instsoft.DEBIAN
M examples/simple/hooks/savelog.LAST.sh
M examples/simple/package_config/GNOME
M examples/simple/scripts/DEBIAN/40-misc
M examples/simple/scripts/UBUNTU/90-apt
M lib/fai-disk-info
M man/install_packages.8
Log Message:
-----------
Merge branch 'master' into release
Compare: https://github.com/faiproject/fai/compare/c77dcde535cc...aa48e729e38b
Mehr Informationen über die Mailingliste linux-fai-commit