Kernel: Difference between revisions
Jump to navigation
Jump to search
Created page with "== systemd == {{Kernel|Kernel .config| <pre> General setup ---> [*] Control Group support ---> [*] Namespace cgroup subsystem [*] Freezer cgroup subsystem [*..." |
No edit summary |
||
| Line 1: | Line 1: | ||
== [[HDD|Ext4 filesystem]] == | |||
{{Kernel|Kernel .config| | |||
<pre> | |||
File systems ---> | |||
<*> The Extended 4 (ext4) filesystem | |||
[*] Use ext4 for ext2/ext3 file systems | |||
[*] Ext4 extended attributes | |||
</pre> | |||
}} | |||
== [[HDD|GPT partitions]] == | |||
{{Kernel|Kernel .config| | |||
<pre> | |||
-*- Enable the block layer ---> | |||
Partition Types ---> | |||
[*] EFI GUID Partition support | |||
</pre> | |||
}} | |||
== [[systemd]] == | == [[systemd]] == | ||
{{Kernel|Kernel .config| | {{Kernel|Kernel .config| | ||
<pre> | <pre> | ||
| Line 27: | Line 45: | ||
</pre> | </pre> | ||
}} | }} | ||
== [[udev]] == | |||
{{Kernel|Kernel .config| | |||
<pre> | |||
Device Drivers ---> | |||
Generic Driver Options ---> | |||
[*] Maintain a devtmpfs filesystem to mount at /dev | |||
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs | |||
File systems ---> | |||
Pseudo filesystems | |||
-*- Tmpfs virtual memory file system support (former shm fs) | |||
</pre> | |||
}} | |||
== [[KVM|KVM Host]] | |||
== [[KVM|KVM guest]] | |||
== [[VMware|VMware ESXi guest]] | |||
Revision as of 13:46, 4 May 2012
Ext4 filesystem
| Linux Kernel Configuration: Kernel .config |
File systems ---> <*> The Extended 4 (ext4) filesystem [*] Use ext4 for ext2/ext3 file systems [*] Ext4 extended attributes |
GPT partitions
| Linux Kernel Configuration: Kernel .config |
-*- Enable the block layer --->
Partition Types --->
[*] EFI GUID Partition support
|
systemd
| Linux Kernel Configuration: Kernel .config |
General setup ---> [*] Control Group support ---> [*] Namespace cgroup subsystem [*] Freezer cgroup subsystem [*] Device controller for cgroups [*] Simple CPU accounting cgroup subsystem [*] Group CPU scheduler ---> [*] Group scheduling for SCHED_OTHER <*> Block IO controller Device Drivers ---> Generic Driver Options ---> [*] Maintain a devtmpfs filesystem to mount at /dev [*] Automount devtmpfs at /dev, after the kernel mounted the rootfs File systems ---> [*] Filesystem wide access notification [*] fanotify permissions checking < > Kernel automounter support <*> Kernel automounter version 4 support (also supports v3) Pseudo filesystems -*- Tmpfs virtual memory file system support (former shm fs) Security options ---> [*] Enable different security models |
udev
| Linux Kernel Configuration: Kernel .config |
Device Drivers ---> Generic Driver Options ---> [*] Maintain a devtmpfs filesystem to mount at /dev [*] Automount devtmpfs at /dev, after the kernel mounted the rootfs File systems ---> Pseudo filesystems -*- Tmpfs virtual memory file system support (former shm fs) |
== KVM Host
== KVM guest