Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
882aa080
Commit
882aa080
authored
Mar 10, 2014
by
Nikos Skalkotos
Browse files
Remove obsolete dependency to qemu-img
snf-image does not make any use of this utility any more
parent
719b8819
Changes
4
Hide whitespace changes
Inline
Side-by-side
snf-image-host/Makefile.am
View file @
882aa080
...
...
@@ -37,7 +37,6 @@ edit = sed \
-e
's|@LOSETUP[@]|
$(LOSETUP)
|g'
\
-e
's|@KPARTX[@]|
$(KPARTX)
|g'
\
-e
's|@SFDISK[@]|
$(SFDISK)
|g'
\
-e
's|@QEMU_IMG[@]|
$(QEMU_IMG)
|g'
\
-e
's|@INSTALL_MBR[@]|
$(INSTALL_MBR)
|g'
\
-e
's|@PROGRESS_MONITOR[@]|
$(PROGRESS_MONITOR)
|g'
\
-e
's|@UNATTEND[@]|
$(UNATTEND)
|g'
\
...
...
snf-image-host/common.sh.in
View file @
882aa080
...
...
@@ -22,7 +22,6 @@ AWK="awk"
LOSETUP="losetup"
KPARTX="kpartx"
SFDISK="sfdisk"
QEMU_IMG="qemu-img"
INSTALL_MBR="install-mbr"
TIMEOUT="timeout"
CURL="curl"
...
...
snf-image-host/configure.ac
View file @
882aa080
...
...
@@ -138,11 +138,6 @@ if test -z "$SFDISK" ; then
AC_MSG_ERROR([sfdisk not found in $PATH:/usr/sbin:/sbin])
fi
AC_PATH_PROG(QEMU_IMG, [qemu-img], [], [$PATH:/usr/sbin:/sbin])
if test -z "$QEMU_IMG" ; then
AC_MSG_ERROR([qemu-img not found in $PATH:/usr/sbin:/sbin])
fi
AC_PATH_PROG(INSTALL_MBR, [install-mbr], [], [$PATH:/usr/sbin:/sbin])
if test -z "$INSTALL_MBR" ; then
AC_MSG_ERROR([install-mbr not found in $PATH:/usr/sbin:/sbin])
...
...
snf-image-host/defaults.in
View file @
882aa080
...
...
@@ -74,7 +74,6 @@
# LOSETUP="losetup"
# KPARTX="kpartx"
# SFDISK="sfdisk"
# QEMU_IMG="qemu-img"
# INSTALL_MBR="install-mbr"
# TIMEOUT="timeout"
# CURL="curl"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment