flash-kernel: with flash-kernel under control, we dont need parted nor do we need to fix the partition

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent 906a2bd013
commit b955349c15

@ -28,13 +28,6 @@ ls -lh /boot/uboot/* >/boot/uboot/backup/file_list.log
echo "fdisk -l..." >> /var/log/netinstall.log
fdisk -l >> /var/log/netinstall.log
#Set boot flag on: /dev/mmcblk0:
if [ -f /sbin/parted ] ; then
/sbin/parted ${bootdrive} set 1 boot on || true
else
echo "ERROR: [/sbin/parted ${bootdrive} set 1 boot on] failed" >> /var/log/netinstall.log
fi
#Find Target Partition and FileSystem
if [ -f /boot/uboot/mounts ] ; then
echo "cat /boot/uboot/mounts..." >> /var/log/netinstall.log

@ -58,7 +58,7 @@ d-i partman-auto/disk string /dev/mmcblk0
d-i partman-auto/expert_recipe_file string /partition_recipe
# Individual additional packages to install
d-i pkgsel/include string bash initramfs-tools ntpdate parted util-linux u-boot-tools wget
d-i pkgsel/include string bash initramfs-tools ntpdate util-linux u-boot-tools wget
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade

@ -62,7 +62,7 @@ d-i partman-auto/disk string /dev/mmcblk0
d-i partman-auto/expert_recipe_file string /partition_recipe
# Individual additional packages to install
d-i pkgsel/include string bash initramfs-tools ntpdate parted util-linux u-boot-tools wget
d-i pkgsel/include string bash initramfs-tools ntpdate util-linux u-boot-tools wget
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade

@ -28,13 +28,6 @@ ls -lh /boot/uboot/* >/boot/uboot/backup/file_list.log
echo "fdisk -l..." >> /var/log/netinstall.log
fdisk -l >> /var/log/netinstall.log
#Set boot flag on: /dev/mmcblk0:
if [ -f /sbin/parted ] ; then
/sbin/parted ${bootdrive} set 1 boot on || true
else
echo "ERROR: [/sbin/parted ${bootdrive} set 1 boot on] failed" >> /var/log/netinstall.log
fi
#Find Target Partition and FileSystem
if [ -f /boot/uboot/mounts ] ; then
echo "cat /boot/uboot/mounts..." >> /var/log/netinstall.log

@ -62,7 +62,7 @@ d-i partman-auto/disk string /dev/mmcblk0
d-i partman-auto/expert_recipe_file string /partition_recipe
# Individual additional packages to install
d-i pkgsel/include string bash initramfs-tools ntpdate parted util-linux u-boot-tools wget
d-i pkgsel/include string bash initramfs-tools ntpdate util-linux u-boot-tools wget
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade

@ -55,7 +55,7 @@ d-i partman-auto/disk string /dev/mmcblk0
d-i partman-auto/expert_recipe_file string /partition_recipe
# Individual additional packages to install
d-i pkgsel/include string bash initramfs-tools ntpdate parted util-linux u-boot-tools wget
d-i pkgsel/include string bash initramfs-tools ntpdate util-linux u-boot-tools wget
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade

Loading…
Cancel
Save