Browse Source

Added stub boot_cd_*() functions to lib/boot/boot.in

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
491495d9a3
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      lib/boot/boot.in

+ 6
- 0
lib/boot/boot.in

@ -46,5 +46,11 @@ else
echo_status "boot: using $bootloader." echo_status "boot: using $bootloader."
fi fi
# stub boot_cd_*() functions
#
boot_cd_pre() { echo_status "No specific boot_cd_pre() available."; }
boot_cd_add() { echo_status "No specific boot_cd_add() available."; }
boot_cd_post() { echo_status "No specific boot_cd_post() available."; }
. "package/$bootloader/boot/boot.in" . "package/$bootloader/boot/boot.in"

Loading…
Cancel
Save