Sebastian Pipping
4a88be842d
Fix keymap permissions (no need to be executable)
13 years ago
Sebastian Pipping
c6c9f30607
Remove keymap trq/38 as it contains C sources of test(1) rather than a keymap at the moment
13 years ago
Sebastian Pipping
a3cc35f063
Untar keymaps
13 years ago
Sebastian Pipping
31a4d5f2e1
Bump version to 3.4.29
13 years ago
Sebastian Pipping
7b0a7999be
Merge branch 'bug-388437'
13 years ago
Sebastian Pipping
970824ef5d
Mention Tomasz Wasiak in change log
13 years ago
Sebastian Pipping
ae9d882a3e
/etc/defaults/grub -> /etc/default/grub
13 years ago
Sebastian Pipping
89ec359dbc
grub-mkconfig -> grub2-mkconfig
13 years ago
Sebastian Pipping
175270768e
Reduce code duplication in set_bootloader_grub
13 years ago
Mike Auty
fd1f01f299
Support for Grub 2
13 years ago
Sebastian Pipping
39f67002d5
Merge branch 'bug-411197'
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
10a2bde198
Refactor code selecting best available initrd compression
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
b7efd3d658
Be more helpful when requested compression is not available
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
62b39fafd6
Merge branch 'bug-410073'
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
0574d35f37
Merge branch 'bug-409277'
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
acbc7becc6
Merge branch 'bug-405495'
13 years ago
Sebastian Pipping
506a94ab26
Load crypto modules automatically
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
3ca4d17874
Message cosmetics
13 years ago
Sebastian Pipping
0584c96ca6
Extract function do_rundebugshell
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
6487f2ee5f
Verbump for enabling /usr mounting code.
13 years ago
Robin H. Johnson
277259282e
Enable live mounting of /usr. Was supposed to have been in 3.4.25.
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
Robin H. Johnson
8e800df298
More UTILS_CROSS_COMPILE prefix on strip calls.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
51ec555f6d
modules_load: include more DM and MD modules for other RAID/LVM configurations.
...
X-Gentoo-Bug: 401583
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=401583
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
bd693b8db3
Bug #265005 : ensure CROSS_COMPILE is set for cross-compile strip calls to work.
13 years ago
Robin H. Johnson
e293983850
Bug #398467 : Update dmraid. Also add other patches from Portage tree.
13 years ago
Robin H. Johnson
45e8dbfa0e
device-mapper "update". It was merged into LVM2-2.02.67 upstream in 2010. Bug #398467 is wrong for the device-mapper update.
13 years ago
Robin H. Johnson
1077359d86
linuxrc /usr mounting
...
Dogfooding of the /usr mount code with the matching OpenRC change to
make the mounts RW revealed some bugs and gotchas in our prior code, now
fixed and verified to work.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago
Robin H. Johnson
5eeadc8d26
Ensure default for new initramfs compression is used.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
13 years ago