Added initramfs configuration for automatic mode
[aula.git] / workstation / etc / initramfs-auto / initramfs.conf
blobb4c536b578ecb4b50aee54da4c32d2205199189d
2 # initramfs.conf
3 # Configuration file for mkinitramfs(8). See initramfs.conf(5).
5 # Note that configuration options from this file can be overridden
6 # by config files in the /etc/initramfs-tools/conf.d directory.
9 # MODULES: [ most | netboot | dep | list ]
11 # most - Add most filesystem and all harddrive drivers.
13 # dep - Try and guess which modules to load.
15 # netboot - Add the base modules, network modules, but skip block devices.
17 # list - Only include modules from the 'additional modules' list
20 MODULES=most
21 #MODULES=netboot
24 # BUSYBOX: [ y | n ]
26 # Use busybox if available.
29 BUSYBOX=y
32 # KEYMAP: [ y | n ]
34 # Load a keymap during the initramfs stage.
37 KEYMAP=n
40 # COMPRESS: [ gzip | bzip2 | lzma | lzop ]
43 COMPRESS=gzip
46 # NFS Section of the config.
50 # BOOT: [ local | nfs ]
52 # local - Boot off of local media (harddrive, USB stick).
54 # nfs - Boot using an NFS drive as the root of the drive.
57 BOOT=local
60 # DEVICE: ...
62 # Specify a specific network interface, like eth0
63 # Overridden by optional ip= bootarg
66 DEVICE=
69 # NFSROOT: [ auto | HOST:MOUNT ]
72 NFSROOT=auto