forked from tokiclover/mkinitramfs-ll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUGS
28 lines (26 loc) · 978 Bytes
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Header: mkinitramfs-ll/BUGS, 2014/10/10
---
rescue shell (rsh):
Sometimes exit-ing in a rescue shell does not work, init will be stuck in
place. In this case *do not* exit a second or a kernel panic await. It's
better to unmount everything, close dm-crypt cyphertext and reboot.
---
/etc/mdev.conf:
uid:gid should be use instead of user:group, or else, expect failure.
---
/etc/mtab:
this file should be readable, or else a `/mtab' whould be created.
---
die (helper):
die() does not work properly in a script/module (rsh is ignored all together).
So helper alternative (in LIBDIR/helpers) is available that will properly exit.
___
squashdir-mount.initd:
this init service cannot manage mounting in time with newer >=udev-182, so
some depend() hacks were added, still system directories should listed first
especially `usr'.
___
echo:
echo-ing return values is problematic, this should be minimized or replaced
by global variables.
___