diff options
Diffstat (limited to 'mkinitcpio.d')
-rw-r--r-- | mkinitcpio.d/example.preset | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio.d/example.preset b/mkinitcpio.d/example.preset index 9b9b32e..3fb32f1 100644 --- a/mkinitcpio.d/example.preset +++ b/mkinitcpio.d/example.preset @@ -1,7 +1,7 @@ # Example mkinitcpio preset file # preset names -PRESETS="default fallback" +PRESETS=('default' 'fallback') # ALL_kver is used if presetname_kver is not set # note for distribution kernels: this should be in a separate file |