https://github.com/sakkke/landscapeos
Like a Landscape, Unobtrusive OS
https://github.com/sakkke/landscapeos
debian landscapeos linux linux-distribution os
Last synced: 3 months ago
JSON representation
Like a Landscape, Unobtrusive OS
- Host: GitHub
- URL: https://github.com/sakkke/landscapeos
- Owner: sakkke
- License: mit
- Created: 2023-12-26T14:39:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T11:29:14.000Z (over 2 years ago)
- Last Synced: 2025-12-19T17:26:29.357Z (6 months ago)
- Topics: debian, landscapeos, linux, linux-distribution, os
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LandscapeOS

[Changelog](./CHANGELOG.md)
Like a Landscape, Unobtrusive OS.
## Build
```sh
./build.sh
```
### Requirements
**OS**
- Debian-based Linux distribution
**Commands**
- `mmdebstrap`
- `rsync`
- `arch-chroot`
- `mksquashfs`
- `mkfs.fat`
- `xorriso`
- `sudo` (optional)
#### Requirements Installation
```sh
sudo apt -y install mmdebstrap rsync arch-install-scripts squashfs-tools \
dosfstools xorriso sudo
```
## License
[MIT](./LICENSE)