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
Sebastian Pipping
9e947f4416
Add error detection to 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
Richard Yao
bf7a344cea
Fix README to list dependency introduced by 1079122ea0
13 years ago
Sebastian Pipping
a7fbf76f7b
Make sure the previous move of cd commands cannot result in unexpected regressions
13 years ago
Richard Yao
69009cb747
Reorder mdev initialization to mimic udev boot
13 years ago
Richard Yao
f5f3d6fa87
Enable real_root=ZFS to permit booting off ZFS
13 years ago
Richard Yao
391a9b9969
Move ZFS binary check outside of commandline loop
13 years ago
Sebastian Pipping
72d3994e6a
Merge branch 'keymaps'
...
Acked-by: Rick Farina <sidhayn@gmail.com>
13 years ago
Sebastian Pipping
b828136a1a
Extend change log
13 years ago
Sebastian Pipping
4d8287c3d0
Add keymap "sf", i.e. Switzerland (French) from Pentoo
13 years ago
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