Skip to content

Commit ee65e7c

Browse files
committed
README.md updated
1 parent 5b825c8 commit ee65e7c

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
# ArchISOMaker
22

3-
A custom Arch Linux ISO Maker (Just a bunch of scripts).
3+
A custom Arch Linux ISO Maker.
44

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)
146

157
* Run `$ sudo ./build.sh -v`
168
* Get the ISO file in the *parent* directory of this repository.
179

18-
### Updating this repository (and the submodule)
19-
20-
* Run `git submodule update --recursive --remote`
21-
2210
## Introduction
2311

2412
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
2715

2816
## Checking out the installation scripts
2917

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.
3119

3220
## Building your ISO
3321

@@ -41,8 +29,8 @@ The generated ISO comes with virtualbox drivers, so you can setup a VirtualBox m
4129

4230
Alternatively, `archiso` provides a convenient method that uses QEMU:
4331

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.
4634

4735
## Installing your system
4836

0 commit comments

Comments
 (0)