| Code Sample |
| source /etc/init.d/dsl-functions SOURCE_DIR=/opt/`getbasefile "$1"` TMP_DIR="$SOURCE-temp" mydsl-load "$1" sudo cp -Rp "$SOURCE_DIR" "$TMP_DIR" mydsl-load "$1" sudo mv "$TMP_DIR" "$SOURCE_DIR" mydsl-load "$SOURCE_DIR/user.tar.gz" |
| Quote |
| Is it possible to mount a UCI to a mount point other than the one that mydsl-load will use automatically? That would help to make copying the files to HD install a 2-step process. |
| Quote |
| I run P2-300 laptops with low RAM as thin-clients so I think this type of install is the best way to leverage my hardware. |