mirror of
https://github.com/Alee14/alee-boot-utility.git
synced 2025-01-22 10:51:47 -05:00
Added more tools; Changed splash screen; Added Archfi
This commit is contained in:
parent
9dedd287db
commit
ffb8b11dee
4 changed files with 2046 additions and 2 deletions
2037
airootfs/usr/bin/archfi
Executable file
2037
airootfs/usr/bin/archfi
Executable file
File diff suppressed because it is too large
Load diff
3
build.sh
3
build.sh
|
@ -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..."
|
||||
|
|
|
@ -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 |
Loading…
Reference in a new issue