Age | Commit message (Collapse) | Author |
|
|
|
Instead of displaying "Boot menu", use "VyOS - Boot Menu".
|
|
|
|
|
|
|
|
Integrate splash.png which was designed for VyOS 1.2.x.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
and make security mirror configurable.
XXX: need to find out how to make --security work too.
|
|
|
|
|
|
|
|
reboot
|
|
|
|
|
|
add x86 specific packages to vyos-x86.list.chroot
|
|
|
|
|
|
packages
to the build-flavour script.
Right now it only includes grub-pc.
|
|
|
|
|
|
|
|
This reverts commit d414a3742ae9c257710b612419435791a31dc162.
|
|
|
|
for vmlinuz and initrd.img.
|
|
|
|
|
|
build flavour.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will be a configure option eventually.
|
|
If more granular data modification is needed, it can be stored in other data/ subdirs.
|
|
The idea is that package lists in data/package-lists/common/
will be used by all build flavours, while special individual
build flavours may have their own additional package lists
defined by configure options.
|
|
|