We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These instructions are failing for a number of reasons, including that bsdtar is not longer supported.
Does anyone have updated instructions?
sudo bash mkdir /tmp/mnt_boot /tmp/mnt_root mount -o ro /dev/sdX1 /tmp/mnt_boot mount -o ro /dev/sdX2 /tmp/mnt_root cd /tmp/mnt_boot bsdtar --numeric-owner --format gnutar --one-file-system -cpf ../boot.tar . cd /tmp/mnt_root bsdtar --numeric-owner --format gnutar --one-file-system -cpf ../root.tar . cd /tmp umount /tmp_mnt_boot umount /tmp_mnt_root xz boot.tar xz root.tar /var/lib/piserver/scripts/convert.sh boot.tar.xz root.tar.xz Your_custom_OS.tar.xz rm boot.tar.xz root.tar.xz The image you can import into piserver is now at /tmp/Your_custom_OS.tar.xz
sudo bash mkdir /tmp/mnt_boot /tmp/mnt_root mount -o ro /dev/sdX1 /tmp/mnt_boot mount -o ro /dev/sdX2 /tmp/mnt_root cd /tmp/mnt_boot bsdtar --numeric-owner --format gnutar --one-file-system -cpf ../boot.tar . cd /tmp/mnt_root bsdtar --numeric-owner --format gnutar --one-file-system -cpf ../root.tar . cd /tmp umount /tmp_mnt_boot umount /tmp_mnt_root xz boot.tar xz root.tar /var/lib/piserver/scripts/convert.sh boot.tar.xz root.tar.xz Your_custom_OS.tar.xz rm boot.tar.xz root.tar.xz
This is failing as of now as pxz is not available on buster.
Originally posted by @FaberfoX in #55 (comment)
The text was updated successfully, but these errors were encountered:
It seems you piserver is not up to date e05a84a#diff-e924755d0840914bed401cc1c66b0f2f2fd0b5e399cd881dfd1e2c06a5bc31b7
Sorry, something went wrong.
No branches or pull requests
These instructions are failing for a number of reasons, including that bsdtar is not longer supported.
Does anyone have updated instructions?
This is failing as of now as pxz is not available on buster.
Originally posted by @FaberfoX in #55 (comment)
The text was updated successfully, but these errors were encountered: