aboutsummaryrefslogtreecommitdiff
path: root/disk_config
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2022-09-23 13:38:54 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2022-09-23 13:52:43 +0200
commitff3bfa915ea326761a60fdd5a2de885b2a790d55 (patch)
tree394906bcc1534915376f7bd641fd1bdfe7502242 /disk_config
parent4388e38b0732ab11099f254d63fbad2451ff5311 (diff)
fai: remove INSTALLER support
We no longer do, nor want to produce debian installer images like we've done in the past. Let's remove the support completely. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: Ibb0d92f2d1af05c52ea9b493c68c2ce6546fa0eb
Diffstat (limited to 'disk_config')
-rw-r--r--disk_config/INSTALLER7
1 files changed, 0 insertions, 7 deletions
diff --git a/disk_config/INSTALLER b/disk_config/INSTALLER
deleted file mode 100644
index 5fa865b..0000000
--- a/disk_config/INSTALLER
+++ /dev/null
@@ -1,7 +0,0 @@
-# config for a disk image for a VM
-#
-# <type> <mountpoint> <size> <fs type> <mount options> <misc options>
-
-disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid align-at:1M
-
-primary / 300- ext4 rw,barrier=0,noatime,errors=remount-ro tuneopts="-c 0 -i 0" createopts="-F"