# This file can be used for testing setup-scripts-* scripts. This file corresponds # to an MBR boot image. Do the following to start debugging: # # mkdir /tmp/boot # touch /tmp/boot/vmlinux-* # mkdir -p /tmp/usr/share/syslinux/ # touch /tmp/usr/share/syslinux/gptmbr.bin # mkdir /tmp/etc # echo 'PRETTY_NAME="My test OS"' > /tmp/etc/os-release export INSTALLERFW_MOUNT_PREFIX="/tmp" export INSTALLERFW_KERNEL_OPTS="rootwait rootfstype=ext4 quiet" export INSTALLERFW_PART0_ALIGN=1024 export INSTALLERFW_PART0_BOOTFLAG=True export INSTALLERFW_PART0_FSOPTS= export INSTALLERFW_PART0_FSTYPE=ext4 export INSTALLERFW_PART0_LABEL=boot export INSTALLERFW_PART0_MOUNTPOINT=/boot export INSTALLERFW_PART0_PARTUUID=FC86A97B-3E8F-46F7-82F8-995A397A0523 export INSTALLERFW_PART0_SIZE=64 export INSTALLERFW_PART0_DEVNODE_NOW=/dev/null export INSTALLERFW_PART0_DISK_DEVNODE_NOW=/dev/null unset INSTALLERFW_PART0_TYPE_ID export INSTALLERFW_PART0_UUID=A775922D-D42F-4114-9089-35332B6F896E export INSTALLERFW_PART1_ALIGN=1024 export INSTALLERFW_PART1_BOOTFLAG=False export INSTALLERFW_PART1_FSOPTS= export INSTALLERFW_PART1_FSTYPE=ext4 export INSTALLERFW_PART1_LABEL=platform export INSTALLERFW_PART1_MOUNTPOINT=/ export INSTALLERFW_PART1_PARTUUID=B3EA5880-0737-4B0B-8858-B8933A50E44D export INSTALLERFW_PART1_SIZE=3748 unset INSTALLERFW_PART1_TYPE_ID export INSTALLERFW_PART1_UUID=50C898EF-DC27-4CA2-A48C-326A2DE8E018 export INSTALLERFW_PART_COUNT=2 export INSTALLERFW_PTABLE_FORMAT=mbr export INSTALLERFW_INSTALLER_NAME=mic