Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba authored Feb 25, 2024
1 parent 3143502 commit 372818a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@
## Usage

```
./gen.sh
./gen.sh [profile] [target_arch]
```

## Config

- `profiles/{profile}`:
- `config.sh`: (Optional) config script in chroot
- `packages.txt`: packages to be installed
- `packages.{target_arch}.txt`: (Optional) packages to be installed for a specific arch
- `config`:
- `common`: common config script in chroot
- `common/function_enable_service.sh`: functions to be used by config scripts
- `{profile_set}`: config script in chroot for a specific group of profiles



## Requirement

- pacman + arch-install-scripts (pacstrap + arch-chroot) (chroot support is WIP)
Expand Down

0 comments on commit 372818a

Please sign in to comment.