initial commit
This commit is contained in:
commit
429a176559
59 changed files with 4097 additions and 0 deletions
content/2013/11/04
5
content/2013/11/04/_index.md
Normal file
5
content/2013/11/04/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
transparent = true
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
18
content/2013/11/04/dracut-kernel-command-line.md
Normal file
18
content/2013/11/04/dracut-kernel-command-line.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
+++
|
||||
title = "dracut - kernel command line"
|
||||
date = 2013-11-04T18:36:27+00:00
|
||||
+++
|
||||
To quickly find out, what dracut wants as the kernel command for your current disk setup,
|
||||
fire up:
|
||||
```console
|
||||
# dracut --print-cmdline
|
||||
```
|
||||
<!-- more -->
|
||||
|
||||
It will output something like:
|
||||
```bash
|
||||
root=UUID=8b8b6f91-95c7-4da2-831b-171e12179081
|
||||
rootflags=rw,relatime,discard,data=ordered
|
||||
rootfstype=ext4
|
||||
```
|
||||
This works for version 032 and newer.
|
Loading…
Add table
Add a link
Reference in a new issue