diff --git a/src/minimal_overlay/bundles/mll_nikola/99_nikola.sh b/src/minimal_overlay/bundles/mll_nikola/99_nikola.sh new file mode 100755 index 000000000..500a7eae1 --- /dev/null +++ b/src/minimal_overlay/bundles/mll_nikola/99_nikola.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +cat << CEOF + + ################################################### + # # + # I dedicate this version of Minimal Linux Live # + # # + # to my beloved wife Marina and our son Nikola # + # # + ################################################### + +CEOF diff --git a/src/minimal_overlay/bundles/mll_nikola/bundle.sh b/src/minimal_overlay/bundles/mll_nikola/bundle.sh new file mode 100755 index 000000000..10fb9f170 --- /dev/null +++ b/src/minimal_overlay/bundles/mll_nikola/bundle.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +set -e + +. ../../common.sh + +mkdir -p $DEST_DIR/etc/autorun +cp $SRC_DIR/99_nikola.sh $DEST_DIR/etc/autorun +chmod +x $DEST_DIR/etc/autorun/99_nikola.sh + +install_to_overlay + +# In the end we print message that our bundle has been installed and we return +# to the overlay source folder. +echo "Bundle '$BUNDLE_NAME' has been installed." + +cd $SRC_DIR + diff --git a/src/minimal_overlay/bundles/mll_nikola/motd b/src/minimal_overlay/bundles/mll_nikola/motd new file mode 100644 index 000000000..e39d1bfa7 --- /dev/null +++ b/src/minimal_overlay/bundles/mll_nikola/motd @@ -0,0 +1,7 @@ + + ################################### + # # + # Welcome to Minimal Linux Live # + # # + ################################### +