https://github.com/initdc/debian-rootfs-tools
The Matrix that generate debian rootfs
https://github.com/initdc/debian-rootfs-tools
debian generator rootfs
Last synced: 11 months ago
JSON representation
The Matrix that generate debian rootfs
- Host: GitHub
- URL: https://github.com/initdc/debian-rootfs-tools
- Owner: initdc
- License: gpl-3.0
- Created: 2022-06-19T02:57:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T08:41:30.000Z (over 3 years ago)
- Last Synced: 2025-01-20T23:48:34.609Z (about 1 year ago)
- Topics: debian, generator, rootfs
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debian-rootfs-tools
> The Matrix that generate debian rootfs
## Run
`sudo ruby deboot.rb`
## Run manual for single arch
`debootstrap --cache-dir=$PWD/../cache --foreign --arch amd64 bullseye amd64`
## Related project
[distro-arch-rootfs](https://github.com/initdc/distro-arch-rootfs)