- Timestamp:
- Jul 23, 2006, 6:11:45 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 846f220
- Parents:
- 7e8539c
- File:
-
- 1 edited
-
package/base-files/default/bin/firstboot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/default/bin/firstboot
r7e8539c r95de009 11 11 cd $2 12 12 find . -xdev -type d 13 echo "./dev ./jffs ./mnt ./proc ./tmp ./sys"13 echo "./dev ./jffs ./mnt ./proc ./tmp" 14 14 # xdev skips mounted directories 15 15 cd $1 … … 38 38 mount -o move $2/dev /dev 39 39 mount -o move $2/tmp /tmp 40 mount -o move $2/sys /sys41 40 return 0 42 41 }
Note:
See TracChangeset
for help on using the changeset viewer.
