-
Notifications
You must be signed in to change notification settings - Fork 23
/
README
47 lines (37 loc) · 1.51 KB
/
README
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Bliss Initramfs Creator - v6.1.4
Jonathan Vasquez <[email protected]>
Designed for Gentoo Linux
Licensed under the Simplified BSD License which can be found in the LICENSE file.
This script generates an initramfs image with all the included files and
dependencies needed to mount your filesystem.
Please have the following installed:
- Linux Kernel
ZLIB_INFLATE/ZLIB_DEFLATE can be compiled as a module but must be declared
in the 'mods' variable in pkg/hooks/addon.py (Used for ZFS)
General setup --->
> [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support
> () Initramfs source file(s)
Device Drivers --->
> Generic Driver Options --->
>> [*] Maintain a devtmpfs filesystem to mount at /dev
>> [*] Automount devtmpfs at /dev, after the kernel mounted the rootfs
[*] Multiple devices driver support (RAID and LVM) --->
<*> Device mapper support
<*> Crypt target support
Cryptographic API --->
<*> XTS support
-*- AES cipher algorithms
* All other drivers required to see your PATA/SATA drives (or USB devices)
need to be compiled in or you can compile them as a module and declare
them in the 'mods' variable in pkg/hooks/addon.py.
- dev-lang/python 3.3 or greater
-
- app-arch/cpio
- app-shells/bash
- sys-apps/kmod
- sys-apps/grep
- sys-fs/udev OR sys-fs/eudev OR sys-apps/systemd (UUIDs, Labels, etc)
- sys-fs/zfs (ZFS support)
- sys-fs/cryptsetup (LUKS support)
- app-crypt/gnupg (LUKS support)
For more information/instructions check the USAGE file.