projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup MTD option handling
[openwrt.git]
/
package
/
base-files
/
files
/
bin
/
firstboot
diff --git
a/package/base-files/files/bin/firstboot
b/package/base-files/files/bin/firstboot
index
ad87f74
..
8453b30
100755
(executable)
--- a/
package/base-files/files/bin/firstboot
+++ b/
package/base-files/files/bin/firstboot
@@
-1,5
+1,4
@@
#!/bin/sh
#!/bin/sh
-# $Id: firstboot 5544 2006-11-17 03:07:10Z nbd $
. /etc/functions.sh
partname="rootfs_data"
. /etc/functions.sh
partname="rootfs_data"
@@
-25,7
+24,7
@@
dupe() { # <new_root> <old_root>
case "$file" in
./rom/note) ;; #nothing
./etc/config*|\
case "$file" in
./rom/note) ;; #nothing
./etc/config*|\
- ./usr/lib/
i
pkg/info/*) cp -af $2/$file $file;;
+ ./usr/lib/
o
pkg/info/*) cp -af $2/$file $file;;
*) ln -sf /rom/${file#./*} $file;;
esac
done
*) ln -sf /rom/${file#./*} $file;;
esac
done
This page took
0.03585 seconds
and
4
git commands to generate.