diff options
| author | Daniil Baturin <daniil@vyos.io> | 2021-11-13 20:02:01 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-13 20:02:01 +0700 |
| commit | 95eace9746c3de17d7e9b80b1f81cc8eaa0d7d53 (patch) | |
| tree | f211229312f121a362cd537271ba4c8818047de2 /scripts/live-build-config | |
| parent | ab8ae2fda8358f399aae1468f2a70377043aca3a (diff) | |
| parent | 9b511bf61ff55282c38785d69d2e95d20db66aba (diff) | |
| download | vyos-build-95eace9746c3de17d7e9b80b1f81cc8eaa0d7d53.tar.gz vyos-build-95eace9746c3de17d7e9b80b1f81cc8eaa0d7d53.zip | |
Merge pull request #195 from runborg/multiarch
T3965: arm: build script: inheritence in flavor_configs and bootloade…
Diffstat (limited to 'scripts/live-build-config')
| -rwxr-xr-x | scripts/live-build-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config index c9d6ee1d..1813e608 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -39,7 +39,7 @@ lb config noauto \ --bootappend-live-failsafe "live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0" \ --linux-flavours {{kernel_flavor}} \ --linux-packages linux-image-{{kernel_version}} \ - --bootloader syslinux,grub-efi \ + --bootloader {{bootloaders}} \ --binary-images iso-hybrid \ --checksums 'sha256 md5' \ --debian-installer none \ |
