summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgueux2017-12-20 19:00:54 +0000
committeradmin2017-12-20 19:00:54 +0000
commit43c9bc7b35d49256f3d40d0b1923ad8a48844c1e (patch)
treee9c8970265b12f6a24814012d1011dcd22d9a776
parenteee395e7ab3e3d894098414025ab985bd001f701 (diff)
Added a comment
-rw-r--r--doc/forum/imageBuiltFor_mount_points_not_automatically_created/comment_1_af7d83cf29a578901fcf9aca0ea2426b._comment27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/forum/imageBuiltFor_mount_points_not_automatically_created/comment_1_af7d83cf29a578901fcf9aca0ea2426b._comment b/doc/forum/imageBuiltFor_mount_points_not_automatically_created/comment_1_af7d83cf29a578901fcf9aca0ea2426b._comment
new file mode 100644
index 00000000..e32e0870
--- /dev/null
+++ b/doc/forum/imageBuiltFor_mount_points_not_automatically_created/comment_1_af7d83cf29a578901fcf9aca0ea2426b._comment
@@ -0,0 +1,27 @@
+[[!comment format=mdwn
+ username="gueux"
+ avatar="http://cdn.libravatar.org/avatar/2982bac2c2cd94ab3860efb189deafc8"
+ subject="comment 1"
+ date="2017-12-20T19:00:54Z"
+ content="""
+When I add a `File.dirExists \"/boot/efi\"` property, it goes further, but fails at the end:
+
+ 0 100% 0.00kB/s 0:00:00 (xfr#0, to-chk=0/1)
+ 26,454,269 100% 163.62MB/s 0:00:00 (xfr#5, to-chk=0/8)
+ 770,765,173 99% 53.06MB/s 0:00:13 (xfr#26256, to-chk=0/33584)
+ update-initramfs: Generating /boot/initrd.img-4.9.0-4-amd64
+ Installing for x86_64-efi platform.
+ Installation finished. No error reported.
+ Generating grub configuration file ...
+ Found linux image: /boot/vmlinuz-4.9.0-4-amd64
+ Found initrd image: /boot/initrd.img-4.9.0-4-amd64
+ done
+ umount: /tmp/mntAMcRoY/boot/efi: not mounted.
+ ** fatal error: failed unmounting /tmp/mntAMcRoY/boot/efi
+ ** warning: /tmp/mntAMcRoY: removeDirectoryRecursive:removeContentsRecursive:removeDirectory: resource busy (Device or resource busy)
+ device-mapper: remove ioctl on loop0p3 failed: Device or resource busy
+ loop deleted : /dev/loop0
+ laptop built disk image /srv/router.img ... failed
+ laptop overall ... failed
+
+"""]]