Special bundle. :)
This commit is contained in:
parent
77a108ee39
commit
0e955abfba
13
src/minimal_overlay/bundles/mll_nikola/99_nikola.sh
Executable file
13
src/minimal_overlay/bundles/mll_nikola/99_nikola.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cat << CEOF
|
||||||
|
[0m
|
||||||
|
###################################################
|
||||||
|
# #
|
||||||
|
# I dedicate this version of [1mMinimal [32;1mLinux [31;1mLive[0m #
|
||||||
|
# #
|
||||||
|
# to my beloved wife [33;1mMarina[0m and our son [36;1mNikola[0m #
|
||||||
|
# #
|
||||||
|
###################################################
|
||||||
|
[0m
|
||||||
|
CEOF
|
18
src/minimal_overlay/bundles/mll_nikola/bundle.sh
Executable file
18
src/minimal_overlay/bundles/mll_nikola/bundle.sh
Executable 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
|
||||||
|
|
7
src/minimal_overlay/bundles/mll_nikola/motd
Normal file
7
src/minimal_overlay/bundles/mll_nikola/motd
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[0m
|
||||||
|
###################################
|
||||||
|
# #
|
||||||
|
# Welcome to [1mMinimal [32mLinux [31mLive[0m #
|
||||||
|
# #
|
||||||
|
###################################
|
||||||
|
[0m
|
Loading…
x
Reference in New Issue
Block a user