From 92f6f66814c0d9e9a82048ac99cf50d839678dc3 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Sun, 21 Nov 2010 07:59:04 -0800 Subject: Bugfix 6457: Don't ask the question if you're not going to like the answer. --- scripts/install/install-get-partition | 34 +++++++++++----------------------- scripts/install/install-image | 22 ++++++++++++---------- 2 files changed, 23 insertions(+), 33 deletions(-) diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index 8b4bd406..50ba7505 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -885,9 +885,10 @@ unmount () { turnoffswap while true; do - # check if we are in a live CD boot + if ! is_live_cd_boot; then - # running installed system. check boot drive/partition. + # We're running on an installed system, so we don't have to find + # a partition to install onto if is_union_install; then # this is a union install ROOT_PARTITION_TYPE=union @@ -895,27 +896,9 @@ while true; do # this is an old, non-union install ROOT_PARTITION_TYPE=old fi - while [ -z "$response" ]; do - cat < Date: Sun, 21 Nov 2010 08:00:57 -0800 Subject: 0.19.2 --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5448cc12..e44f37e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +vyatta-cfg-system (0.19.2) unstable; urgency=low + + [ Bob Gilligan ] + * Bugfix 6457: Don't ask the question if you're not going to like the + answer. + + [ Stephen Hemminger ] + * Don't allow zero for VRRP priority or VRID + * Bonding should have same VRRP rules as Ethernet + * typo in tunnel cleanup + + [ Bob Gilligan ] + + -- Bob Gilligan Sun, 21 Nov 2010 08:00:56 -0800 + vyatta-cfg-system (0.19.1) unstable; urgency=low * Cleanup tunnel slave device on last delete -- cgit v1.2.3