Commit Graph

243 Commits

Author SHA1 Message Date
illiliti
a468c11a30 *: refactor
Documentation will be rewritten and added later.
2021-07-31 20:20:16 +03:00
illiliti
7bfc7fe315 tinyramfs: fix copying libraries if system is multilib
tested on ubuntu
2021-07-04 15:55:28 +03:00
illiliti
e2b3cc1e1a hooks/luks: double-quote variables 2021-07-04 15:53:47 +03:00
illiliti
93a9cffaf1 hooks/luks.init: allow word-splitting to remove empty args
Fixes: #25
2021-06-24 04:16:27 +03:00
illiliti
8abfcc9052 tinyramfs: fix init* hooks not getting copied
copy_file overwrites global _dir variable which lead to skipping
copying init* hooks.
2021-05-21 22:24:08 +03:00
illiliti
81370bb5ac tinyramfs: kill command isn't actually needed 2021-05-16 02:39:18 +03:00
illiliti
a5e572c0c3 tinyramfs: fix regression in copy_binary() 2021-05-12 15:24:57 +03:00
illiliti
d7991ea80b init: do not redirect shell output to stderr 2021-05-11 13:06:58 +03:00
illiliti
19d06826f3 init: make mount options safe from word splitting 2021-05-11 13:04:02 +03:00
illiliti
f9f2dbfd40 device-helper: move /dev/disk/by- to create_symlink() 2021-05-11 12:49:29 +03:00
illiliti
c7d9f9ad76 device-helper: reduce time count 2021-05-11 12:38:51 +03:00
illiliti
7a6aaf0850 device-helper: avoid redundant blkid call 2021-05-11 12:37:45 +03:00
illiliti
cddf2ff836 docs: regenerate man pages 2021-05-10 16:13:25 +03:00
illiliti
db22e16dc9 tinyramfs: suppress output of command -v ldd 2021-05-10 16:05:36 +03:00
illiliti
e5e289284b readme: ldd is optional 2021-05-10 16:04:13 +03:00
illiliti
0b96f116dd tinyramfs: simplification and cleanup 2021-05-10 16:02:38 +03:00
illiliti
bd16dcbd77 tinyramfs: code cleanup 2021-05-10 14:42:11 +03:00
illiliti
50d18b28a5 init: make resolve_device() more readable 2021-05-10 14:40:38 +03:00
illiliti
1d8b2ca1e9 init: code cleanup 2021-05-10 14:35:34 +03:00
illiliti
654a787074 device-helper: update docs 2021-05-10 14:34:51 +03:00
illiliti
61e9112142 hooks/*: code cleanup 2021-05-10 14:30:22 +03:00
illiliti
e8858c1d34 device-helper: sleep conditionally
Call sleep in loop instead of hoping that sleep 2 is enough.
2021-05-10 11:24:59 +03:00
illiliti
91c6692e80 reame: update 2021-05-10 11:22:33 +03:00
illiliti
5d8dc4e295
Merge pull request #19 from trbednarzyk/patch-1
Fix bug in lvm hook with lvm_discard unset
2020-11-19 17:18:51 +03:00
Timothy Robert Bednarzyk
6bebe0ba50
Fix bug in lvm hook with lvm_discard unset 2020-11-18 20:54:44 -05:00
illiliti
4c554e0408 fixes #18 2020-11-11 20:22:30 +03:00
illiliti
ee6fea9a50 cleanup 2020-09-10 22:53:39 +03:00
illiliti
4f94d6e40c allow setting root option to pseudofs. fixes #16 2020-09-10 19:41:12 +03:00
illiliti
cab221b1c9 update readme 2020-09-09 13:03:55 +03:00
illiliti
baa60016e1 fix bad error checking. fixes #15 2020-09-09 12:05:51 +03:00
illiliti
36435d6773 handle case when file and dest have same basenames 2020-09-08 23:32:54 +03:00
illiliti
9ca7b1c590 explicitly set destination path 2020-09-08 22:36:20 +03:00
illiliti
55e32d6457 update docs 2020-09-08 22:34:45 +03:00
illiliti
a5c5f34a66 document kernel command-line parameters 2020-09-07 09:55:41 +03:00
illiliti
da3671d873 document resolve_device 2020-09-07 09:53:08 +03:00
illiliti
50d4103a40 minor change 2020-09-07 09:50:28 +03:00
illiliti
fbbeecf193 cleanup copy_hook 2020-09-06 16:46:46 +03:00
illiliti
0de5103945 update man page 2020-09-06 09:59:12 +03:00
illiliti
bfc17ca23a fix regression 2020-09-06 09:58:48 +03:00
illiliti
149b88625d add man page about hooks 2020-09-04 15:09:15 +03:00
illiliti
9670abfc33 update readme 2020-09-04 11:47:16 +03:00
illiliti
5732ee2750 update preamble 2020-09-04 11:42:47 +03:00
illiliti
fbb6a8c453 update man pages 2020-09-04 11:34:59 +03:00
illiliti
a801d75f4d add man page to uninstall 2020-09-04 09:14:41 +03:00
illiliti
3121156990 add make to deps 2020-09-04 09:00:59 +03:00
illiliti
0c973dce14 remove example config 2020-09-04 08:53:29 +03:00
illiliti
5c46534e22 introduce man pages 2020-09-04 08:49:45 +03:00
illiliti
bbaa32bb27 minor change 2020-09-04 08:40:42 +03:00
illiliti
dacc7d8af7 cleanup 2020-09-04 01:29:37 +03:00
illiliti
445208899a
Merge pull request #14 from TheBrainScrambler/master
Keymap hook
2020-09-01 14:16:44 +03:00