diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-23 21:05:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-23 21:05:20 +0000 |
commit | 6aec1d72c2160220e6cab0b46e6f7b3b1e1f7c4d (patch) | |
tree | 8b3f103d9fa0241664881ae8148657e398948155 /package/base-files/files/lib/upgrade/common.sh | |
parent | 1e1c0a5405372075a9cccad7c6811139257f0a68 (diff) | |
download | upstream-6aec1d72c2160220e6cab0b46e6f7b3b1e1f7c4d.tar.gz upstream-6aec1d72c2160220e6cab0b46e6f7b3b1e1f7c4d.tar.bz2 upstream-6aec1d72c2160220e6cab0b46e6f7b3b1e1f7c4d.zip |
package/base-files: copy /lib/functions.sh to the ramfs on sysupgrade
SVN-Revision: 31842
Diffstat (limited to 'package/base-files/files/lib/upgrade/common.sh')
-rw-r--r-- | package/base-files/files/lib/upgrade/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index e97958bf9b..8f19d3e86e 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -58,7 +58,7 @@ run_ramfs() { # <command> [...] for file in $RAMFS_COPY_BIN; do install_bin $file done - install_file /etc/resolv.conf /etc/functions.sh /lib/upgrade/*.sh $RAMFS_COPY_DATA + install_file /etc/resolv.conf /etc/functions.sh /lib/functions.sh /lib/upgrade/*.sh $RAMFS_COPY_DATA pivot $RAM_ROOT /mnt || { echo "Failed to switch over to ramfs. Please reboot." |