the script insists on making a minimal swap partition:
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 2048 198655 98304 e W95 FAT16 (LBA)
/dev/mmcblk0p2 200702 15642623 7720961 5 Extended
/dev/mmcblk0p5 200704 15394815 7597056 83 Linux
/dev/mmcblk0p6 15396864 15642623 122880 82 Linux swap / Solaris
Is this really essential, or even desirable on a system residing on SD card? If my embedded system runs out of RAM, I would prefer it to crash and restart, rather than thrashing the SD card to death
I can change this by editing the mk_mmc.sh script, but I am concerned that I may be missing a critical point.
Hi Dave, you can setup the partition layout anyway you want at the
"debian-installer" partition stage, just don't tweak the initial 100Mb
fat partition..
Thanks for the honest answer Robert. Unfortunately I have been the victim of SD cards wearing out due to multiple writes, usually in systems installed in remote locations Since then, I have been very frugal on what writes to SD.