diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-03 22:25:34 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-03 22:25:34 +0100 |
commit | 99bd425a0a8fb02c27e0c22b32dafa804773a7b1 (patch) | |
tree | 6f940e83286ba891cc0a6680cfd5d6dafcf0e89a /make-initramfs.sh.in | |
parent | f5d2602bf6d40ecc71a5a17e0be9f480e9a4453a (diff) | |
download | libguestfs-99bd425a0a8fb02c27e0c22b32dafa804773a7b1.tar.gz libguestfs-99bd425a0a8fb02c27e0c22b32dafa804773a7b1.tar.xz libguestfs-99bd425a0a8fb02c27e0c22b32dafa804773a7b1.zip |
Implemented 'mount' and 'touch' commands.
Diffstat (limited to 'make-initramfs.sh.in')
-rwxr-xr-x | make-initramfs.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in index 60e2ee21..9856fe52 100755 --- a/make-initramfs.sh.in +++ b/make-initramfs.sh.in @@ -40,6 +40,9 @@ rm -f $koutput # Create the basic initramfs. @FEBOOTSTRAP@ $modules @REPO@ initramfs @MIRROR@ +# /sysroot is where the guest root filesystem will be mounted. +mkdir initramfs/sysroot + # Make a safe 'install_file' function to install files into the # filesystem. XXX We need a 'febootstrap-install' utility. # Usage: install_file <local-file> <target-pathname> mode owner[.group] |