Added custom plymouth theme and added utilities for getting system info
This commit is contained in:
1
config/includes.chroot/etc/hostname
Normal file
1
config/includes.chroot/etc/hostname
Normal file
@@ -0,0 +1 @@
|
||||
Assessment-Kiosk
|
||||
2
config/includes.chroot/etc/plymouth/plymouthd.conf
Normal file → Executable file
2
config/includes.chroot/etc/plymouth/plymouthd.conf
Normal file → Executable file
@@ -1,2 +1,2 @@
|
||||
[Daemon]
|
||||
Theme=tribar
|
||||
Theme=simple-image
|
||||
4
config/includes.chroot/etc/skel/.bashrc
Normal file → Executable file
4
config/includes.chroot/etc/skel/.bashrc
Normal file → Executable file
@@ -21,9 +21,7 @@ NetCheck
|
||||
while [[ "$Net" = "false" ]]; do
|
||||
read -p "Network could not be initialized, Try again (y/n) " yn
|
||||
case $yn in
|
||||
[yY]* )
|
||||
NetCheck
|
||||
break;;
|
||||
[yY]* ) NetCheck;;
|
||||
[Nn]* ) break;;
|
||||
* ) echo invalid response;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user