diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-05-21 11:48:25 -0400 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-05-21 11:48:25 -0400 |
commit | b66cc78521db17628efa3dd27766527816c170cc (patch) | |
tree | 097df409c31a6a9b04484701d65a551df8dcd810 /scripts/install/install-postinst-new | |
parent | b4be922411d61216aca52202ec3ee432551a4f89 (diff) | |
download | vyatta-cfg-system-b66cc78521db17628efa3dd27766527816c170cc.tar.gz vyatta-cfg-system-b66cc78521db17628efa3dd27766527816c170cc.zip |
T69 Remove floppy device settings
Diffstat (limited to 'scripts/install/install-postinst-new')
-rwxr-xr-x | scripts/install/install-postinst-new | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index 2a3bcde9..f6c6e956 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -51,15 +51,6 @@ copy_config () { config=${VYATTA_NEW_CFG_DIR}/config.boot fi - # Second candidate: The config file on floppy, if one exists. - if [ -f "${FD_CFG_DIR}/config.boot" ]; then - if [ -z "$config" ]; then - config="${FD_CFG_DIR}/config.boot" - else - config="$config ${FD_CFG_DIR}/config.boot" - fi - fi - # Third candidate: The default config file DEF_CONF=$vyatta_sysconfdir/config.boot.default if [ -f $DEF_CONF ]; then |