added dosfstools, new menu and fixed more branding

main
jnats 3 years ago
parent 5d68bb8f5c
commit 987342d1d3

@ -17,7 +17,14 @@ chsh -s $(which zsh) crystal
cat >> /home/crystal/.zshrc << EOF
PROMPT="%n@%m %~ %# "
alias paste="nc termbin.com 9999"
menu
clear
neofetch
echo "live credentials -"
echo "crystal:crystal // root:crystal"
echo
echo -e "run \e[95m$ citrine\e[39m to open the installer"
cowsay "don't forget to set up a network with -- $ nmtui -- to install over wi-fi."
EOF
chown -R crystal:crystal /home/crystal/

@ -1,7 +1,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
title CrystalUX Live (x86_64, UEFI)
title Crystal Linux Live (x86_64, UEFI)
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%

@ -16,6 +16,7 @@ openbsd-netcat
memtest86+
edk2-shell
sudo
dosfstools
# Things we're hosting
arch-install-scripts

Loading…
Cancel
Save