Bug#823400: tmpfs size calculation fails

2016-05-05 Thread Marcos Mello
It is 2.4.5-23-amd64 unmodified. I just customize the boot media (bootloader and filesystem.squashfs path). "To RAM" (toram=filesystem.squashfs) works, but the errors are still shown. Boot with live-boot.debug and take a look at /var/log/live/boot.log.

Bug#823400: tmpfs size calculation fails

2016-05-04 Thread Steven Shiau
On 05/04/2016 08:41 PM, Marcos Mello wrote: > busybox 1.22.0-18. /bin/ls is not a symlink to busybox in the initramfs. > > ls -la /bin/ls > -rwxr-xr-x1 00 2576 Jan 18 23:35 /bin/ls > > Running /bin/ls directly: > > /bin/ls -la /bin/ls > -la: No such file or directory > >

Bug#823400: tmpfs size calculation fails

2016-05-04 Thread Marcos Mello
busybox 1.22.0-18. /bin/ls is not a symlink to busybox in the initramfs. ls -la /bin/ls -rwxr-xr-x1 00 2576 Jan 18 23:35 /bin/ls Running /bin/ls directly: /bin/ls -la /bin/ls -la: No such file or directory (klibc-utils ls) So I do not know if #823323 has a role here.

Bug#823400: tmpfs size calculation fails

2016-05-04 Thread Steven Shiau
On 05/04/2016 06:48 PM, Marcos Mello wrote: > + ls -la /live/medium/clonezilla/filesystem.squashfs > + awk {print $5} > -la: No such file or directory Your issue might be related to this one: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823323 Which version of busybox do you have in your

Bug#823400: tmpfs size calculation fails

2016-05-04 Thread Marcos Mello
Package: live-boot Version: 4.0.2-1 I am using a self made Clonezilla 2.4.5-23-amd64 live media (filesystem.squashfs is inside clonezilla subdirectory, live-media-path=clonezilla and live-media=removable added to boot options) and with toram=filesystem.squashfs I get these errors