diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-08-05 19:44:06 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-09-01 19:08:39 +0200 |
commit | 4880c78a34585eec5af33385789c787a20f6902c (patch) | |
tree | d59867877fec6573d68842a7881c01b9050f9853 /mkinitcpio.d | |
parent | 6ff43570127b30cc4b3765ac5bd7e0274d4e4fd5 (diff) | |
download | mkinitcpio-4880c78a34585eec5af33385789c787a20f6902c.tar.gz mkinitcpio-4880c78a34585eec5af33385789c787a20f6902c.tar.xz |
Replace all occurances of 'source' with a dot for dash compatibility.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
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 9ad53a3..3fb32f1 100644 --- a/mkinitcpio.d/example.preset +++ b/mkinitcpio.d/example.preset @@ -6,7 +6,7 @@ PRESETS=('default' 'fallback') # ALL_kver is used if presetname_kver is not set # note for distribution kernels: this should be in a separate file # and read like this: -# source /etc/mkinitcpio.d/exmaple.kver +# . /etc/mkinitcpio.d/exmaple.kver ALL_kver='2.6.24-ARCH' ALL_config='/etc/mkinitcpio.conf' |