Changeset e4ba301 in freewrt for package/base-files/default/bin/firstboot
- Timestamp:
- Jul 9, 2006, 3:58:53 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5642350
- Parents:
- 141418f
- File:
-
- 1 edited
-
package/base-files/default/bin/firstboot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/default/bin/firstboot
r141418f re4ba301 50 50 } 51 51 52 fopivot() { # <rw_root> <ro_root> <dupe?> 53 root=$1 54 { 55 mount -t mini_fo -o base=/,sto=$1 $1 /mnt 2>&- && root=/mnt 56 } || { 57 [ "$3" = "1" ] && mount -o bind $1 $1 && dupe $1 $rom 58 } 59 pivot $root $2 60 } 61 62 52 63 ramoverlay() { 53 64 mkdir -p /tmp/root
Note:
See TracChangeset
for help on using the changeset viewer.
