Added BURROW motd
This commit is contained in:
parent
bc2505a534
commit
052631361a
1
stage2/06-rudefox-motd/00-packages
Normal file
1
stage2/06-rudefox-motd/00-packages
Normal file
|
@ -0,0 +1 @@
|
||||||
|
toilet figlet
|
8
stage2/06-rudefox-motd/01-run.sh
Executable file
8
stage2/06-rudefox-motd/01-run.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
rm -rf "${ROOTFS_DIR}/etc/motd"
|
||||||
|
rm -rf "${ROOTFS_DIR}/etc/update-motd.d/"*
|
||||||
|
install -m 755 files/* "${ROOTFS_DIR}/etc/update-motd.d/"
|
||||||
|
|
||||||
|
echo "" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"
|
||||||
|
echo "PS1=\"\[\e[31m\]Burrow>\[\e[m\] \"" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"
|
9
stage2/06-rudefox-motd/files/10-rudefox-header
Executable file
9
stage2/06-rudefox-motd/files/10-rudefox-header
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
THIS_SCRIPT="header"
|
||||||
|
MOTD_DISABLE=""
|
||||||
|
|
||||||
|
toilet -f standard -F metal Burrow
|
||||||
|
|
||||||
|
printf '\nWelcome to RudeFox Burrow!\n'
|
||||||
|
printf '\n'
|
11
stage2/06-rudefox-motd/files/30-rudefox-instructions
Executable file
11
stage2/06-rudefox-motd/files/30-rudefox-instructions
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "======================================================="
|
||||||
|
echo "=== TYPE: "
|
||||||
|
echo "=== rudefox-cold mnemonic -i8b 256 "
|
||||||
|
echo "=== "
|
||||||
|
echo "=== to generate a new 24-word seed "
|
||||||
|
echo "======================================================="
|
||||||
|
echo ""
|
||||||
|
echo ""
|
Loading…
Reference in New Issue
Block a user