Skip to content

Generation of Debian rootfs for multiple architectures

License

Notifications You must be signed in to change notification settings

jubinson/debian-rootfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
David Robinson
Aug 28, 2018
722dd60 · Aug 28, 2018

History

13 Commits
Feb 20, 2017
Mar 19, 2017
Mar 10, 2017
Aug 28, 2018
Mar 9, 2017
Feb 20, 2017
Mar 28, 2017
Feb 20, 2017
Feb 20, 2017
Feb 20, 2017
Feb 20, 2017

Repository files navigation

debian-rootfs

Generation of Debian rootfs for multiple architectures

This project relies on multistrap and thus can only be used on Debian/Ubuntu host system.
Its purpose is to automate the generation of Debian rootfs for the following architectures:

The following packages need to be installed:
# apt-get install multistrap binfmt-support qemu-user-static

To create a Debian rootfs, symply run:
# ./make-rootfs.sh ARCHITECTURE

Default multistrap configuration files provide Debian packages suited to embedded targets.
They have been tested on a Debian Jessie amd64 host system to build rootfs for all architectures.
They can be modified/overriden if you want to add/remove packages installed by default.

The generated rootfs are ready to use, no further configuration is required.
The root user has an empty password and logs automativally in.
A ssh server is also running (except for s390x), root can connect to it with an emtpy password.

Once running on your target, the rootfs can be upgraded with apt-get commands.

As examples, already built rootfs can be downloaded by clicking on the architecture name in the above list.

About

Generation of Debian rootfs for multiple architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages