diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-03 11:41:11 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-03 11:41:11 -0800 |
commit | 7ddf1483932cc6df8c97bd4e209ea044afd7c46d (patch) | |
tree | 1b3eba2021936d87826a2a9e66476fd293078455 | |
parent | f89daedbc9af721db6e4d34bde0019229423f046 (diff) | |
parent | 1afe03a24174a82d231adc7b5331a69c88699808 (diff) | |
download | vyatta-cfg-quagga-7ddf1483932cc6df8c97bd4e209ea044afd7c46d.tar.gz vyatta-cfg-quagga-7ddf1483932cc6df8c97bd4e209ea044afd7c46d.zip |
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner
-rwxr-xr-x | scripts/install-system | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/install-system b/scripts/install-system index e8f469c8..6dd7f360 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -50,7 +50,7 @@ rootfsdir=/mnt/rootfs # UNION=false # install log file name -INSTALL_LOG="install.log" +INSTALL_LOG=/tmp/install-$$.log # root partition minimum size in MB ROOT_MIN=500 # the base install drive e.g. sda @@ -1244,15 +1244,6 @@ progress_indicator () { ##### Main ## -# clean up existing log files -if [ -f $INSTALL_LOG.old ]; then - rm -f $INSTALL_LOG.old -fi -if [ -f $INSTALL_LOG ]; then - mv $INSTALL_LOG $INSTALL_LOG.old - rm -f $INSTALL_LOG -fi - # turn off any mounted swap files turnoffswap |