# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: misc/target/boot.in # Copyright (C) 2021 - 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- arch_boot_cd_pre() { echo_status "No arch specific arch_boot_cd_pre() available." mkdir -p $isofsdir/boot/ } arch_boot_cd_add() { echo_status "No arch specific arch_boot_cd_add() available." } arch_boot_cd_post() { echo_status "No arch specific arch_boot_cd_post() available." } if [ -f $base/architecture/$arch/boot/boot.in ]; then . $base/architecture/$arch/boot/boot.in else echo_status "No arch specific boot.in, using generic fallback." . $base/architecture/share/boot/boot.in fi