Fix installer not installing properly due to block device busy and small tmpfs

This commit is contained in:
isa 2024-07-11 13:44:08 -04:00
parent 8a385d4ba0
commit 8fbbba5531
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ CARGO_SRC_DIR = "citadel-mkimage"
#
# Update this when changes are pushed to the git server
#
SRCREV = "b88014a11e7c01a6797e602b4628de0a725edc06"
SRCREV = "058b4cb9e6202d10ecf72556367d8ef43c615707"
GIT_URI = "git://git.subgraph.com/${GIT_REPO_OWNER}/citadel-tools.git;protocol=https;branch=master"

View File

@ -12,7 +12,7 @@ inherit cargo systemd gsettings pkgconfig
#
# Update this when changes are pushed to the git server
#
SRCREV = "b88014a11e7c01a6797e602b4628de0a725edc06"
SRCREV = "058b4cb9e6202d10ecf72556367d8ef43c615707"
GIT_URI = "git://git.subgraph.com/${GIT_REPO_OWNER}/citadel-tools.git;protocol=https;branch=master"

View File

@ -912,7 +912,7 @@ CONFIG_BLK_DEV_BSG_COMMON=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_INTEGRITY_T10=y
# CONFIG_BLK_DEV_WRITE_MOUNTED is not set
CONFIG_BLK_DEV_WRITE_MOUNTED=y
# CONFIG_BLK_DEV_ZONED is not set
# CONFIG_BLK_DEV_THROTTLING is not set
# CONFIG_BLK_WBT is not set