Browse Source

* added initrd customizers for Idunn

legacy/try1
amery 20 years ago
parent
commit
2585ad2f6b
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      build.sh

+ 10
- 0
build.sh

@ -1,3 +1,13 @@
INITRD_PACKAGES="busybox hotplug++ udev dropbear reiserfsprogs pciutils"
INITRD_CUSTOMIZE=idunn_initrd_customize
INITRD_CUSTOMIZE_KERNEL=idunn_initrd_customize_kernel
idunn_initrd_customize() {
local location="$1"
}
idunn_initrd_customize_kernel() {
local kv="$1" location="$2"
}
. $base/target/$SDECFG_TRG_MNEMOSYNE/build.sh

Loading…
Cancel
Save