*-environment: fix the FSOPTS variable
[platform/adaptation/setup-scripts.git] / efi-environment
1 # This file can be used for testing setup-ivi-* scripts. This file corresponds
2 # to an EFI boot image (boot partition has the EFS type GUID). Do the following
3 # to start debugging
4 #
5 # mkdir /tmp/boot
6 # touch /tmp/boot/vmlinuz-3.12-x86-ivi
7 # mkdir -p /tmp/usr/lib/gummiboot
8 # touch /tmp/usr/lib/gummiboot/gummibootia32.efi
9 # mkdir /tmp/etc
10 # echo 'PRETTY_NAME="My test OS"' > /tmp/etc/os-release
11
12 export INSTALLERFW_MOUNT_PREFIX="/tmp"
13 export INSTALLERFW_KERNEL_OPTS="rootwait rootfstype=ext4 quiet"
14 export INSTALLERFW_PART0_ALIGN=1024
15 export INSTALLERFW_PART0_BOOTFLAG=True
16 export INSTALLERFW_PART0_FSOPTS=
17 export INSTALLERFW_PART0_FSTYPE=vfat
18 export INSTALLERFW_PART0_LABEL=boot
19 export INSTALLERFW_PART0_MOUNTPOINT=/boot
20 export INSTALLERFW_PART0_PARTUUID=AC5A15ED-743A-42DC-88DD-97837EB802FD
21 export INSTALLERFW_PART0_SIZE=64
22 export INSTALLERFW_PART0_TYPE_ID=C12A7328-F81F-11D2-BA4B-00A0C93EC93B
23 export INSTALLERFW_PART0_UUID=89A6-BDC8
24 export INSTALLERFW_PART1_ALIGN=1024
25 export INSTALLERFW_PART1_BOOTFLAG=False
26 export INSTALLERFW_PART1_FSOPTS=
27 export INSTALLERFW_PART1_FSTYPE=ext4
28 export INSTALLERFW_PART1_LABEL=platform
29 export INSTALLERFW_PART1_MOUNTPOINT=/
30 export INSTALLERFW_PART1_PARTUUID=7D723C77-2EB1-4AD6-B585-54D8E243CD87
31 export INSTALLERFW_PART1_SIZE=3748
32 export INSTALLERFW_PART1_TYPE_ID=
33 export INSTALLERFW_PART1_UUID=a9bf2448-17b6-4113-99d7-061435a0a8a6
34 export INSTALLERFW_PART_COUNT=2
35 export INSTALLERFW_PTABLE_FORMAT=gpt