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.
|
case "$pkg" in
|
|
busybox) echo_status "Tweaking busybox for Idunn!"
|
|
var_append extraconffiles ' ' $base/target/idunn/busybox.config
|
|
;;
|
|
esac
|
|
|
|
var_append flistdel '|' 'usr/share/man/.*|usr/share/doc/.*'
|