Re: create own user in usb wheezy live

2013-03-28 Thread debmailist
> #!/bin/bash > # add user and set default groups > useradd custom_user -G users,adm,sudo > echo " set default passwords " > echo "root:the_root_password" | chpasswd > echo "custom_user:the_custom_user_password" | chpasswd Thank you. -- To UNSUBSCRIBE, email to debian-live-requ...@lists.deb

Re: create own user in usb wheezy live

2013-03-28 Thread debmailist
> you are right, alternative if you want add *another* user, maybe you use > a live hooks > > you can add config/include.chroot/lib/live/config/999-add-custom-user > and put useradd commands Thank you. Does this hook method creates new user directly in system, or just adds it every time at sy

Re: create own user in usb wheezy live

2013-03-27 Thread debmailist
> you can pass the username via kernel parameter (in syslinux) > or you can add the file: This is not the way to create new user, this is the way to just change name of default live-user. Default live-user isn't even present in actual system, he is created from scratch by boot script at ev

Re: WARNING: The following packages cannot be authenticated!dctrl-tools

2013-03-27 Thread debmailist
Install debootstrap from Sid (1.0.47) Original Message From: "upite...@lycos.com" Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: debian-live@lists.debian.org Subject: WARNING: The following packages cannot be authenticated!dctrl-

Re: How to change root and user password and delete default user sudo permissions

2013-03-24 Thread debmailist
Hello I've already did that and still I'm not sure how to do it. I know that I can change default user name by --bootappend-live "boot=live config username=JOHN_DOE", But what if I want to delete this default user completly, prevent him from autologin, romove his sudo permissions, and add a new

How to change root and user password and delete default user sudo permissions

2013-03-23 Thread debmailist
How to change root and user password and delete default user sudo permissions? I know how to do it in regular system, but I how to achieve this during lb build? Do I have to use hooks? Can I do it manually via --interactive shell ? -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.o

Re: lb build : "WARNING: The following packages cannot beauthenticated!" error

2013-03-23 Thread debmailist
Great! Thank you! > Hi, > > On Sat, Mar 23, 2013 at 10:23:10AM -0400, debmail...@safe-mail.net wrote: > > Yesterday I tried to build Debian Live image but I encountered an error: > > > > >WARNING: The following packages cannot be authenticated! > > >libuuid-perl linux-base libklibc kli

lb build : "WARNING: The following packages cannot be authenticated!" error

2013-03-23 Thread debmailist
Yesterday I tried to build Debian Live image but I encountered an error: >WARNING: The following packages cannot be authenticated! >libuuid-perl linux-base libklibc klibc-utils initramfs-tools linux-image-3.2.0-4-486 linux-image-3.2.0-4-686-pae libc6-i686 busybox firmware linux-free linu

How to install custom kernel

2013-03-15 Thread debmailist
Hi I want to install custom kernel in Debian Live - I mean during lb build procedure. I read the documentation and from what I understand I need to put .deb packages with kernel image and headers into config/packages.chroot/ Is that all? Do I need any other lb config parameters? Or anything else?

Re: Encrypted persistent partition for Live Wheezy

2013-02-04 Thread debmailist
Thank you for answer Daniel Do I understand correctly that you are saying this is a Wheezy specific problem? What about Sid? Original Message From: Daniel Baumann Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: Debian-live mailing list

Re: Encrypted persistent partition for Live Wheezy

2013-02-02 Thread debmailist
Original Message From: debmail...@safe-mail.net Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: debian-live@lists.debian.org Subject: Re: Encrypted persistent partition for Live Wheezy Date: Wed, 30 Jan 2013 13:11:42 -0500 > Daniel can you confirm that

Re: Encrypted persistent partition for Live Wheezy

2013-01-30 Thread debmailist
Daniel can you confirm that persistence on encrypted partition works fine (so the problem is somewhere on my side)? Original Message From: debmail...@safe-mail.net Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: debian-live@lists.debian.org

Re: Encrypted persistent partition for Live Wheezy

2013-01-29 Thread debmailist
Only difference was that boot procedure froze on this: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver (just one line beneath the uhci_hcd... line) Original Message From: debmail...@safe-mail.net Apparently from: bounce-debian-live=debmailist=safe-mail..

Re: Encrypted persistent partition for Live Wheezy

2013-01-26 Thread debmailist
-debian-live=debmailist=safe-mail@lists.debian.org To: debian-live@lists.debian.org Subject: Re: Encrypted persistent partition for Live Wheezy Date: Sat, 26 Jan 2013 02:10:34 +0100 > Hi, > > debmail...@safe-mail.net wrote (25 Jan 2013 16:14:25 GMT) : > > + probe_for_fs_label

Re: Encrypted persistent partition for Live Wheezy

2013-01-20 Thread debmailist
I attached /var/log/live/boot.log file to my previous message as it has about 2000 lines. I but guess I should just paste it directly into the message. Again, please forgive my incompetence. So here it goes: + tailpid=192 + . /live.vars + tail -f boot.log + cat /proc/cmdline + _CMDLINE=boot=live

Re: Encrypted persistent partition for Live Wheezy

2013-01-19 Thread debmailist
here's boot.log Original Message From: Daniel Baumann Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: Debian-live mailing list Subject: Re: Encrypted persistent partition for Live Wheezy Date: Sat, 19 Jan 2013 18:36:46 +0100 > On 01

Re: Encrypted persistent partition for Live Wheezy

2013-01-19 Thread debmailist
nformations like error messages, debug logs are needed I'll need some tips how to find them. Original Message ---- From: Daniel Baumann Apparently from: bounce-debian-live=debmailist=safe-mail@lists.debian.org To: Debian-live mailing list Subject: Re: Encrypted persiste

Re: Re: Encrypted persistent partition for Live Wheezy

2013-01-18 Thread debmailist
# yes, basically the same procedure applies as to non-encrypted partitions. This procedure works for me only for wheezy hybrid-iso (downloaded from http://live.debian.net/cdimage/release/current-next/i386/iso-hybrid/) and non-encrypted partition. It doesn't work if partition is encrypted. It s

Encrypted persistent partition for Live Wheezy

2013-01-15 Thread debmailist
Can encrypted partition (cryptsetup) be used as a persistent storage just like a regular unencrypted partition for Live Wheezy? What steps should be made to configure it properly for that purpose? For unencrypted partition I'm using label "persistence", boot parameter "persistence" and file per