From 984cbd4eb023001668eea530e2b5ed2e57ba3693 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Tue, 4 Aug 2009 18:23:02 -0400 Subject: Defining PRESETS as a bash array is no longer supported. PRESETS should be defined as a string in all mkinitcpio preset files for compatibility with dash. Signed-off-by: Loui Chang Signed-off-by: Aaron Griffin --- mkinitcpio.d/example.preset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkinitcpio.d') diff --git a/mkinitcpio.d/example.preset b/mkinitcpio.d/example.preset index 3fb32f1..9b9b32e 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 -- cgit v1.2.3-24-g4f1b