]> git.plutz.net Git - bootimage/blob - config_elok/etc/initramfs-tools/initramfs.conf
elok config overlay
[bootimage] / config_elok / etc / initramfs-tools / initramfs.conf
1 #
2 # initramfs.conf
3 # Configuration file for mkinitramfs(8). See initramfs.conf(5).
4 #
5 # Note that configuration options from this file can be overridden
6 # by config files in the /etc/initramfs-tools/conf.d directory.
7
8 #
9 # MODULES: [ most | netboot | dep | list ]
10 #
11 # most - Add most filesystem and all harddrive drivers.
12 #
13 # dep - Try and guess which modules to load.
14 #
15 # netboot - Add the base modules, network modules, but skip block devices.
16 #
17 # list - Only include modules from the 'additional modules' list
18 #
19
20 MODULES=netboot
21
22 #
23 # BUSYBOX: [ y | n | auto ]
24 #
25 # Use busybox shell and utilities.  If set to n, klibc utilities will be used.
26 # If set to auto (or unset), busybox will be used if installed and klibc will
27 # be used otherwise.
28 #
29
30 BUSYBOX=y
31
32 #
33 # KEYMAP: [ y | n ]
34 #
35 # Load a keymap during the initramfs stage.
36 #
37
38 KEYMAP=n
39
40 #
41 # COMPRESS: [ gzip | bzip2 | lzma | lzop | xz ]
42 #
43
44 COMPRESS=xz
45
46 #
47 # NFS Section of the config.
48 #
49
50 #
51 # DEVICE: ...
52 #
53 # Specify a specific network interface, like eth0
54 # Overridden by optional ip= bootarg
55 #
56
57 DEVICE=
58
59 #
60 # NFSROOT: [ auto | HOST:MOUNT ]
61 #
62
63 NFSROOT=auto
64