Skip to content

Collection of tools for customizing Raspberry PI (Raspbian)

License

Notifications You must be signed in to change notification settings

ushiboy/raspi-basecamp

Repository files navigation

raspi-basecamp

Collection of tools for customizing Raspberry PI (Raspbian).

Menu

create-extra-partition

Command to add extrafs partition to Raspbian OS image file. This requires kpartx.

create-extra-partition

$ sudo bin/create-extra-partition path/to/YYYY-MM-DD-raspbian-stretch-lite.img

expand-extrafs

Expand the extrafs partition created by create-extra-partition to the maximum size of the SD card. See detail.

expand-extrafs

export-compact-os-image

Command to export os image file.

export-compact-os-image

$ sudo bin/export-compact-os-image path/to/sdcard path/to/export.img

readonlyfs

readonlyfs makes the root file system read-only using overlayfs. See detail.

restart-network

restart-network applies network interface configuration changes without restarting the OS. See detail.

swap-extra-path

Move the "rootfs" partition file to the "extrafs" partition and replace it with a symbolic link.

This command needs to be executed on Raspbian OS.

swap-extra-path

$ sudo bin/swap-extra-path path/to/file

wait-timesync

wait-timesync is a service that waits for NTP synchronization completion by systemd-timesyncd. See detail.

About

Collection of tools for customizing Raspberry PI (Raspbian)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages