Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiasvlevi/archiso-gui
Graphical Arch Installation medium using i3wm
https://github.com/matiasvlevi/archiso-gui
arch gui iso linux
Last synced: 4 days ago
JSON representation
Graphical Arch Installation medium using i3wm
- Host: GitHub
- URL: https://github.com/matiasvlevi/archiso-gui
- Owner: matiasvlevi
- License: bsd-2-clause
- Created: 2022-06-25T05:13:11.000Z (over 2 years ago)
- Default Branch: GART
- Last Pushed: 2023-02-28T14:02:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T04:37:07.040Z (2 months ago)
- Topics: arch, gui, iso, linux
- Language: Vim Script
- Homepage:
- Size: 9.16 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphical Arch Repair Tool (G.A.R.T)
Graphical Arch Installation medium using i3wm
This image is used in IT & Networking classes at College Montmorency, as an alternative to the previously thought `Hiren's Boot`
### Usage docs are provided [here](./USAGE.md)
### i3wm Macros
| Macro | Function |
|------------------------|--------------------------------|
| Super + t | Open a terminal emulator |
| Super + d | Open application launcher |
| Super + f | fullscreen window |
| Super + Shift + Space | Float window |
| Super + Arrows | Change window focus |
| Super + Shift + Arrows | Move windows |
| Super + r | Resize windows with arrow keys |
| Super + Shift + x | Close window |##### The following packages were added
* networkmanager
* neofetch
* net-tools
* git
* htop
* feh
* i3
* xorg-server
* xorg-xinit
* xterm
* dmenu
* firefox
* xfce4-terminal
* picom
* ttf-hack
* ddrescue
* wireshark-cli
* ffmpeg
* tree
* speedtest-cli
* base-devel
* unzip
### Build
A pre-built `iso` file is provided [here](https://github.com/matiasvlevi/garchiso/releases) however if you prefer building the file yourself, follow the next step.This will create an `iso` file in the build directory
```
mkarchiso -v -w ./ -o ./build ./
```
for more information see the [Arch wiki](https://wiki.archlinux.org/title/archiso)'s page on the archisoYou can also find a prebuilt `iso` file in the releases
### Adding a persistent storage partition
specify your archiso device
```
source ./make_storage.sh /dev/sdX
```this will create a partition that will be mounted in `/run/archiso/storage` once the archiso boots up.
4G of cowspace is also mounted to allow for other packages to be installed.