Harald Hoyer
899f5962ac
Makefile: add debugtestimage and debughostimage targets
2014-06-25 11:43:44 +02:00
Harald Hoyer
855a549660
Makefile: make dracut.html.sign depend on dracut.html
2014-01-28 15:07:21 +01:00
Harald Hoyer
9ea68421f6
add skipcpio utility
...
skipcpio skips a cpio archive at the beginning of a file.
It is used for skipping an early cpio archive for lsinitrd.
2014-01-24 15:27:51 +01:00
Harald Hoyer
5db9c5c1d9
change dracut tarball compression to xz
2014-01-07 12:21:39 +01:00
Harald Hoyer
2f461da2a0
install: install all PATH binaries found
...
This should fix the issues with symlinks in /bin pointing to /usr/bin on
some distributions.
2013-12-19 17:00:18 +01:00
Hannes Reinecke
463e13fe81
mkinitrd-suse.8.asc: Add manpage for SUSE compat mkinitrd
...
Signed-off-by: Hannes Reinecke <hare@suse.de>
2013-12-05 15:13:29 +01:00
Harald Hoyer
b6c8976811
Doc: cleanup, extend and split and reuse
2013-10-08 15:13:12 +02:00
Harald Hoyer
d97d130da9
Makefile: create hostonly test image without debug
2013-09-11 09:57:25 +02:00
Harald Hoyer
bae44febb5
add dracut.css for dracut.html
2013-08-21 13:15:08 +02:00
Harald Hoyer
919a7c4d6e
Makefile: do syncheck before creating the archive or rpm
2013-08-14 15:04:05 +02:00
Harald Hoyer
32bd2fbb4c
use "rm --" to guard against filenames beginning with "-"
2013-06-28 10:31:18 +02:00
Harald Hoyer
85b458d90d
Makefile: source dracut-version.sh and correct dist tarball
2013-06-13 12:55:26 +02:00
Harald Hoyer
268ae2841b
Makefile: pipe git describe errors to /dev/null
2013-06-13 12:55:26 +02:00
Harald Hoyer
638cad7c97
add dracut-shutdown.service.8.asc manpage
2013-06-13 12:55:26 +02:00
Harald Hoyer
0fbb79d54f
move dracut-shutdown.service to modules.d/98systemd
2013-06-13 11:42:26 +02:00
Harald Hoyer
36c34f4e71
Don't use do syncheck for target all and refine syncheck
...
instead of "dash -n" we now use "bash --posix -n"
we also check for "[[ " in posix shell files
2013-06-13 11:19:26 +02:00
Harald Hoyer
373efa4427
systemd: make unit files symlinks
2013-06-13 11:08:03 +02:00
Harald Hoyer
41b0e41a09
Makefile: report syntax check files for V=1
2013-06-06 11:31:07 +02:00
Harald Hoyer
fd28794bbc
TEST-99-RPM: generate rpms and exclude /boot loader entries
2013-05-31 10:00:07 +02:00
Harald Hoyer
9268366cad
Makefile: remove dracut-version.sh on clean
2013-04-16 13:41:19 +02:00
Harald Hoyer
7dbca9be86
lsinitrd: add bash completion
2013-04-16 11:32:31 +02:00
Harald Hoyer
26ab7b07a6
Makefile: fixup tarball Makefile
2013-04-15 11:53:03 +02:00
Harald Hoyer
5f8cd1a4be
Makefile,git2spec.pl: use "git describe"
2013-04-12 15:27:27 +02:00
Harald Hoyer
75369f8ba0
version 027
2013-03-26 16:55:03 +01:00
Harald Hoyer
cbd69dc6ff
install dracut-*.service units
2013-03-25 07:56:12 +01:00
Harald Hoyer
a1ebd77179
add dracut.bootup.7 man page
2013-03-19 12:26:06 +01:00
Harald Hoyer
a3a8f58d73
Makefile: use -D_FILE_OFFSET_BITS=64 to build dracut-install
2013-03-18 10:58:25 +01:00
Harald Hoyer
917f3e4d25
add dracut-bash-completion.sh
2013-03-13 13:01:33 +01:00
Harald Hoyer
d837ac3984
add /lib/kernel/install.d/51-dracut-rescue.install
...
Upon installation of a kernel, check if a rescue image is already
available and if not, create a non-hostonly generic initramfs image with
the rescue module added.
2013-03-09 15:16:31 +01:00
Harald Hoyer
19d69051a3
NEWS: dracut-026
2013-03-08 07:07:48 +01:00
Harald Hoyer
9dd9d81fc6
add 50-dracut.install
2013-03-07 10:08:35 +01:00
Harald Hoyer
59afbd8e73
add missing systemd service man pages
2013-03-07 09:42:00 +01:00
Harald Hoyer
dbfaae0e34
systemd: changes for new initrd services
...
Requires systemd >= 198
2013-03-06 17:21:47 +01:00
Harald Hoyer
a42b2b8133
introduce /usr/lib/dracut/dracut.conf.d/ drop-in directory
...
/usr/lib/dracut/dracut.conf.d/*.conf can be overwritten by the same
filenames in /etc/dracut.conf.d.
Packages should use /usr/lib/dracut/dracut.conf.d rather than
/etc/dracut.conf.d. /etc/dracut.conf.d belongs to the system
administrator.
2013-02-19 17:46:24 +01:00
Harald Hoyer
e5786ed1b7
version 025
2013-01-23 15:38:48 +01:00
Harald Hoyer
f046336c44
version 024
2012-10-16 16:31:06 +02:00
Harald Hoyer
e1cb85802b
Makefile: cleanup xml files
2012-10-16 14:51:42 +02:00
Harald Hoyer
3e6dad37c4
Makefile: use fedora css for documentation
2012-10-10 14:32:18 +02:00
Harald Hoyer
3b9669cff4
Makefile: fix css style for dracut.html
2012-09-28 15:29:53 +02:00
Harald Hoyer
308015bc4d
Makefile: revert documentation logic
2012-09-27 17:04:37 +02:00
Colin Walters
2692a42231
build: Add --disable-documentation option
...
Some operating system builders may not want to build documention, for
example during a bootstrapping process.
2012-09-27 16:50:25 +02:00
Colin Walters
103281f3b6
Support GNOME Build API
...
For dracut:
See people.gnome.org/~walters/docs/build-api.txt
We have a new stub configure script that writes out a Makefile.inc.
2012-09-27 12:59:57 +02:00
Harald Hoyer
6af5a4accf
version 023
2012-08-01 15:30:30 +02:00
Harald Hoyer
1f524c4544
Prevent testsuite runs from non-root users.
2012-07-31 13:49:04 +02:00
Amadeusz Żołnowski
c9baff669d
Makefile: add dependencies for dracut-install (generated with gcc -MM)
2012-07-27 09:54:49 +02:00
Harald Hoyer
4a1255bc38
Makefile: use symlink for topsrcdir/dracut-install
2012-07-26 13:04:45 +02:00
Harald Hoyer
24ba78cb77
Makefile: fixed dracut-install make target
2012-07-26 12:15:16 +02:00
Amadeusz Żołnowski
ab8bfca794
Makefile: use implicit rules for install/dracut-install
...
Don't fail on install rule if install/dracut-install is not build - just
skip it. $(strip) is not used by install rule, because it is nowhere
set.
2012-07-26 08:35:02 +02:00
Harald Hoyer
e045e1f386
Makefile: honor CFLAGS
2012-07-25 15:20:22 +02:00
Harald Hoyer
13f77e9fd5
add documentation for systemd services in the initramfs
2012-07-23 11:29:20 +02:00