File: CLOUD_EFI

package info (click to toggle)
fai 6.5.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,076 kB
  • sloc: sh: 6,720; perl: 5,626; makefile: 138
file content (8 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# config for a disk image for a VM
#
# p=<partlabel> <mountpoint> <size>   <fs type> <mount options> <misc options>

disk_config disk1 disklabel:gpt bootable:1 fstabkey:uuid align-at:1M

p=efi  /boot/efi 64M   vfat  defaults  createopts="-F 32"
p=root /         300-  ext4  rw,discard,barrier=0,noatime,errors=remount-ro tuneopts="-c 0 -i 0"