*-environment: fix the FSOPTS variable
[platform/adaptation/setup-scripts.git] / mbr-environment
1 # This file can be used for testing setup-ivi-* scripts. This file corresponds
2 # to an MBR boot image. Do the following to start debugging:
3 #
4 # mkdir /tmp/boot
5 # touch /tmp/boot/vmlinux-3.12-x86-ivi
6 # mkdir -p /tmp/usr/share/syslinux/
7 # touch /tmp/usr/share/syslinux/gptmbr.bin
8 # mkdir /tmp/etc
9 # echo 'PRETTY_NAME="My test OS"' > /tmp/etc/os-release
10
11 export INSTALLERFW_MOUNT_PREFIX="/tmp"
12 export INSTALLERFW_KERNEL_OPTS="rootwait rootfstype=ext4 quiet"
13 export INSTALLERFW_PART0_ALIGN=1024
14 export INSTALLERFW_PART0_BOOTFLAG=True
15 export INSTALLERFW_PART0_FSOPTS=
16 export INSTALLERFW_PART0_FSTYPE=ext4
17 export INSTALLERFW_PART0_LABEL=boot
18 export INSTALLERFW_PART0_MOUNTPOINT=/boot
19 export INSTALLERFW_PART0_PARTUUID=FC86A97B-3E8F-46F7-82F8-995A397A0523
20 export INSTALLERFW_PART0_SIZE=64
21 export INSTALLERFW_PART0_DEVNODE_NOW=/dev/null
22 export INSTALLERFW_PART0_DISK_DEVNODE_NOW=/dev/null
23 unset INSTALLERFW_PART0_TYPE_ID
24 export INSTALLERFW_PART0_UUID=A775922D-D42F-4114-9089-35332B6F896E
25 export INSTALLERFW_PART1_ALIGN=1024
26 export INSTALLERFW_PART1_BOOTFLAG=False
27 export INSTALLERFW_PART1_FSOPTS=
28 export INSTALLERFW_PART1_FSTYPE=ext4
29 export INSTALLERFW_PART1_LABEL=platform
30 export INSTALLERFW_PART1_MOUNTPOINT=/
31 export INSTALLERFW_PART1_PARTUUID=B3EA5880-0737-4B0B-8858-B8933A50E44D
32 export INSTALLERFW_PART1_SIZE=3748
33 unset INSTALLERFW_PART1_TYPE_ID
34 export INSTALLERFW_PART1_UUID=50C898EF-DC27-4CA2-A48C-326A2DE8E018
35 export INSTALLERFW_PART_COUNT=2
36 export INSTALLERFW_PTABLE_FORMAT=mbr