Harald Hoyer
1dc360790d
Makefile: add -Wformat to CFLAGS
...
-Werror=format-security seems to be ignored without -Wformat
Thanks @ Christoph Brill
10 years ago
Harald Hoyer
246d285561
Makefile: removed dangling space
10 years ago
Harald Hoyer
e81836f328
Makefile: add more warnings to CFLAGS
11 years ago
Harald Hoyer
4f03054e54
dracut-shutdown now executes the unpacking on ExecStop
...
To ensure that unpacking happens before any boot.automount is stopped,
let dracut-shutdown start as a sysinit.target service and unpack on
ExecStop.
11 years ago
Harald Hoyer
99128f2b64
Makefile:rpm: wget the lgpl license for Source1
11 years ago
Harald Hoyer
899f5962ac
Makefile: add debugtestimage and debughostimage targets
11 years ago
Harald Hoyer
855a549660
Makefile: make dracut.html.sign depend on dracut.html
11 years ago
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.
11 years ago
Harald Hoyer
5db9c5c1d9
change dracut tarball compression to xz
11 years ago
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.
11 years ago
Hannes Reinecke
463e13fe81
mkinitrd-suse.8.asc: Add manpage for SUSE compat mkinitrd
...
Signed-off-by: Hannes Reinecke <hare@suse.de>
11 years ago
Harald Hoyer
b6c8976811
Doc: cleanup, extend and split and reuse
12 years ago
Harald Hoyer
d97d130da9
Makefile: create hostonly test image without debug
12 years ago
Harald Hoyer
bae44febb5
add dracut.css for dracut.html
12 years ago
Harald Hoyer
919a7c4d6e
Makefile: do syncheck before creating the archive or rpm
12 years ago
Harald Hoyer
32bd2fbb4c
use "rm --" to guard against filenames beginning with "-"
12 years ago
Harald Hoyer
85b458d90d
Makefile: source dracut-version.sh and correct dist tarball
12 years ago
Harald Hoyer
268ae2841b
Makefile: pipe git describe errors to /dev/null
12 years ago
Harald Hoyer
638cad7c97
add dracut-shutdown.service.8.asc manpage
12 years ago
Harald Hoyer
0fbb79d54f
move dracut-shutdown.service to modules.d/98systemd
12 years ago
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
12 years ago
Harald Hoyer
373efa4427
systemd: make unit files symlinks
12 years ago
Harald Hoyer
41b0e41a09
Makefile: report syntax check files for V=1
12 years ago
Harald Hoyer
fd28794bbc
TEST-99-RPM: generate rpms and exclude /boot loader entries
12 years ago
Harald Hoyer
9268366cad
Makefile: remove dracut-version.sh on clean
12 years ago
Harald Hoyer
7dbca9be86
lsinitrd: add bash completion
12 years ago
Harald Hoyer
26ab7b07a6
Makefile: fixup tarball Makefile
12 years ago
Harald Hoyer
5f8cd1a4be
Makefile,git2spec.pl: use "git describe"
12 years ago
Harald Hoyer
75369f8ba0
version 027
12 years ago
Harald Hoyer
cbd69dc6ff
install dracut-*.service units
12 years ago
Harald Hoyer
a1ebd77179
add dracut.bootup.7 man page
12 years ago
Harald Hoyer
a3a8f58d73
Makefile: use -D_FILE_OFFSET_BITS=64 to build dracut-install
12 years ago
Harald Hoyer
917f3e4d25
add dracut-bash-completion.sh
12 years ago
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.
12 years ago
Harald Hoyer
19d69051a3
NEWS: dracut-026
12 years ago
Harald Hoyer
9dd9d81fc6
add 50-dracut.install
12 years ago
Harald Hoyer
59afbd8e73
add missing systemd service man pages
12 years ago
Harald Hoyer
dbfaae0e34
systemd: changes for new initrd services
...
Requires systemd >= 198
12 years ago
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.
12 years ago
Harald Hoyer
e5786ed1b7
version 025
12 years ago
Harald Hoyer
f046336c44
version 024
13 years ago
Harald Hoyer
e1cb85802b
Makefile: cleanup xml files
13 years ago
Harald Hoyer
3e6dad37c4
Makefile: use fedora css for documentation
13 years ago
Harald Hoyer
3b9669cff4
Makefile: fix css style for dracut.html
13 years ago
Harald Hoyer
308015bc4d
Makefile: revert documentation logic
13 years ago
Colin Walters
2692a42231
build: Add --disable-documentation option
...
Some operating system builders may not want to build documention, for
example during a bootstrapping process.
13 years ago
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.
13 years ago
Harald Hoyer
6af5a4accf
version 023
13 years ago
Harald Hoyer
1f524c4544
Prevent testsuite runs from non-root users.
13 years ago
Amadeusz Żołnowski
c9baff669d
Makefile: add dependencies for dracut-install (generated with gcc -MM)
13 years ago