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
0c8625b9
Commit
0c8625b9
authored
Sep 28, 2011
by
Nikos Skalkotos
Browse files
Fix host building system
parent
1e89f48c
Changes
3
Hide whitespace changes
Inline
Side-by-side
host/Makefile.am
View file @
0c8625b9
...
...
@@ -15,7 +15,7 @@ dist_os_SCRIPTS = ${srcdir}/create ${srcdir}/import ${srcdir}/export \
dist_os_DATA
=
${srcdir}
/ganeti_api_version
${srcdir}
/parameters.list
\
${srcdir}
/variants.list
os_DATA
=
host/
common.sh
os_DATA
=
common.sh
edit
=
sed
\
-e
's|@sysconfdir[@]|
$(sysconfdir)
|g'
\
...
...
@@ -23,6 +23,7 @@ edit = sed \
-e
's|@osdir[@]|
$(osdir)
|g'
\
-e
's|@osname[@]|
$(osname)
|g'
\
-e
's|@defaultdir[@]|
$(defaultdir)
|g'
\
-e
's|@HELPER[@]|
$(HELPER)
|g'
\
-e
's|@AWK[@]|
$(AWK)
|g'
\
-e
's|@MKDIR_P[@]|
$(MKDIR_P)
|g'
\
-e
's|@DUMP[@]|
$(DUMP)
|g'
\
...
...
host/common.sh.in
View file @
0c8625b9
...
...
@@ -32,6 +32,7 @@ KPARTX="kpartx"
LOSETUP="losetup"
SFDISK="sfdisk"
PROGRESS_MONITOR="snf-progress-monitor"
INSTALL_MBR="install-mbr"
HELPER_VM=@HELPER@
progress_monitor_support="@progress_monitor_support@"
...
...
host/configure.ac
View file @
0c8625b9
...
...
@@ -32,7 +32,7 @@ AC_ARG_WITH([helper],
)],
[helper="$withval"],
[helper="$localstatedir/lib/snf-image/helper.img"])
AC_SUBST(
DEFAULT_DI
R, $helper)
AC_SUBST(
HELPE
R, $helper)
...
...
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