1
0
mirror of synced 2026-01-15 15:56:10 +00:00

12 Commits

Author SHA1 Message Date
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
Dmitry Nedospasov
efc9058c10 50-setup-hostname: added 127.0.1.1 with hostname for static ips, with FQDN for DHCP hosts
70-install-ssh: "ssh" package doesn't fully resolve on atleast the newer distros, changed the package "ssh" to "openssh-server"

80-install-kernel: new script to install a kernel for the pygrub flag

80-install-modules: added support for pygrub, this script is essentially ignored if pygrub is set. The kernel script will install modules in that case.
2010-04-17 03:12:52 +02:00
steve
eafc7427c2 2007-07-07 23:48:08 by steve
INITIAL COMMIT:  Support for arbitary partitioning systems.
  Patch from Sascha Kettler.
2007-07-07 23:49:02 +00:00
steve
ba810412b9 2006-12-25 22:46:56 by steve
BUGFIX:  Module installation now works correctly.  D'oh.
2006-12-25 22:46:57 +00:00
steve
d7c814c7eb 2006-12-25 22:32:04 by steve
apt-cache -> /usr/bin/apt-cache
2006-12-25 22:32:08 +00:00
steve
a4ae557e2a 2006-12-25 22:21:52 by steve
Updated to install a linux package if available.  See #404508
2006-12-25 22:21:53 +00:00
steve
cfac293c8f 2006-11-19 19:33:47 by steve
Updated the copying of kernel modules.
  Patch by Neil Wilson.
  See #399196
2006-11-19 19:33:48 +00:00
steve
b413aae0fb 2006-06-15 07:47:02 by steve
BUGFIX:  *really* allow tests to succeed prior to installation.
2006-06-15 07:47:05 +00:00
steve
c1e4d3531b 2006-06-15 07:42:59 by steve
Source common.sh from the parent directory if the global installation
 isn't found.
  This allows "make test" to succeed *before* the tools are installed.
2006-06-15 07:42:59 +00:00
steve
cd342ef358 2006-06-09 22:19:01 by steve
Minor fixups and comment changes.
2006-06-09 22:19:01 +00:00
steve
d10e0ef0f2 2006-06-09 13:36:14 by steve
Use a fully qualified path to the 'common.sh', so we don't need to
 use chdir() when running our hooks
2006-06-09 13:36:14 +00:00
steve
efa1df08de 2006-06-09 10:30:37 by steve
Added to the repository.  These are almost straight copies of the
 previous hook scripts except they are now Debian-specific.

  They also each log their start and finish and optional information
 via the use of the ../common.sh file.

  No major changes anticipated.
2006-06-09 10:30:37 +00:00