A few updates to make code work across x86_64 and aarch64.

This commit is contained in:
Storm Dragon
2025-07-13 16:42:29 -04:00
parent 23de8d037b
commit b95ab42026
2 changed files with 6 additions and 5 deletions

View File

@@ -163,7 +163,6 @@ fi
print_message "Configuring system for installed boot..."
# Remove live-specific files and services
rm -f /mnt/stormux-install/etc/systemd/system/getty@tty1.service.d/autologin.conf
rm -f /mnt/stormux-install/etc/systemd/system/multi-user.target.wants/choose-mirror.service
rm -rf /mnt/stormux-install/etc/systemd/system/etc-pacman.d-gnupg.mount
@@ -191,4 +190,4 @@ rmdir /mnt/stormux-install
print_message ""
print_message "Installation completed successfully!"
print_message "You can now reboot and remove the installation media."
print_message "The system will boot directly into the Stormux Gaming environment."
print_message "The system will boot directly into the Stormux Gaming environment."