summaryrefslogtreecommitdiffstats
path: root/febootstrap-to-supermin.sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-13 13:29:20 +0100
committerRichard Jones <rjones@redhat.com>2010-05-14 11:41:28 +0100
commit95dd28aadbfc1f058dae26beea949cf3cbc22b26 (patch)
treea22f2dbcd2a450c339a0aaf371e2c8f437500d98 /febootstrap-to-supermin.sh
parent3c9a5248737321d174aefcb9cb8251e1ab44c3fa (diff)
downloadfebootstrap-95dd28aadbfc1f058dae26beea949cf3cbc22b26.tar.gz
febootstrap-95dd28aadbfc1f058dae26beea949cf3cbc22b26.tar.xz
febootstrap-95dd28aadbfc1f058dae26beea949cf3cbc22b26.zip
Pull in febootstrap-supermin-helper (C version) from libguestfs.2.7
This commit also pulls in the automake C dependencies and gnulib. febootstrap-supermin-helper is modified so that it has the --kmods option (to read the whitelist, from the old shell script), and so that it can read supermin appliances composed of multiple parts from out of a directory. Also: Updates to documentation.
Diffstat (limited to 'febootstrap-to-supermin.sh')
-rwxr-xr-xfebootstrap-to-supermin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/febootstrap-to-supermin.sh b/febootstrap-to-supermin.sh
index eccf18e..b6a2fd9 100755
--- a/febootstrap-to-supermin.sh
+++ b/febootstrap-to-supermin.sh
@@ -98,7 +98,7 @@ while read path <&7; do
if [ "$path" = "./fakeroot.log" ]; then
:
- # All we're going to keep are the special files /init, the daemon,
+ # All we're going to keep are the special files /init,
# configuration files (/etc), devices and modifiable stuff (/var).
elif [ "$path" = "./init" ]; then
echo "$path" >&5