We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de088e5 commit e2c69d1Copy full SHA for e2c69d1
scripts/image/setup.sh
@@ -108,10 +108,6 @@ sudo halt
108
109
sudo umount /dev/sdh1
110
sudo umount /dev/sdh2
111
-#shrink with /g/parted
112
-sudo dcfldd if=/dev/sdh of=omnipy.img
113
-#abort as appropriate
114
-sudo ~/pishrink.sh omnipy.img omnipy2.img
115
-rm omnipy.img
116
-mv omnipy2.img omnipy.img
+#shrink with /g/parted 3192MiB
+sudo dcfldd if=/dev/sdh of=omnipy.img bs=512 count=6635520
117
zip -9 omnipy.zip omnipy.img
0 commit comments