Patch for Bug #227013 - /boot not mounted
[moblin-image-creator.eeepc.git] / platforms / mccaslin-lpia-ubuntu-hardy-ppa / initramfs / initramfs.conf
blobb0d1dc018c767b1e786c3cd8ae1d2688843d55e0
2 # initramfs.conf
3 # Configuration file for mkinitramfs(8). See initramfs.conf(5).
7 # MODULES: [ most | netboot | dep | list ]
9 # most - Add all framebuffer, acpi, filesystem, and harddrive drivers.
11 # dep - Try and guess which modules to load.
13 # netboot - Add the base modules, network modules, but skip block devices.
15 # list - Only include modules from the 'additional modules' list
18 MODULES=most
20 # BUSYBOX: [ y | n ]
22 # Use busybox if available.
25 BUSYBOX=y
28 # NFS Section of the config.
32 # BOOT: [ local | nfs ]
34 # local - Boot off of local media (harddrive, USB stick).
36 # nfs - Boot using an NFS drive as the root of the drive.
39 BOOT=local
42 # DEVICE: ...
44 # Specify the network interface, like eth0
47 DEVICE=eth0
50 # NFSROOT: [ auto | HOST:MOUNT ]
53 NFSROOT=auto