[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to specify filenames containing spaces in kernel parameters?
From: |
JM Doule |
Subject: |
How to specify filenames containing spaces in kernel parameters? |
Date: |
Sun, 29 Nov 2015 00:49:26 -0500 |
How can a filename that contains spaces be specified in a kernel
parameter?
Given a filename such as "key1", a line could be written in Arch:
GRUB_CMDLINE_LINUX="cryptdevice=UUID=<uuid>:<vgname> ...
cryptkey=/dev/disk/by-uuid/<uuid>:<fstype>:/key1"
But if the filename were "crypt key1" instead, how should the line be
written?
- How to specify filenames containing spaces in kernel parameters?,
JM Doule <=