62 |
# Write out new converted partition table |
# Write out new converted partition table |
63 |
sfdisk --force /dev/$disk < /tmp/newparts |
sfdisk --force /dev/$disk < /tmp/newparts |
64 |
|
|
65 |
echo "Checking filesystems on converted partitions." >/dev/tty1 |
echo "Checking filesystems on converted partitions. This may take a few minutes." >/dev/tty1 |
|
echo "Please be patient - this may take a few minutes." >/dev/tty1 |
|
66 |
echo -n "Checking filesystems..." >/dev/tty1 |
echo -n "Checking filesystems..." >/dev/tty1 |
67 |
|
|
68 |
mkdir /mnt/tmp |
mkdir /mnt/tmp |