lp://staging/~sruegamer/fai/01-centos-fixes
- Get this branch:
- bzr branch lp://staging/~sruegamer/fai/01-centos-fixes
Branch merges
Branch information
Recent revisions
- 5089. By Stephan Rügamer
-
* package_
config/ CENTOS:
+ add sudo
+ add redhat-lsb (needed for lsb checks from several external tools like Puppet)
* replaced 20-mknod with 20-makedev
+ usage of $target/sbin/MAKEDEV is much easier then doing manually removed:
examples/simple/ scripts/ CENTOS/ 20-mknod
added:
examples/simple/ scripts/ CENTOS/ 20-makedev
modified:
examples/simple/ package_ config/ CENTOS - 5084. By mika
-
bin/fai-do-scripts: also ignore files with suffix .dpkg-dist and .dpkg-tmp
We definitely do not want to execute such files in
do_script() of fai-do-scripts, so let's skip them
as well.Verified against lib/dpkg/dpkg.h of dpkg v1.15.8.10.
- 5080. By lange
-
new code for trap ERR, it now saves the maximum value of all errors
In the past the variable error was only set to 1, since a logical OR
was used inside the trap code. Now it compares the actual exit code $?
with the previous value of $error and saves the bigger of both back to $error
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)