Special bundle. :)

This commit is contained in:
Ivan Davidov 2019-11-02 21:54:21 +02:00
parent 77a108ee39
commit 0e955abfba
3 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,7 @@

###################################
# #
# Welcome to Minimal Linux Live #
# #
###################################