trisquel-automatic-netinstall-qemu: configure.ac: fix image size typo.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
4fd848bbe7
commit
bb790a2ac9
|
@ -52,7 +52,7 @@ AC_ARG_WITH(
|
|||
AC_ARG_WITH(
|
||||
[--with-trisquel-target-rootfs-size],
|
||||
[AS_HELP_STRING(
|
||||
[--trisquel-target-rootfs-size=SIZE],
|
||||
[--with-trisquel-target-rootfs-size=SIZE],
|
||||
[Size of the target image (default=3.5G). The size will be passed
|
||||
as-is to the 'qemu-img create' command. See 'man 1 qemu-img' for
|
||||
more details.])],
|
||||
|
|
Loading…
Reference in New Issue