Skip to content

Script to create raspberry netboot images on PC using qemu and chroot.

License

Notifications You must be signed in to change notification settings

janneliukkonen/raspberry-netboot-creation-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Read through the script. It creates a loop device from the raspbian image.

Mounts the loop device, copies root and boot sections.

Packages the whole root directory to rootfs.tar

Usage

./create_netboot_rpi.sh latest_raspbian.img rootfsfolder

Recommendations

Inside the chroot, run following to enable SSH server.

systemctl enable ssh

About

Script to create raspberry netboot images on PC using qemu and chroot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages