Ubuntu Pastebin

Paste from Federico Gimenez Nieto at Tue, 15 Sep 2015 14:54:14 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
sh -x _integration-tests/scripts/install-test-initramfs /boot 85
+ current_boot_dir=/boot
+ writable_percent=85
+ pwd
+ tree_dir=/tmp/adt-run.psnzuW/tree
+ initrd_unpack_dir=/tmp/adt-run.psnzuW/command1-artifacts/initrd
+ + xargs basename
ls /boot/initrd.img /boot/initrd.img-3.19.0-28-generic
+ initrd_file=initrd.img
+ cp /boot/initrd.img /tmp/initrd.xz
+ cd /tmp/
+ unxz /tmp/initrd.xz
+ mkdir /tmp/adt-run.psnzuW/command1-artifacts/initrd
+ cd /tmp/adt-run.psnzuW/command1-artifacts/initrd
+ cpio -id
cpio: premature end of archive
+ cp /tmp/adt-run.psnzuW/tree/_integration-tests/scripts/resize-writable-test scripts/local-premount/
cp: cannot create regular file ‘scripts/local-premount/’: No such file or directory
+ sed -i s/writable_percent=.*/writable_percent=85/ scripts/local-premount/resize-writable-test
sed: can't read scripts/local-premount/resize-writable-test: No such file or directory
+ sed -i 1i /scripts/local-premount/resize-writable-test "$@"\n[ -e /conf/param.conf ] && . /conf/param.conf scripts/local-premount/ORDER
sed: can't read scripts/local-premount/ORDER: No such file or directory
+ + xz -c -7 --check=crc32
cpio -o -H newc
+ find .
1 block
+ [ /boot = /boot ]
+ sudo mount -o remount,rw /
+ sudo rm -rf /boot/initrd.img /tmp/initrd
+ sudo mv initrd.img /boot
+ sudo rm -rf /tmp/initrd*
+ [ /boot = /boot ]
+ sudo mount -o remount,ro /
Preparing reboot with mark initRAMFSSuite.TestFreeSpaceWithResize
Download as text