From 9a0eb1ef4e287ea1fb8c5f0d0f33fa278aa7f31b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 3 Aug 2020 14:05:34 +0200 Subject: configure: move to vyos-1x --- templates/configure/node.def | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 templates/configure/node.def (limited to 'templates') diff --git a/templates/configure/node.def b/templates/configure/node.def deleted file mode 100644 index 2e104c3..0000000 --- a/templates/configure/node.def +++ /dev/null @@ -1,17 +0,0 @@ -help: Enter configure mode -run: if [ `id -u` == 0 ]; then - echo "You are attempting to enter configuration mode as root." - echo "It may have unintended consequences and render your system" - echo "unusable until restart." - echo "Please do it as an administrator level VyOS user instead." - else - if grep -q -e '^overlay.*/filesystem.squashfs' /proc/mounts; then - echo "WARNING: You are currently configuring a live-ISO environment, changes will not persist until installed" - fi - history -w - export _OFR_CONFIGURE=ok - newgrp vyattacfg - unset _OFR_CONFIGURE - _vyatta_op_do_key_bindings - history -r - fi -- cgit v1.2.3