Sebastian Pipping
37bfac0bd9
Extend change log
13 years ago
Sebastian Pipping
d78b12f5b5
Bump version to 3.4.35
13 years ago
Sebastian Pipping
143052516e
Support busybox 1.20.1 (bug #419511 )
13 years ago
Sebastian Pipping
ffb7dfd095
Bump version to 3.4.34
13 years ago
Sebastian Pipping
a4438ec946
Merge branch 'bug-418463'
...
Conflicts:
ChangeLog
13 years ago
Sebastian Pipping
21b2c4aab3
Make sure that cbc.ko and aes*.ko needed for cbc-essiv:sha256 (=default) disk encryption are included with the initramfs (bug #416973 )
13 years ago
Sebastian Pipping
aed52e8382
Support bind mounts from /etc/initramfs.mounts (bug #418463 )
13 years ago
Sebastian Pipping
b65dae0787
Fix an e2fsprogs compilation leftover (bug #417095 )
13 years ago
Sebastian Pipping
6a387ce36c
Bump to 3.4.33.1
13 years ago
Sebastian Pipping
0fa71ef46c
Fix call to blkid of util-linux
13 years ago
Sebastian Pipping
5dd0774651
Bump version to 3.4.33
13 years ago
Sebastian Pipping
5153192ca2
Use blkid from system's util-linux rather than compiling e2fsprogs ourselves
13 years ago
Sebastian Pipping
efea5aab66
Bump version to 3.4.32
13 years ago
Sebastian Pipping
9743f8b39c
Stop removing lvm/dmsetup from the initramfs (bug #415697 )
13 years ago
Sebastian Pipping
b476a988ea
Set CONFIG_DEVTMPFS=y on x86, x86_64, default for udev
13 years ago
Sebastian Pipping
9a426b1ae4
Bump version to 3.4.31
13 years ago
Robin H. Johnson
b2caeadca2
lddtree call must be outside the for loop.
13 years ago
Robin H. Johnson
27bbadb6bc
Fix date on some changelog items.
13 years ago
Robin H. Johnson
33f49ec6ee
gen_initramfs: Use CC0 instead of public domain for copy_binaries to cover French jurisdiction concerns.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Sebastian Pipping
f1e3cd9290
Merge branch 'cryptsetup'
...
Conflicts:
ChangeLog
13 years ago
Sebastian Pipping
08b7a08752
Bump version to 3.4.30
13 years ago
Sebastian Pipping
23ef506351
Support a non-static cryptsetup binary (bug #409277 )
...
.. by making use of copy_binaries
13 years ago
Robin H. Johnson
2828226b6f
gen_initramfs: Release the copy_binaries function as public domain.
...
The copy_binaries function is explicitly released into the public domain to
encourage wide adoption and re-use.
This is to enable use in some cases of BSD and other licensing, and
specifically avoiding the need to be party to any contributor agreements.
Additionally, the code could be considered of trivial length in some regions.
Written by:
- Robin H. Johnson <robbat2@gentoo.org> (complete rewrite)
- Richard Yao <ryao@cs.stonybrook.edu> (original concept)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
9f36ecc125
Handle other possible paths for LVM.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Sebastian Pipping
b828136a1a
Extend change log
13 years ago
Sebastian Pipping
31a4d5f2e1
Bump version to 3.4.29
13 years ago
Sebastian Pipping
970824ef5d
Mention Tomasz Wasiak in change log
13 years ago
Mike Auty
fd1f01f299
Support for Grub 2
13 years ago
Sebastian Pipping
14a930ba44
Extend change log
13 years ago
Sebastian Pipping
66e5a24704
Add "fastest" to supported initrd compressions
13 years ago
Sebastian Pipping
0da4543b8a
Support comression "lzop" (not just "lzo") as wrongly advertised by comments in genkernel.conf before
13 years ago
Sebastian Pipping
cfca839587
Error out on unknown initrd compression, reported by Peter Gantner (bug #411197 )
13 years ago
Sebastian Pipping
c0ed5530a5
Fix initrd compression "gzip", reported by Peter Gantner (bug #411197 )
13 years ago
Sebastian Pipping
77d997744d
Bump version to 3.4.28
13 years ago
Sebastian Pipping
8071dca456
Merge branch 'fix-docache'
...
Conflicts:
ChangeLog
13 years ago
Sebastian Pipping
23a40aeb0e
Restore original /dev/tty after GPG (bug #410073 )
13 years ago
Sebastian Pipping
46318550cd
Bump version to 3.4.27
13 years ago
Sebastian Pipping
7ee9306c7d
Fail hard on LUKS inclusion error (bug #409277 ), advise about sys-fs/cryptsetup[static], drop support for cryptsetup binary from /bin/
13 years ago
Sebastian Pipping
5a7bc18180
Make errors stand out more
13 years ago
Sebastian Pipping
d6187d303a
Bump version to 3.4.26
13 years ago
Sebastian Pipping
8ac8de6055
Fix docache (bug #397309 )
13 years ago
Sebastian Pipping
4ed04331a5
Drop into debug shell when squashfs could not be mounted
13 years ago
Sebastian Pipping
a13f9efd37
Drop into debug shell when files could not be copied into tmpfs
13 years ago
Sebastian Pipping
adefd0fccc
Improve handling of missing /etc/fstab
13 years ago
Sebastian Pipping
38205c74b4
No longer use parameter "-r" (for regex intervals) that busybox awk does not support
...
Error was:
awk: invalid option -- r
Note: regex intervals are supported by default so we can just omit "-r" here
13 years ago
Robin H. Johnson
b1ae7fa765
Bump version for release.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
4a3e1ff1cf
Merge remote-tracking branch 'origin/bug-405495'
...
Conflicts:
ChangeLog
arch/x86_64/modules_load
13 years ago
Sebastian Pipping
1159b4c2f6
Make sure the sha256 module makes it into the initramfs (bug #405495 )
13 years ago
Robin H. Johnson
995635a2c7
With the new /usr mounting, if the device path that ends up in /proc/mounts ends up being different than in /etc/fstab due to symlinks, mount -a will always exit 32. Avoid by resolving symlinks like util-linux does.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
265363f79d
Fix dmraid building with LVM/device-mapper
...
dmraid is entirely broken if you try to use the system static
LVM/device-mapper. Instead, always build our own LVM2 for the initramfs,
using DESTDIR for cleaner install. Dead code paths for old LVM2 build
not removed yet until more users have tested.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago