#!/bin/sh if [ ! -c /dev/vcs ]; then mknod /dev/vcs c 7 0 fi debconf-get open-iscsi/targets > /tmp/q cat >/tmp/foo.sh </dev/null) if [ -z "\$output" ]; then output="installing prep" fi echo "\$output" ;; esac exit 0 EOF chmod 755 /tmp/foo.sh /tmp/foo.sh >/tmp/foo.log 2>&1 & if [ -d /sys/firmware/efi ]; then echo "ubuntu-efi ::" > /tmp/partitioning echo " 512 512 1024 fat16" >> /tmp/partitioning echo ' $iflabel{ gpt } $reusemethod{ } method{ efi } format{ }' >> /tmp/partitioning echo " ." >> /tmp/partitioning else echo "ubuntu-boot ::" > /tmp/partitioning echo "8 1 1 prep" >> /tmp/partitioning echo ' $primary{ } $bootable{ } method{ prep }' >> /tmp/partitioning echo " ." >> /tmp/partitioning #echo "100 50 100 ext4" >> /tmp/partitioning #echo ' $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ /boot }' >> /tmp/partitioning #echo " ." >> /tmp/partitioning fi echo "500 10000 1000000000 ext4" >> /tmp/partitioning echo " method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ / }" >> /tmp/partitioning echo " ." >> /tmp/partitioning echo "2048 512 300% linux-swap" >> /tmp/partitioning echo " method{ swap } format{ }" >> /tmp/partitioning echo " ." >> /tmp/partitioning exit 0