diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-08-28 23:17:41 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-08-28 23:21:05 +0200 |
commit | af449651736ce6674912ee31291265c8082b0d85 (patch) | |
tree | fdbb70ee50d98879c3866ff1c8234e76a790fcad /data/live-build-config | |
parent | ac391c82d1f0c8d380e31386472c5aec563d9e56 (diff) | |
download | vyos-build-af449651736ce6674912ee31291265c8082b0d85.tar.gz vyos-build-af449651736ce6674912ee31291265c8082b0d85.zip |
Cleanup isolinux boot menu
Remove the following nodes in isolinux boot menu:
* Install (nothing happens)
* Graphical Install (nothing happens)
* Advanced option
* HDT (file not found error)
* memtest86+ (nothing happens)
Users simply just want to install VyOS.
If memtest is required, someone can simply just spin up a Debian/Ubuntu ISO.
Diffstat (limited to 'data/live-build-config')
-rw-r--r-- | data/live-build-config/includes.binary/isolinux/menu.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/live-build-config/includes.binary/isolinux/menu.cfg b/data/live-build-config/includes.binary/isolinux/menu.cfg new file mode 100644 index 00000000..3080bfe0 --- /dev/null +++ b/data/live-build-config/includes.binary/isolinux/menu.cfg @@ -0,0 +1,8 @@ +menu hshift 0 +menu width 82 + +menu title Boot menu +include stdmenu.cfg +include live.cfg + +menu clear |