Sha256: 5d487e5401fc05c04b1c08cd74e3307f8e3f06c2f0d48209a025236f02c0454e
Contents?: true
Size: 227 Bytes
Versions: 36
Compression:
Stored size: 227 Bytes
Contents
#!/bin/bash if [ -f .veewee_params ] then . .veewee_params fi # Zero out the free space to save space in the final image: dd if=/dev/zero of=/EMPTY bs=1M rm -f /EMPTY dd if=/dev/zero of=/boot/EMPTY bs=1M rm -f /boot/EMPTY
Version data entries
36 entries across 12 versions & 1 rubygems