You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+92-19Lines changed: 92 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
2
+
```markdown
3
3
# Arch Linux Without the Beeps
4
4
5
5
This repository provides a customized Arch Linux ISO with the system beeps disabled, ideal for users who prefer a quieter environment.
@@ -9,43 +9,114 @@ This repository provides a customized Arch Linux ISO with the system beeps disab
9
9
- **Silent Mode**: The systemd-boot beep and other annoying beeps are completely disabled.
10
10
- **Arch Linux Base**: Built on the latest Arch Linux, providing a clean and minimal system.
11
11
- **Custom ISO**: Easily build and download a custom ISO with this configuration.
12
-
-**Daily Automated Build**: ISO builds are automatically generated and released daily.
12
+
- **Daily Automated Build**: ISO builds are automatically generated and released daily (if using GitHub Actions).
13
13
14
-
## Workflow Overview
14
+
---
15
15
16
-
This project uses GitHub Actions to automatically build and release an Arch Linux ISO with the system bell disabled. The workflow includes the following steps:
16
+
## How to Build the ISO Locally
17
17
18
-
1.**Checkout Repository**: Pulls the latest files from the repository.
19
-
2.**Build Environment Setup**: A Docker container simulates the Arch Linux environment.
20
-
3.**Build ISO**: The Arch ISO is customized and built using `mkarchiso`.
21
-
4.**Upload ISO**: The ISO is uploaded as a release on GitHub with a version tag.
22
-
5.**Silent Configuration**: Ensures that system beeps are turned off across all configurations.
18
+
If you prefer to build the Arch Linux ISO locally, you can use Docker to set up a containerized environment. Here's how:
23
19
24
-
## How to Use
20
+
### Prerequisites
21
+
22
+
Make sure you have Docker installed on your system.
0 commit comments