diff --git a/chrooted.sh b/chrooted.sh index 2e40eab..5dbe3f7 100644 --- a/chrooted.sh +++ b/chrooted.sh @@ -19,7 +19,7 @@ chmod +x /usr/bin/mirrorsetup echo "menu" >> /home/crystal/.bashrc chmod +x /etc/crystal/bootopts/* systemctl enable gdm -sed -i 's/#en_US.UTF-8 UTF-8/#en_US.UTF-8 UTF-8/g' /etc/locale-gen +sed -i 's/#en_US.UTF\-8 UTF\-8/#en_US.UTF\-8 UTF\-8/g' /etc/locale-gen locale-gen echo "LANG=en_US.UTF-8" > /etc/locale.conf echo "Configured the system user. Exiting chroot." \ No newline at end of file diff --git a/crystal/airootfs/etc/doas.conf b/crystal/airootfs/etc/doas.conf index 0525c1c..d5a6a89 100644 --- a/crystal/airootfs/etc/doas.conf +++ b/crystal/airootfs/etc/doas.conf @@ -1,2 +1,2 @@ permit persist root -permit persist carly \ No newline at end of file +permit persist crystal \ No newline at end of file diff --git a/crystal/airootfs/etc/sudoers b/crystal/airootfs/etc/sudoers index 5f74484..0cae771 100644 --- a/crystal/airootfs/etc/sudoers +++ b/crystal/airootfs/etc/sudoers @@ -1,2 +1,2 @@ root ALL=(ALL) ALL -carly ALL=(ALL) NOPASSWD: ALL \ No newline at end of file +crystal ALL=(ALL) NOPASSWD: ALL \ No newline at end of file