diff --git a/chrooted.sh b/chrooted.sh index 87cf8d2..bde6be3 100644 --- a/chrooted.sh +++ b/chrooted.sh @@ -15,9 +15,10 @@ chmod +x /usr/bin/mirrorsetup /usr/bin/useradd -m crystal /usr/bin/usermod -p $(echo "crystal" | openssl passwd -6 -stdin) crystal /usr/bin/usermod -p $(echo "crystal" | openssl passwd -6 -stdin) root -/usr/bin/chmod +x /home/crystal/.xinitrc echo "menu" >> /home/crystal/.bashrc -chmod +x /etc/crystal/bootopts/* +if [[ -d /etc/crystal/bootopts ]]; then + chmod +x /etc/crystal/bootopts/* +fi systemctl enable gdm # i'm tired ok echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen diff --git a/crystal/airootfs/etc/buildstamp b/crystal/airootfs/etc/buildstamp index 448f061..3630f80 100644 --- a/crystal/airootfs/etc/buildstamp +++ b/crystal/airootfs/etc/buildstamp @@ -1 +1 @@ -Built on 05/08/21 @ 15:57:04 EST +Built on 05/08/21 @ 19:29:02 EST