File tree Expand file tree Collapse file tree 4 files changed +0
-233
lines changed Expand file tree Collapse file tree 4 files changed +0
-233
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -507,36 +507,6 @@ install_oem_package() {
507
507
sudo rm -rf " ${oem_tmp} "
508
508
}
509
509
510
- # Write the OEM ACI file into the OEM partition.
511
- install_oem_aci () {
512
- local oem_aci=$( _get_vm_opt OEM_ACI)
513
- local aci_dir=" ${FLAGS_to} /oem-${oem_aci} -aci"
514
- local aci_path=" ${aci_dir} /flatcar-oem-${oem_aci} .aci"
515
- local binpkgflags=(--nogetbinpkg)
516
-
517
- [ -n " ${oem_aci} " ] || return 0
518
-
519
- [ " ${FLAGS_getbinpkg} " = " ${FLAGS_TRUE} " ] &&
520
- binpkgflags=(--getbinpkg --getbinpkgver=" ${FLAGS_getbinpkgver} " )
521
-
522
- # Build an OEM ACI if necessary, supplying build environment flags.
523
- [ -e " ${aci_path} " ] &&
524
- info " ACI ${aci_path} exists; reusing it" ||
525
- " ${SCRIPT_ROOT} /build_oem_aci" \
526
- --board=" ${BOARD} " \
527
- --build_dir=" ${aci_dir} " \
528
- " ${binpkgflags[@]} " \
529
- " ${oem_aci} "
530
-
531
- info " Installing ${oem_aci} OEM ACI"
532
- sudo install -Dpm 0644 \
533
- " ${aci_path} " \
534
- " ${VM_TMP_ROOT} /oem/flatcar-oem-${oem_aci} .aci" ||
535
- die " Could not install ${oem_aci} OEM ACI"
536
- # Remove aci_dir if building ACI and installing it succeeded
537
- rm -rf " ${aci_dir} "
538
- }
539
-
540
510
# Write the OEM sysext file into the OEM partition.
541
511
install_oem_sysext () {
542
512
local oem_sysext=$( _get_vm_opt OEM_SYSEXT)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ setup_disk_image "${FLAGS_disk_layout}"
117
117
118
118
# Optionally install any OEM packages
119
119
install_oem_package
120
- install_oem_aci
121
120
install_oem_sysext
122
121
run_fs_hook
123
122
You can’t perform that action at this time.
0 commit comments