You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
Created debian.img had size of 1MB.
I must change script create-debian-setup.sh on line 68,
from: dd if=/dev/zero of=$install_path seek=$imagesize bs=1M count=1
to: dd if=/dev/zero of=$install_path bs=1M count=$imagesize.
The text was updated successfully, but these errors were encountered:
If you get it working, perhaps make it conditional for ext4 instead of dd
(lil'debi is a work-in-progress community effort, so it's good to leave the old way in the file for other hackers to see incase they need to debug stuff)
Then make a pull request?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Created debian.img had size of 1MB.
I must change script create-debian-setup.sh on line 68,
from:
dd if=/dev/zero of=$install_path seek=$imagesize bs=1M count=1
to:
dd if=/dev/zero of=$install_path bs=1M count=$imagesize
.The text was updated successfully, but these errors were encountered: