diff options
| author | Robert Bays <rbays@lenny.vyatta.com> | 2007-12-21 15:03:01 -0800 | 
|---|---|---|
| committer | Robert Bays <rbays@lenny.vyatta.com> | 2007-12-21 15:03:01 -0800 | 
| commit | cf3cabae0a7b8b4900687f2bcad927180abace4d (patch) | |
| tree | 0e1dbb619751d69bd6bea609e173c4f3cc5e200b | |
| parent | f5825957351be211801d03ad0f0786c6adc4cac6 (diff) | |
| download | vyatta-cfg-system-cf3cabae0a7b8b4900687f2bcad927180abace4d.tar.gz vyatta-cfg-system-cf3cabae0a7b8b4900687f2bcad927180abace4d.zip | |
remove umount on config partition
| -rwxr-xr-x | scripts/install-system.in | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/scripts/install-system.in b/scripts/install-system.in index 5c3a6902..e626a383 100755 --- a/scripts/install-system.in +++ b/scripts/install-system.in @@ -851,7 +851,6 @@ install_grub  cp $INSTALL_LOG $rootfsdir/install.log -umount $rootfsdir$ofrconfdir  umount $rootfsdir  echo "Done!" | 
