Added more tools; Changed splash screen; Added Archfi

This commit is contained in:
Andrew Lee 2021-11-06 21:06:44 -04:00
parent 9dedd287db
commit ffb8b11dee
Signed by: andrew
GPG key ID: 4DCE67C47836D125
4 changed files with 2046 additions and 2 deletions

2037
airootfs/usr/bin/archfi Executable file

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@ if [ "$EUID" -ne 0 ]
then echo "Run this script as root to continue"
exit
fi
echo "Building Alee Boot Utility"
if [ -f "/usr/bin/mkarchiso" ]; then
if [ ! -d "log" ]; then
mkdir log
@ -12,6 +12,7 @@ if [ -f "/usr/bin/mkarchiso" ]; then
echo "Removing the work directory"
rm -rf work
fi
echo "Building Alee Boot Utility"
mkarchiso -v . | tee log/aleebootutility-$(date +%Y.%m.%d-%H.%M.%S).log
else
echo "You must install the archiso package beforing continuing this process..."

View file

@ -118,6 +118,11 @@ xfsprogs
xl2tpd
zsh
# Tools
ext4magic
testdisk
# X Packages
xfce4
xfce4-goodies
@ -135,7 +140,8 @@ xf86-video-nouveau
mesa
nvidia
# Application
# Applications
gparted
firefox
vlc
virtualbox

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 86 KiB