search for: bootroot

Displaying 20 results from an estimated 36 matches for "bootroot".

2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...this > feature could silently break. I was thinking the same but I stumbled over an issue which prevented me from running the tests. I'm not sure this is the right place where to discuss the problem but here's few lines about it. make blank-disk.img blank-part.img blank-fs.img blank-bootroot.img blank-bootrootlv.img debian.img fedora.img fedora-md1.img fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img windows.img guests-all-good.xml make[3]: Entering directory '/home/noxdafox/development/libguestfs/test-data/phony-guests' make[3]: 'blank-disk.img'...
2018 Sep 21
0
[PATCH v2] sparsify: Fix test-virt-sparsify-in-place-fstrim-unsupported.sh
...minix filesystem. +guestfish -N $img=fs:minix exit # This should warn. virt-sparsify --in-place $img |& tee $log @@ -58,8 +57,8 @@ if grep "warning:.*fstrim.*not supported" $log; then exit 1 fi -# Create a test filesystem with vfat and ext4 filesystems. -guestfish -N $img=bootroot:vfat:ext4 exit +# Create a test filesystem with minix and ext4 filesystems. +guestfish -N $img=bootroot:minix:ext4 exit # This should warn. virt-sparsify --in-place $img |& tee $log diff --git a/tests/test-functions.sh b/tests/test-functions.sh index 22beaf99c..a0bad16fa 100755 --- a/tests/...
2018 Sep 21
2
[PATCH v2] sparsify: Fix test-virt-sparsify-in-place-fstrim-unsupported.sh
This addresses the feedback on v1 here: https://www.redhat.com/archives/libguestfs/2018-September/msg00023.html Rich.
2018 Sep 05
2
[PATCH] sparsify: Fix test-virt-sparsify-in-place-fstrim-unsupported.sh
...Minix filesystems are not supported + exit 77 +} # This should warn. virt-sparsify --in-place $img |& tee $log @@ -58,8 +61,8 @@ if grep "warning:.*fstrim.*not supported" $log; then exit 1 fi -# Create a test filesystem with vfat and ext4 filesystems. -guestfish -N $img=bootroot:vfat:ext4 exit +# Create a test filesystem with minix and ext4 filesystems. +guestfish -N $img=bootroot:minix:ext4 exit # This should warn. virt-sparsify --in-place $img |& tee $log -- 2.18.0
2016 Feb 22
0
Re: [PATCH] added ntfscat_i api
...ently break. > I was thinking the same but I stumbled over an issue which prevented > me from running the tests. > I'm not sure this is the right place where to discuss the problem > but here's few lines about it. > > make blank-disk.img blank-part.img blank-fs.img blank-bootroot.img > blank-bootrootlv.img debian.img fedora.img fedora-md1.img > fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img > windows.img guests-all-good.xml > make[3]: Entering directory > '/home/noxdafox/development/libguestfs/test-data/phony-guests' > make[3]:...
2018 Apr 10
0
[PATCH] fish: Increase default size of prepared disks (-N) to 1G.
...place a volume group and logical volume on there. Then format the LV with a filesystem. This defaults to -creating a 100MB disk with the VG and LV called C</dev/VG/LV>, with an +creating a 1G disk with the VG and LV called C</dev/VG/LV>, with an ext2 filesystem."); ("bootroot", "create a boot and root filesystem", [ "bootfs", "ext2", "the type of filesystem to use for boot"; "rootfs", "ext2", "the type of filesystem to use for root"; - "size", "100M", "t...
2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...was thinking the same but I stumbled over an issue which prevented >> me from running the tests. >> I'm not sure this is the right place where to discuss the problem >> but here's few lines about it. >> >> make blank-disk.img blank-part.img blank-fs.img blank-bootroot.img >> blank-bootrootlv.img debian.img fedora.img fedora-md1.img >> fedora-md2.img fedora-btrfs.img ubuntu.img archlinux.img coreos.img >> windows.img guests-all-good.xml >> make[3]: Entering directory >> '/home/noxdafox/development/libguestfs/test-data/phony-guest...
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB volume. Also, we don't really need the boot partition, so just create a partition using the whole disk space. --- builder/templates/debian.preseed | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed index
2017 Jul 07
2
[PATCH v3] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 Thanks: Tomáš Golembiovský --- v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..87dba240b 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,32 @@ that
2016 Feb 21
2
[PATCH] added ntfscat_i api
Adding ntfscat_i command for downloading files based on their inode number. This allows the dowload of files unaccessible otherwise from a NTFS guest disk image. --- daemon/ntfs.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 15 +++++++++++++ 2 files changed, 77 insertions(+) diff --git a/daemon/ntfs.c b/daemon/ntfs.c index 568899e..58f62fa 100644
2017 Aug 12
2
[PATCH] configure: Further split blocks of text in the script output.
Commit 0a94cae15bae7cecb725e78e485708694d347612 added useful headings to parts of the configure script. This refactors the code by adding a common macro (‘HEADING’), and also changes the output so it's clearer at a glance: --- Checking for Haskell --- checking for ghc... (cached) ghc --- Checking for PHP --- checking for php... (cached) php checking for phpize... (cached) phpize
2016 Jan 08
0
Re: [supermin] Supermin and Docker-Toolbox (#14)
...er container. > I am using the [Docker-Toolbox](https://www.docker.com/docker-toolbox) with [Boot2Docker](https://github.com/boot2docker/boot2docker) on Mac. > > When I try to create a new image with guestfish I get the following error? > ``` > root@7bc0bf6f6c4f:/test# guestfish -N bootroot:ext2:ext4:1G:64M > libguestfs: error: /usr/bin/supermin exited with error status 1. > To see full error messages you may need to enable debugging. > See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs > ``` > > Any idea why this happens? Please post the complete ou...
2016 May 19
0
[PATCH 3/3] fish: generate test-prep.sh with generator
...rm -f prep*.img - -# It would be nice if we could keep this automatically in sync -# with the prepared disk types. XXX -$VG guestfish \ - -N prep1.img=disk \ - -N prep2.img=part \ - -N prep3.img=fs \ - -N prep4.img=lv:/dev/VG1/LV \ - -N prep5.img=lvfs:/dev/VG2/LV \ - -N prep6.img=bootroot \ - -N prep7.img=bootrootlv:/dev/VG3/LV \ - exit - -rm prep*.img diff --git a/generator/fish.ml b/generator/fish.ml index 646674d..980f55f 100644 --- a/generator/fish.ml +++ b/generator/fish.ml @@ -1106,3 +1106,36 @@ event_bitmask_of_event_set (const char *arg, uint64_t *eventset_r) return...
2010 Nov 02
0
[ANNOUNCE] libguestfs 1.6.0 tools for accessing and modifying VM disk images
...mmand line (retaining backwards compatibility). - guestfish '-d <domain>' for adding disks from libvirt domains. - guestfish '-N' option supports several new prepared disk image types: lvfs : disk with LV formatted with filesystem lv : disk with LV bootroot : boot+root bootrootlv : boot and root on LV - guestfish 'more' and 'edit' commands now work with arbitrary files. - guestfish '--echo-keys' option allows you to echo keys/passphrases while typing them. - guestmount now supports -a / -d / -i options, like guestfi...
2016 Aug 05
6
[PATCH 0/4] sparsify: Warn instead of error if a filesystem cannot be fstrimmed.
Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1364347
2010 Sep 21
1
Proposed timetable for libguestfs 1.6
...rate documentation for initial message. 6d9f8f5 guestfs: Remove traces of documentation for non-existent 'low-level API' f3c05da guestfs: Fix typo in man page. 979bcc5 todo: Notes on virt copy command. 6a87e0a Bring TODO file up to date. c51ade2 Version 1.5.9. d5c8d3b fish: Add guestfish -N bootroot and -N bootrootlv for creating boot+root disks. 574df37 fish: Add guestfish -N lvfs for creating formatted LVs. 422a8d8 fish: Add guestfish -N lv for creating disks with LVs. 45f72c8 fish: Improve appearance of guestfish -N help output. fa918b1 fish: Allow guestfish -N help for listing prepared dis...
2017 Jul 24
6
[PATCH 0/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
Replace GUESTFSD_EXT_CMD with a command line option ‘./guestfsd --print-external-commands’
2014 Sep 20
3
[PATCH v2 0/3] tests: Introduce test harness for running tests.
This has got to the stage where it actually works, both for running the tests in-tree and installed. The 'test-harness' script has become rather over-complex in the process however. Rich.
2014 Oct 03
0
[PATCH v3] tests: Introduce test harness for running tests.
...let cmd = + sprintf "guestfish -N %s-t=%s exit && mv %s-t %s" o ft o o in + if Sys.command cmd <> 0 then + failwith "guestfish command failed" + ) + ) [ "disk"; "part"; "fs"; "bootroot"; "bootrootlv" ]; + + (* Make several (phony) Fedora images. *) + List.iter ( + fun (layout, o) -> + rule o [ gaux // "make-fedora-img.pl"; + gaux // "fedora-journal.tar.xz"; + gaux // "fedora-n...
2014 Oct 05
0
[PATCH v5 1/7] tests: Introduce test harness for running tests.
...let cmd = + sprintf "guestfish -N %s-t=%s exit && mv %s-t %s" o ft o o in + if Sys.command cmd <> 0 then + failwith "guestfish command failed" + ) + ) [ "disk"; "part"; "fs"; "bootroot"; "bootrootlv" ]; + + (* Make several (phony) Fedora images. *) + List.iter ( + fun (layout, o) -> + rule o [ gaux // "make-fedora-img.pl"; + gaux // "fedora-journal.tar.xz"; + gaux // "fedora-n...