summaryrefslogtreecommitdiffstats
path: root/install/base
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2011-06-27 10:18:41 +0200
committerThomas Bächler <thomas@archlinux.org>2011-06-27 10:18:41 +0200
commita5eb24e544576b23e842874f510c2a7811e95ea3 (patch)
tree6aa89315786f91eb86292a95ae1c1408027b0a4a /install/base
parentec8151237b99dc28a6efd155c571d9204cb436c5 (diff)
parentf09aff2cec29806356b800e1c13b711668b1fc26 (diff)
downloadmkinitcpio-a5eb24e544576b23e842874f510c2a7811e95ea3.tar.gz
mkinitcpio-a5eb24e544576b23e842874f510c2a7811e95ea3.tar.xz
Merge branch 'working'
Diffstat (limited to 'install/base')
-rw-r--r--install/base4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/base b/install/base
index d5fcef7..446167c 100644
--- a/install/base
+++ b/install/base
@@ -11,8 +11,10 @@ build() {
add_file "/lib/initcpio/init_functions" "/init_functions"
add_file "/lib/initcpio/init" "/init"
- add_file "$CONFIG" "/config"
add_file "/etc/modprobe.d/usb-load-ehci-first.conf"
+
+ # private API call is required here
+ _add_file "/config" "$CONFIG" 644
}
help() {