diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | etc/default/vyatta-load-boot | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bb03768..41dbdb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,6 +77,7 @@ share_perl5_DATA += lib/Vyatta/Zone.pm enum_SCRIPTS = scripts/enumeration/existing-interfaces default_DATA = etc/default/vyatta-cfg +default_DATA += etc/default/vyatta-load-boot cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd diff --git a/etc/default/vyatta-load-boot b/etc/default/vyatta-load-boot new file mode 100644 index 0000000..bffeef6 --- /dev/null +++ b/etc/default/vyatta-load-boot @@ -0,0 +1 @@ +export BOOT=yes |