login banner

This commit is contained in:
Hendrik Schutter 2024-06-23 00:09:00 +02:00
parent d5eaecf672
commit 7463e83550
3 changed files with 51 additions and 0 deletions
root

9
root/etc/issue Normal file
View File

@ -0,0 +1,9 @@
reHDD running on openSUSE Tumbleweed GNU/Linux \n \l
visit https://git.mosad.xyz/localhorst/reHDD-Bootable
IPv4 address: \4
IPv6 address: \6
root Password: rehdd

27
root/etc/motd Normal file
View File

@ -0,0 +1,27 @@
##########################################################################################################
##########################################################################################################
HHHHHHHHH HHHHHHHHHDDDDDDDDDDDDD DDDDDDDDDDDDD
H:::::::H H:::::::HD::::::::::::DDD D::::::::::::DDD
H:::::::H H:::::::HD:::::::::::::::DD D:::::::::::::::DD
HH::::::H H::::::HHDDD:::::DDDDD:::::D DDD:::::DDDDD:::::D
rrrrr rrrrrrrrr eeeeeeeeeeee H:::::H H:::::H D:::::D D:::::D D:::::D D:::::D
r::::rrr:::::::::r ee::::::::::::ee H:::::H H:::::H D:::::D D:::::D D:::::D D:::::D
r:::::::::::::::::r e::::::eeeee:::::ee H::::::HHHHH::::::H D:::::D D:::::D D:::::D D:::::D
rr::::::rrrrr::::::re::::::e e:::::e H:::::::::::::::::H D:::::D D:::::D D:::::D D:::::D
r:::::r r:::::re:::::::eeeee::::::e H:::::::::::::::::H D:::::D D:::::D D:::::D D:::::D
r:::::r rrrrrrre:::::::::::::::::e H::::::HHHHH::::::H D:::::D D:::::D D:::::D D:::::D
r:::::r e::::::eeeeeeeeeee H:::::H H:::::H D:::::D D:::::D D:::::D D:::::D
r:::::r e:::::::e H:::::H H:::::H D:::::D D:::::D D:::::D D:::::D
r:::::r e::::::::e HH::::::H H::::::HHDDD:::::DDDDD:::::D DDD:::::DDDDD:::::D
r:::::r e::::::::eeeeeeee H:::::::H H:::::::HD:::::::::::::::DD D:::::::::::::::DD
r:::::r ee:::::::::::::e H:::::::H H:::::::HD::::::::::::DDD D::::::::::::DDD
rrrrrrr eeeeeeeeeeeeee HHHHHHHHH HHHHHHHHHDDDDDDDDDDDDD DDDDDDDDDDDDD
reHDD - hard drive refurbishing tool
Available under GPL 3.0
https://git.mosad.xyz/localhorst/reHDD
##########################################################################################################
##########################################################################################################

15
root/root/.bashrc Normal file
View File

@ -0,0 +1,15 @@
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
PS1='\[\033[1;33m\]\u\[\033[1;37m\]@\[\033[1;32m\]\h\[\033[1;37m\] \[\033[1;31m\]\w \[\033[1;37m\]> \[\033[0m\]'export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
PS1='\[\033[1;33m\]\u\[\033[1;37m\]@\[\033[1;32m\]\h\[\033[1;37m\] \[\033[1;31m\]\w \[\033[1;37m\]> \[\033[0m\]'