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
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,12 @@
1
1
# ArchISOMaker
2
2
3
-
A custom Arch Linux ISO Maker (Just a bunch of scripts).
3
+
A custom Arch Linux ISO Maker.
4
4
5
-
## Instructions
6
-
7
-
### Retrieving this repository
8
-
9
-
* Clone this repo.
10
-
* Initialize submodules (`git submodule init`)
11
-
* Update submodules (`git submodule update`)
12
-
13
-
### Generating the ISO file
5
+
## Instructions (Generating the ISO file)
14
6
15
7
* Run `$ sudo ./build.sh -v`
16
8
* Get the ISO file in the *parent* directory of this repository.
17
9
18
-
### Updating this repository (and the submodule)
19
-
20
-
* Run `git submodule update --recursive --remote`
21
-
22
10
## Introduction
23
11
24
12
This is a script collection based on [archiso](https://gitlab.archlinux.org/archlinux/archiso/), which allows you to build your own Arch Linux ISO. The main difference from upstream is that this variant pulls the most updated ArchLinux packages and embeds them in the ISO file. This means that you do not need to have an internet connection anymore when *installing* Arch Linux from this ISO.
@@ -27,7 +15,7 @@ Additionally, a custom installation script is also embedded in the ISO, so you c
27
15
28
16
## Checking out the installation scripts
29
17
30
-
The installation scripts are currently in a separate repository at https://github.com/gsanhueza/ArchScripts , and they can be used here by managing the git submodule (see instructions above).
18
+
The installation scripts are found in a separate repository at https://github.com/gsanhueza/ArchScripts, which is automatically cloned when running the `build.sh` script for the first time, and automatically updated in subsequent executions of the script.
31
19
32
20
## Building your ISO
33
21
@@ -41,8 +29,8 @@ The generated ISO comes with virtualbox drivers, so you can setup a VirtualBox m
41
29
42
30
Alternatively, `archiso` provides a convenient method that uses QEMU:
43
31
44
-
-`run_archiso -i path/to/an/arch.iso` to run as BIOS
45
-
-`run_archiso -u -i path/to/an/arch.iso` to run as UEFI
32
+
-`run_archiso -i path/to/an/arch.iso` to run as BIOS.
33
+
-`run_archiso -u -i path/to/an/arch.iso` to run as UEFI.
0 commit comments