what happened to the webboot 'flavour'?

2017-10-15 Thread Vincent McIntyre
Hi I trawled the list for the last year but could not find this discussed so here goes For jessie the archive structure goes like mirror/cdimage/archive/ 8.9.0-live// bt-hybrid/ iso-h

Re: Debian 9.1 - LiveCD root password

2017-08-07 Thread Vincent Farget
Hello, If you try (that's what I use) : sudo -i instead of : su Is it working for you ? Best regards, - Vince. On 07/08/2017 13:32, Юрий Жданов wrote: Hello! 1) I download live CD Debian debian-live-9.1.0-amd64-xfce.iso What default password for root user? i try su root live but system

Re: Re: How to change aufs size when using toram boot option LIVE-BOOT?

2014-01-13 Thread He Vincent
Hi, i have met a similar problem,i want to change the inode number of the tmpfs. I use the chroot hack to change the code in /lib/live/boot/9990-overlay.sh (live-build 3.0) to achieve that. But i really want and lb config option to custom the mount options of tmpfs. -- To UNSUBSCRIBE, email to

Bug#709887: live-build: No memory test in prebuild live images.

2013-05-26 Thread Vincent Smeets
e memtest image (it is usefull in a "rescue" iso), or otherwise disable the "Run Test" menu item. Regards, Vincent Smeets -- Package-specific info: -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture

Bug#694823: /usr/bin/lb: Unable to locate package ddrescue

2012-11-30 Thread Vincent Smeets
that some lists with package names contans old package names. The package ddrescue doesn"t exists. There is however a package gddrescue. The same holds for libguytools1. It should probably be libguytools2. I don't know about the package honeyd. The full output of the commands will be attached to

Bug#694102: live-build: Add support for cdebootstrap with qemu

2012-11-23 Thread Vincent
Package: live-build Version: 3.0~a51-1 Severity: wishlist Dear Maintainer, While bootstrapping with debootstrap and qemu for e.g. armhf architecture on an x86 PC works, it seems support for cdebootstrap and qemu is not currently implemented in live-build. Here is a patch against lb_bootstrap_cde

Re: Normal system user not being created

2012-11-23 Thread Vincent
On 11/23/2012 12:19 PM, Julian Pawlowski wrote: > it seems I am unable to get live-build to create the live-user > correctly. Hi, I think the live user gets only created at boot time. See http://live.debian.net/manual-2.x/html/live-manual.en.html#287 and http://live.debian.net/gitweb/?p=live-conf

Bug#693454: live-build: Missing support to set syslinux timeout from lb_config

2012-11-16 Thread Vincent Stehl?
Package: live-build Version: 3.0~a51-1 Severity: normal Dear Maintainer, It seems lb config cannot set the syslinux timeout from command line any more as once was the case with the '--syslinux-timeout' option. The timeout for e.g. isolinux seems to be hardcoded in /usr/share/live/build/bootloader

Bug#693453: live-build: More than one default entry for isolinux (live-@FLAVOUR@ and live-@FLAVOUR@-failsafe)

2012-11-16 Thread Vincent Stehl?
Package: live-build Version: 3.0~a51-1 Severity: normal Dear Maintainer, While playing with live-build to generate CD iso, I remarked than the two menu entries in /usr/share/live/build/bootloaders/isolinux/live.cfg.in are marked as 'default'. This makes the menu default to the 'failsafe' entry (w

Bug#691616: Workaround patch

2012-10-27 Thread Vincent
The following patch is a workaround. Probably not a definitive solution as it uses a 'find + exec cp' technique, which does one exec per file. Works for me :) V. --- /usr/share/live/build/functions/cache.sh.orig 2012-10-27 21:44:58.955195762 +0200 +++ /usr/share/live/build/functions/cache.sh 2012-

Bug#691616: Still in 3.0~a66-1

2012-10-27 Thread Vincent
Hi, This bug seems to be still present in version 3.0~a66-1 (with cache folder cache/packages.chroot). Best regards, V. -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.o

Bug#691616: live-build fails when cache "too full"

2012-10-27 Thread Vincent Stehlé
Package: live-build Version: 3.0~a45-1 Severity: normal When the package cache contains too many files, live-build fails: ... [2012-10-27 17:35:08] lb_chroot_apt install P: Configuring file /etc/apt/apt.conf [2012-10-27 17:35:09] lb_chroot_archives chroot install P: Configuring file /e

Bug#651520: live-build: booting a custom image fails because of missing /live/vmlinuz and /live/initrd symlinks

2011-12-09 Thread Vincent Fourmond
mlinuz-* binary/live/vmlinuz That does the trick, thanks ! (although mind it is not initrd.lz but initrd.img). I will see if now my other problems go away with a sid-based live image. Cheers, Vincent -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject

Bug#651520: live-build: booting a custom image fails because of missing /live/vmlinuz and /live/initrd symlinks

2011-12-09 Thread Vincent Fourmond
that later). Cheers, Vincent -- Package-specific info: -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SM

Bug#646387: live-build: Bootloader can't boot Live (can't find the kernel and initrd)

2011-10-23 Thread Vincent Smeets
om vmlinuz to vmlinuz_3.0.0_1_amd64 which isn't there. Entering manually the full filenames on the boot command line does start the linux system. /live/vmlinuz_3.0.0_1_amd64 initrd=/live/initrd.img boot=live config regards, Vincent -- Package-specific info: -- System Information: Debian R

Bug#646336: live-build: lh_config documents non-supported option --packages option

2011-10-23 Thread Vincent Smeets
Hello, My problem is not that the option is in the documentation. My problem is that the option is not in lb_config. Can it be added to lb_config? (or something equally) regards, Vincent On 23-10-11 14:11, Daniel Baumann wrote: retitle 646336 live-manual retitle 646336 update to live-* 3.x

Bug#646336: live-build: lh_config documents non-supported option --packages option

2011-10-23 Thread Vincent Smeets
. vincent@PC-Vincent:~/live/tmp$ lb config --packages lvm2 P: Considering defaults defined in /etc/live/build.conf lb config: unrecognized option '--packages' vincent@PC-Vincent:~/live/tmp$ The only way to include only a small number of packages is now to cre

Re: Localization issue

2010-06-06 Thread Vincent
tion this on the Debian wiki (http://wiki.debian.org/DebianLive/l10n). I am not sure the live-config manpage is the first place where people will look for information, since most of them won't probably install live-config on their computer... Best regards, -- Vincent Stehlé -- To UNSUBSCRIBE, email to de

Localization issue

2010-06-06 Thread Vincent
es have no locale settings. Is it just me or is it a known issue? Best regards, -- Vincent Stehlé -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c0be053.60...@bergerie

Re: USB stick boot error

2009-01-06 Thread Vincent
d-i386-xfce-desktop.img Good luck, -- Vincent Stehlé -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Thanks!

2008-11-17 Thread Vincent
'stable' and another flavor based on 'unstable+experimental' with OOo3). 'debian-live' is really a wonderful tool. Thank you to all developers! Best regards, -- Vincent Stehlé -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian live entirely in RAM ?

2008-10-15 Thread Vincent Stehlé
Chris Lamb wrote: > This feature is already implemented in live-initramfs; add 'toram' to your > boot parameters. Thanks! It works like a charm. -- Vincent Stehlé -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Debian live entirely in RAM ?

2008-10-15 Thread Vincent Stehlé
le given debian live current state? Any light sched on this issue would be greatly appreciated. Best regards, -- Vincent Stehlé -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]