autopilot ubiquity

Bug #1202122 reported by Dimitri John Ledkov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Triaged
Medium
Unassigned

Bug Description

1) merge autopilot tests
2) make below work as a wrapper for ubiquity or similar.
#!/bin/sh
set -e

IMGDIR=/mnt
mkfs.ext2 /dev/vda
mount /dev/vda $IMGDIR

# assuming that $IMGDIR points to a directory with 10 GB space
apt-get install mdadm --no-install-recommends
dd if=/dev/zero of=$IMGDIR/img bs=1 count=0 seek=10G
DEV=`losetup --find`
losetup $DEV $IMGDIR/img
mdadm --create /dev/md42 --force -n 1 -l raid0 $DEV

# only consider our fake device as install target
mv /bin/parted_devices /bin/parted_devices.real
echo -e '#!/bin/sh\n$0.real | grep ^/dev/md' > /bin/parted_devices
chmod 755 /bin/parted_devices

Changed in ubiquity (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know.

Changed in ubiquity (Ubuntu):
status: New → Incomplete
Changed in ubiquity (Ubuntu):
status: Incomplete → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.