diff options
| -rw-r--r-- | scripts/lib/wic/kickstart/custom_commands/partition.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/kickstart/custom_commands/partition.py b/scripts/lib/wic/kickstart/custom_commands/partition.py index abf3498134..0b021729ef 100644 --- a/scripts/lib/wic/kickstart/custom_commands/partition.py +++ b/scripts/lib/wic/kickstart/custom_commands/partition.py | |||
| @@ -184,7 +184,7 @@ class Wic_PartData(Mic_PartData): | |||
| 184 | Prepare content for a rootfs partition i.e. create a partition | 184 | Prepare content for a rootfs partition i.e. create a partition |
| 185 | and fill it from a /rootfs dir. | 185 | and fill it from a /rootfs dir. |
| 186 | 186 | ||
| 187 | Currently handles ext2/3/4 and btrfs. | 187 | Currently handles ext2/3/4, btrfs and vfat. |
| 188 | """ | 188 | """ |
| 189 | pseudo = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot | 189 | pseudo = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot |
| 190 | pseudo += "export PSEUDO_LOCALSTATEDIR=%s/../pseudo;" % rootfs_dir | 190 | pseudo += "export PSEUDO_LOCALSTATEDIR=%s/../pseudo;" % rootfs_dir |
