From 55a7df507f4440769fa500273633187f5e73f1cd Mon Sep 17 00:00:00 2001 From: Matt C Date: Sat, 8 May 2021 19:31:55 -0400 Subject: [PATCH] ope maybe this was pointless we'll see --- chrooted.sh | 5 +++-- crystal/airootfs/etc/buildstamp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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