I am confused about which is the proper formatting to use within mkinitcpio.conf ... I have noticed sometimes double quotes are used and other times parentheses to close off the users desired hooks, modules, etc. settings.
Example:
HOOKS="base udev autodetect block filesystems"
HOOKS=(base udev autodetect block filesystems)
So which format is the right one to use?