Set legal banner with URL + latin2 character set
This commit is contained in:
parent
679ac7f77a
commit
7f7ef37cff
4
basic.sh
4
basic.sh
@ -14,3 +14,7 @@ update-initramfs -u
|
|||||||
# Set grub options
|
# Set grub options
|
||||||
cp basic/etc/default/grub /etc/default/grub
|
cp basic/etc/default/grub /etc/default/grub
|
||||||
update-grub
|
update-grub
|
||||||
|
|
||||||
|
# Set legal banner + URL
|
||||||
|
cp basic/etc/default/console-setup /etc/default/console-setup
|
||||||
|
cp basic/etc/issue /etc/issue
|
16
basic/etc/default/console-setup
Normal file
16
basic/etc/default/console-setup
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# CONFIGURATION FILE FOR SETUPCON
|
||||||
|
|
||||||
|
# Consult the console-setup(5) manual page.
|
||||||
|
|
||||||
|
ACTIVE_CONSOLES="/dev/tty[1-6]"
|
||||||
|
|
||||||
|
CHARMAP="UTF-8"
|
||||||
|
|
||||||
|
CODESET="Lat2"
|
||||||
|
FONTFACE="Fixed"
|
||||||
|
FONTSIZE="8x16"
|
||||||
|
|
||||||
|
VIDEOMODE=
|
||||||
|
|
||||||
|
# The following is an example how to use a braille font
|
||||||
|
# FONT='lat9w-08.psf.gz brl-8x8.psf'
|
36
basic/etc/issue
Normal file
36
basic/etc/issue
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
|
||||||
|
[1;32m _______ _ _
|
||||||
|
|__ __| | | | |
|
||||||
|
| |_ __ __ _| | __ _| | __ _
|
||||||
|
| | '__/ _` | |/ _` | |/ _` |
|
||||||
|
| | | | (_| | | (_| | | (_| |
|
||||||
|
|_|_| \\__,_|_|\\__,_|_|\\__,_|[0m
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[1;33mUPOZORNĚNÍ:[0m Neoprávněný přístup k tomuto zařízení je zakázán.
|
||||||
|
Musíte mít výslovné oprávnění k přístupu nebo konfiguraci tohoto zařízení.
|
||||||
|
Neoprávněné pokusy a kroky k přístupu nebo používání tohoto systému mohou mít
|
||||||
|
za následek občanské nebo trestní sankce.
|
||||||
|
|
||||||
|
|
||||||
|
[1;33mCAUTION:[0m Unauthozired access to this device is prohibited.
|
||||||
|
You must have explicit, authorized permission to access or configure this
|
||||||
|
device. Unauthorized attempts and actions to access or use this system may
|
||||||
|
result in civil or criminal penalties.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Pro přístup k aplikacím otevřete URL [1mhttp://\4/[0m ve Vašem
|
||||||
|
internetovém prohlížeči.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[0;30m
|
Loading…
Reference in New Issue
Block a user