1
0
mirror of synced 2026-01-15 07:53:03 +00:00

18 Commits

Author SHA1 Message Date
Axel Beckert
05314c37cf Enforces umask 022 in 50-setup-hostname*
Hopefully closes #619630
2012-06-07 13:39:02 +02:00
Axel Beckert
756cbd13de Merge gentoo/80-install-modules into common/80-install-modules-rpm 2012-06-06 17:39:18 +02:00
Axel Beckert
85cbbded61 Merge 90-make-fstab-deb and 90-make-fstab-rpm
Split off deb-specific part into common/91-install-fs-tools
2012-06-06 17:21:33 +02:00
Axel Beckert
a3d53e78b5 Use the debian/55-create-dev script as common/55-create-dev
Use it also for gentoo and dapper.

Add a TODO note about stuff which came up during comparing all the
previously existing variants of 55-create-dev.
2012-06-06 17:03:04 +02:00
Axel Beckert
68db018009 Merge old and new Upstart terminal device handling into common/30-disable-gettys 2012-06-06 14:45:51 +02:00
Axel Beckert
cc4ad94939 Fix wrong device name in handling of serial_device 2012-06-06 14:33:42 +02:00
Axel Beckert
e39b5a0edf Merge all centos/fedora 99-clean-image into common/99-clean-image-rpm
Rename previous common/99-clean-image to common/99-clean-image-deb; adjust all links
2012-06-05 18:58:31 +02:00
Axel Beckert
49db07bcf8 Merge all centos/fedora 50-setup-hostname into common/50-setup-hostname-rpm
Rename previous common/50-setup-hostname to common/50-setup-hostname-deb; adjust all links
2012-06-05 18:12:41 +02:00
Axel Beckert
55c3c15d11 Replace tabs by blanks in hooks/common/20-setup-apt 2012-06-04 19:01:31 +02:00
Axel Beckert
a8289d0d91 Make common/30-disable-gettys and {edgy,intrepid}/30-disable-gettys more similar 2012-06-04 18:57:36 +02:00
Axel Beckert
b3c834935a Remove white-space and comment differences between common/20-setup-apt and debian/20-setup-apt 2012-06-04 18:39:31 +02:00
Axel Beckert
0d1e1b7e2a Merge common/10-disable-tls and dapper/10-disable-tls 2012-06-04 18:19:26 +02:00
Axel Beckert
060fc6bd19 Merge dapper special case with libc6-xen into common/20-setup-apt 2012-06-04 17:57:41 +02:00
Axel Beckert
5dd64112ed Refactoring: code deduplication: Merge hook files with just whitespace differences 2012-06-04 17:51:36 +02:00
Axel Beckert
4279ce6d28 Merge 35-setup-users Fedora special case into common/35-setup-users 2012-06-04 17:25:05 +02:00
Axel Beckert
98983cc9a0 Refactoring: Massive code deduplication in hooks directory (Part 3)
All remaining hooks files just differed syntactially, but not
semantically. They were merged into one file sporting the most
readable syntax variant.
2012-06-04 16:59:19 +02:00
Axel Beckert
2e9394d010 Refactoring: Massive code deduplication in hooks directory (Part 2)
All hooks files which were identical in two groups (debianoid and
redhatoid) have been moved to the new hooks/common directory and now
have symbolic links to the according new files at their old locations.
2012-06-04 16:47:59 +02:00
Axel Beckert
fc736c040d Refactoring: Massive code deduplication in hooks directory
All hooks files which were identical and had no second group of
identically named hook files have been moved to a new hooks/common
directory and now have symbolic links to the new single file at their
old locations.

Also slightly modified to make this work:

  * Makefile: copy new hooks/common directory
  * Some tests: ignore new hooks/common directory
2012-06-04 16:26:03 +02:00