Idunn is an small system aiming to give an early rescue/install environment with ssh support, making life easier when one doesn't have physical access to machine.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
657 B

case "$pkg" in
busybox) echo_status "Tweaking $pkg for Idunn!"
var_append extraconffiles ' ' $base/target/idunn/busybox.config
;;
esac
if [ -f $base/target/idunn/patches/$pkg.patch ]; then
echo_status "Patching $pkg for Idunn!"
var_append patchfiles ' ' "$base/target/idunn/patches/$pkg.patch"
fi
if [ -f $base/target/idunn/pkg_conf/$pkg.conf ]; then
echo_status "Tweaking $pkg for Idunn!"
. "$base/target/idunn/pkg_conf/$pkg.conf"
fi
# no documentation
var_append flistdel '|' 'usr/share/man/.*'
var_append flistdel '|' 'usr/share/doc/.*'
var_append flistdel '|' 'usr/share/info/.*'
# no rocknet stuff
var_append flistdel '|' 'lib/network/.*'