RomanMe wrote:Thank you.
I will follow the links and try and learn.
Could the Jeos version be adjusted to create a 180 MB boot partition?
[/quote]
if you realy require it ..
remove the swap ( swapoff /dev/mmcblk0p2, comment it out at /etc/fstab ) /dev/mmcblk0p2
and the resize the
Code: Select all
# orign b wideman image
bastard01:~ # fdisk -l
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes, 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x3ad25e0f
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 2048 155647 76800 c W95 FAT32 (LBA)
/dev/mmcblk0p2 155648 309247 76800 82 Linux swap / Solaris
/dev/mmcblk0p3 309248 15523839 7607296 83 Linux
Code: Select all
bastard01:~ # fdisk -l
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes, 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x3ad25e0f
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 2048 309247 76800 c W95 FAT32 (LBA)
/dev/mmcblk0p3 309248 15523839 7607296 83 Linux