editing conf files
Hi, I want to make a custom Debian live cd with a installer, but how can I edit the sourcelist and other conf files for the customized distro? Thanks in advance, \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
chroots, xnest and gnome
Hi, I know how to start a 'chroot environment' (chroot chroot) How do I start gnome in xnest while in a chroot environment? So I can customize the gnome desktop? Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files
Padma wrote: Hi schoappied wrote: I want to make a custom Debian live cd with a installer, You can use live-helper for making Debian Live CD and in that for enabling installer with live CD you just have to set LH_DEBIAN_INSTALLER="live" and LH_DEBIAN_INSTALLER_DISTRIBUTION="daily" but how can I edit the sourcelist and other conf files for the customized distro? put edit source.list file and put that file into this path : config/chroot_local-includes/skel/etc/apt/source.list also you can once load live CD, save .conf file, take back up and use that .conf file by placing that file to config/chroot_local-includes/skel/ Thanks. And if I want to mix debian lenny with unstable (e.g. install some audio packages from unstable), how can I do it (e.g. specify which packages should be installed from unstable)? Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: chroots, xnest and gnome
Julien Cristau wrote: On Tue, Jan 6, 2009 at 13:39:26 +0100, schoappied wrote: Hi, I know how to start a 'chroot environment' (chroot chroot) How do I start gnome in xnest while in a chroot environment? So I can customize the gnome desktop? Bind-mount /tmp inside your chroot, so the X11 socket directory is shared. And then "startx ... -- /usr/bin/Xnest :1" should work. (btw, you might want to use Xephyr instead of Xnest) Is xephyr better? Can you tell me how it works with chroot? Thanks, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: chroots, xnest and gnome
Julien Cristau wrote: On Tue, Jan 6, 2009 at 13:39:26 +0100, schoappied wrote: Hi, I know how to start a 'chroot environment' (chroot chroot) How do I start gnome in xnest while in a chroot environment? So I can customize the gnome desktop? Bind-mount /tmp inside your chroot, so the X11 socket directory is shared. And then "startx ... -- /usr/bin/Xnest :1" should work. (btw, you might want to use Xephyr instead of Xnest) I tried to start Xephyr: debian-live$ Xephyr :1 -screen 1024x768 -ac Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list! Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list! Could not init font path element /usr/share/fonts/X11/100dpi, removing from list! Could not init font path element /usr/share/fonts/X11/75dpi, removing from list! but then: :/usr/bin# env DISPLAY=:1 gnome-session & (gnome-session:3729): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. (gnome-session:3729): Gtk-WARNING **: cannot open display: :1 [1] 3729 [1]+ Exit 1 env DISPLAY=:1 gnome-session What could this be? Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files
Padma wrote: Hi schoappied wrote: I want to make a custom Debian live cd with a installer, You can use live-helper for making Debian Live CD and in that for enabling installer with live CD you just have to set LH_DEBIAN_INSTALLER="live" and LH_DEBIAN_INSTALLER_DISTRIBUTION="daily" but how can I edit the sourcelist and other conf files for the customized distro? put edit source.list file and put that file into this path : config/chroot_local-includes/skel/etc/apt/source.list You have to make that path yourself after lh_config? -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files
Padma wrote: Hi schoappied wrote: I want to make a custom Debian live cd with a installer, You can use live-helper for making Debian Live CD and in that for enabling installer with live CD you just have to set LH_DEBIAN_INSTALLER="live" and LH_DEBIAN_INSTALLER_DISTRIBUTION="daily" but how can I edit the sourcelist and other conf files for the customized distro? put edit source.list file and put that file into this path : config/chroot_local-includes/skel/etc/apt/source.list also you can once load live CD, save .conf file, take back up and use that .conf file by placing that file to config/chroot_local-includes/skel/ You mean sources.list don't you? Not source.list -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files
Padma wrote: schoappied wrote: Padma wrote: Thanks. And if I want to mix debian lenny with unstable (e.g. install some audio packages from unstable), how can I do it (e.g. specify which packages should be installed from unstable)? Download that unstable package (.deb/lib files) put that package file into config/chroot_local-includes/tmp/ and put unzip that package (if taz.gz)place that into chroot_local-includes/usr/lib/ Thanks but I don't want to build a testing system with a few unstable packages, but I want to have a mixed system, like described here: http://forums.debian.net/viewtopic.php?t=15612 So I want to have both testing and unstable repo's in my sourceslist and make a file apt.conf with this enty: APT::Default-Release "testing"; The files apt.conf is normally in /etc/apt/apt.conf (the same place as the sources.list). Should I copy the apt.conf file also in this path: config/chroot_local-includes/skel/etc/apt/ ? Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files
schoappied wrote: Padma wrote: schoappied wrote: Padma wrote: Thanks. And if I want to mix debian lenny with unstable (e.g. install some audio packages from unstable), how can I do it (e.g. specify which packages should be installed from unstable)? Download that unstable package (.deb/lib files) put that package file into config/chroot_local-includes/tmp/ and put unzip that package (if taz.gz)place that into chroot_local-includes/usr/lib/ Thanks but I don't want to build a testing system with a few unstable packages, but I want to have a mixed system, like described here: http://forums.debian.net/viewtopic.php?t=15612 So I want to have both testing and unstable repo's in my sourceslist and make a file apt.conf with this enty: APT::Default-Release "testing"; The files apt.conf is normally in /etc/apt/apt.conf (the same place as the sources.list). Should I copy the apt.conf file also in this path: config/chroot_local-includes/skel/etc/apt/ ? Thanks in advance, \d In addition to the question above. How do I manage config files in general? I want to edit for example: /etc/security/limits.conf where should I put that file for building the live-cd? What is the relation between where the file is at on a installed debian installation and where the file is at in an debian-live (before building)? Also when I want to edit the fstab, menu.lst etc. how can I know in which paths I have to copy those files? Regards, -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files
Padma wrote: schoappied wrote: Padma wrote: Thanks. And if I want to mix debian lenny with unstable (e.g. install some audio packages from unstable), how can I do it (e.g. specify which packages should be installed from unstable)? Download that unstable package (.deb/lib files) put that package file into config/chroot_local-includes/tmp/ and put unzip that package (if taz.gz)place that into chroot_local-includes/usr/lib/ Most of the conf questions are answered via IRC chat... If I have more I'll ask them... Thanks, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
(re)configure and rebuild
Hi, What is a proper way to (re)configure a build live-cd? I have for example build a live-cd but want to change something e.g. the source.list or add a package or something. Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files
Padma wrote: schoappied wrote: Padma wrote: Hi schoappied wrote: I want to make a custom Debian live cd with a installer, You can use live-helper for making Debian Live CD and in that for enabling installer with live CD you just have to set LH_DEBIAN_INSTALLER="live" and LH_DEBIAN_INSTALLER_DISTRIBUTION="daily" but how can I edit the sourcelist and other conf files for the customized distro? put edit source.list file and put that file into this path : config/chroot_local-includes/skel/etc/apt/source.list You have to make that path yourself after lh_config? skel/etc/apt/source.list path you have to make your self N i have source.list not sources.list ok. I have a file called apt.conf in debianlive/config/chroot_local-includes/etc/apt With a line to make testing the default release: APT::Default-Release "testing"; Which makes me able to use testing and unstable repo's (I use debian like that every day with success). But when I build the live-cd it installs a lot of unstable packages, which shouldn't be happened... How can I solve it? Thanks, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files (apt.conf and pinning)
schoappied wrote: Padma wrote: schoappied wrote: Padma wrote: Hi schoappied wrote: I want to make a custom Debian live cd with a installer, You can use live-helper for making Debian Live CD and in that for enabling installer with live CD you just have to set LH_DEBIAN_INSTALLER="live" and LH_DEBIAN_INSTALLER_DISTRIBUTION="daily" but how can I edit the sourcelist and other conf files for the customized distro? put edit source.list file and put that file into this path : config/chroot_local-includes/skel/etc/apt/source.list You have to make that path yourself after lh_config? skel/etc/apt/source.list path you have to make your self N i have source.list not sources.list ok. I have a file called apt.conf in debianlive/config/chroot_local-includes/etc/apt With a line to make testing the default release: APT::Default-Release "testing"; Which makes me able to use testing and unstable repo's (I use debian like that every day with success). But when I build the live-cd it installs a lot of unstable packages, which shouldn't be happened... How can I solve it? Thanks, \d In addition to the message above: Also pinning doesn't seems to work when building the live-cd. I have a file called 'preferences' in debianlive/config/chroot_local-includes/etc/apt with: Package: * Pin: release a=testing Pin-Priority: 900 Package: * Pin: release o=Debian Pin-Priority: -10 Besides this, it should work with only the apt.conf file... Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#511247: Debian mixed testing/unstable, apt.conf, Default-Release, live-helper sequence;
Package: live-helper Version: 1.0.2-2 We can't build a Debian testing/ unstable mixed system with just the /etc/apt/apt.conf file with this line: APT::Default-Release "testing"; Discussion from IRC #debian-live: [13:27] But we cannot use apt.conf (ie. Default-Release) as it requires the wrong type. And live-helper messes with it incorrectly if I read the scrollback correctly (which is a bug). [13:28] lamby: but lh_chroot_apt has no provision for arbitrary additional apt.conf.d material :P [13:28] if it did, we'd be ok [13:28] we could use Default-Release here [13:28] the line i posted to the list won't work only because we cannot automatically set this to LH_DISTRIBUTION [13:28] but if we could provide our own /etc/apt/conf.d/99default-release [13:29] er [13:29] /etc/apt/apt.conf.d/99default-release [13:29] then we'd be fine [13:29] Why can't you do that via includes? [13:29] because the sequence is: [13:29] lh_chroot_apt [13:29] Hah, of course. :) [13:29] lh_chroot_local-packages [13:29] Please file this is a bug. [13:30] lh_chroot_local-includes [13:30] :P from man apt.conf: Default-Release Default release to install packages from if more than one version available. Contains release name or release version. Examples: ´stable´, ´testing´, ´unstable´, ´4.0´, ´5.0*´. Release codenames (´etch´, ´lenny´ etc.) are not allowed now. See also apt_preferences(5). -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
sudo enabled after install live-cd to hdd
Hi, I want users of my live-cd have the possibility to install the live-cd and have sudo enabled, which also means the new user of the distro is added to the sudo group. \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: sudo enabled after install live-cd to hdd
Daniel Baumann wrote: schoappied wrote: Hi, Hi, I want users of my live-cd have the possibility to install the live-cd and have sudo enabled, which also means the new user of the distro is added to the sudo group. use live-installer, and since you then are using d-i, you can let d-i configure sudo access as you like it. there's also a preseeding option for it. Regards, Daniel Like this? # $LH_ROOT_COMMAND: use sudo or equivalent # (Default: empty) LH_ROOT_COMMAND="sudo" Does this also leave 'su' as it is e.g. the user is able to use su and sudo (I think that is the perfect situation or are there disadvantages? Kind regards, \r -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: sudo enabled after install live-cd to hdd
Daniel Baumann wrote: schoappied wrote: Like this? # $LH_ROOT_COMMAND: use sudo or equivalent # (Default: empty) LH_ROOT_COMMAND="sudo" no; this is a live-helper option. it influences *how* the live system gets build, not *what* gets build. mmh ok. you talk about d-i , I guess that mean debian installer? I've to configure the debian installer? Where can I find good info about that? thanks, \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
license packages
Hi, I am not able to include packages like sun-java-plugin and the msstcorefonts which requires to sign a license. sun-dlj-v1-1 license could not be presented try 'dpkg-reconfigure debconf' to select a frontend other than noninteractive dpkg: error processing /var/cache/apt/archives/sun-java6-jre_6-07-4_all.deb (--unpack): subprocess pre-installation script returned error exit status 2 Is there is solution for this? \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: editing conf files (fstab)
Hi, It it possible to add this line to the live-cd fstab? none /tmp/jack tmpfs defaults 0 0 I'm asking this, cause I don't want to screw my fstab... \r -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: license packages
Daniel Baumann wrote: schoappied wrote: Is there is solution for this? /usr/share/live-helper/examples/hooks/sun-java6.sh Mmh interesting packages there... I want to make a as easy as possible desktop for users. What is recommend to install? What kind of drivers/ modules? One note.. the tools use apt-get by default... I use aptitude, I think I should change those to aptitude right? Kind regards, \r -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: license packages
Daniel Baumann wrote: schoappied wrote: Is there is solution for this? /usr/share/live-helper/examples/hooks/sun-java6.sh I got these errors: he following NEW packages will be installed: libxp6 odbcinst1debian1 sun-java6-bin sun-java6-demo sun-java6-doc sun-java6-fonts sun-java6-jdk sun-java6-jre sun-java6-plugin sun-java6-source unixodbc 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. Need to get 80.9MB of archives. After this operation, 198MB of additional disk space will be used. Get:1 http://ftp.us.debian.org lenny/non-free sun-java6-jre 6-07-4 [6325kB] Get:2 http://ftp.us.debian.org lenny/main odbcinst1debian1 2.2.11-16 [65.8kB] Get:3 http://ftp.us.debian.org lenny/main unixodbc 2.2.11-16 [286kB] Get:4 http://ftp.us.debian.org lenny/non-free sun-java6-bin 6-07-4 [27.3MB] Get:5 http://ftp.us.debian.org lenny/non-free sun-java6-jdk 6-07-4 [17.4MB] Get:6 http://ftp.us.debian.org lenny/main libxp6 1:1.0.0.xsf1-2 [16.3kB] Get:7 http://ftp.us.debian.org lenny/non-free sun-java6-demo 6-07-4 [11.9MB] Get:8 http://ftp.us.debian.org lenny/non-free sun-java6-doc 6-07-4 [33.9kB] Get:9 http://ftp.us.debian.org lenny/non-free sun-java6-fonts 6-07-4 [1840B] Get:10 http://ftp.us.debian.org lenny/non-free sun-java6-plugin 6-07-4 [1974B] Get:11 http://ftp.us.debian.org lenny/non-free sun-java6-source 6-07-4 [17.6MB] Preconfiguring packages ... Fetched 80.9MB in 8s (9049kB/s) Selecting previously deselected package sun-java6-jre. (Reading database ... 113249 files and directories currently installed.) Unpacking sun-java6-jre (from .../sun-java6-jre_6-07-4_all.deb) ... sun-dlj-v1-1 license has already been accepted Selecting previously deselected package odbcinst1debian1. Unpacking odbcinst1debian1 (from .../odbcinst1debian1_2.2.11-16_i386.deb) ... Selecting previously deselected package unixodbc. Unpacking unixodbc (from .../unixodbc_2.2.11-16_i386.deb) ... Selecting previously deselected package sun-java6-bin. Unpacking sun-java6-bin (from .../sun-java6-bin_6-07-4_i386.deb) ... sun-dlj-v1-1 license has already been accepted Selecting previously deselected package sun-java6-jdk. Unpacking sun-java6-jdk (from .../sun-java6-jdk_6-07-4_i386.deb) ... sun-dlj-v1-1 license has already been accepted Selecting previously deselected package libxp6. Unpacking libxp6 (from .../libxp6_1%3a1.0.0.xsf1-2_i386.deb) ... Selecting previously deselected package sun-java6-demo. Unpacking sun-java6-demo (from .../sun-java6-demo_6-07-4_i386.deb) ... Selecting previously deselected package sun-java6-doc. Unpacking sun-java6-doc (from .../sun-java6-doc_6-07-4_all.deb) ... Selecting previously deselected package sun-java6-fonts. Unpacking sun-java6-fonts (from .../sun-java6-fonts_6-07-4_all.deb) ... Selecting previously deselected package sun-java6-plugin. Unpacking sun-java6-plugin (from .../sun-java6-plugin_6-07-4_i386.deb) ... Selecting previously deselected package sun-java6-source. Unpacking sun-java6-source (from .../sun-java6-source_6-07-4_all.deb) ... Processing triggers for man-db ... Processing triggers for menu ... Processing triggers for doc-base ... Processing 2 added doc-base file(s)... Registering documents with scrollkeeper... Setting up odbcinst1debian1 (2.2.11-16) ... Setting up unixodbc (2.2.11-16) ... Setting up libxp6 (1:1.0.0.xsf1-2) ... Setting up sun-java6-doc (6-07-4) ... This package is an installer package, it does not actually contain the JDK documentation. You will need to go download one of the archives: jdk-6-doc.zip jdk-6-doc-ja.zip (choose the non-update version if this is the first installation). Please visit http://java.sun.com/javase/downloads/ now and download. The file should be owned by root.root and be copied to /tmp. [Press RETURN to try again, 'no' + RETURN to abort] dpkg: error processing sun-java6-doc (--configure): subprocess post-installation script returned error exit status 1 Setting up sun-java6-bin (6-07-4) ... FATAL: Could not load /lib/modules/2.6.28-1-686/modules.dep: No such file or directory update-binfmts: warning: Couldn't load the binfmt_misc module. Setting up sun-java6-jre (6-07-4) ... Setting up sun-java6-jdk (6-07-4) ... Setting up sun-java6-demo (6-07-4) ... Setting up sun-java6-fonts (6-07-4) ... Updating fontconfig cache for /usr/share/fonts/truetype/ttf-lucida Setting up sun-java6-plugin (6-07-4) ... Setting up sun-java6-source (6-07-4) ... Processing triggers for menu ... Errors were encountered while processing: sun-java6-doc E: Sub-process /usr/bin/dpkg returned an error code (1) P: Begin unmounting filesystems... -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: license packages
Daniel Baumann wrote: schoappied wrote: [...] Setting up sun-java6-doc (6-07-4) ... This package is an installer package, it does not actually contain the JDK documentation. You will need to go download one of the archives: jdk-6-doc.zip jdk-6-doc-ja.zip (choose the non-update version if this is the first installation). Please visit http://java.sun.com/javase/downloads/ now and download. The file should be owned by root.root and be copied to /tmp. [Press RETURN to try again, 'no' + RETURN to abort] dpkg: error processing sun-java6-doc (--configure): subprocess post-installation script returned error exit status 1 Setting up sun-java6-bin (6-07-4) ... FATAL: Could not load /lib/modules/2.6.28-1-686/modules.dep: No such file or directory [...] Errors were encountered while processing: sun-java6-doc so please read the message you were given and act as it sais. Ok, thanks -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: license packages
Daniel Baumann wrote: Michal Suchanek wrote: AFAIK apt does not track manually installed packages at all, it makes all packages it installs seem manually installed as it does not record which were added automatically. apt does track manually installed packages since quite some time (end lets you cleanup unused, automatically pulled in packages with apt-get autoremove). For debian-live aptitude can cope with (ignore) packages that are on your install list but not installable. This is not good for testing that your lists are correct jup. but it helps when the lists included with debian-live are wrong. which in theory should never happen and if so, reported and it will fixed right away. I use aptitude cause it's been recommended for mixed systems and I have (very) good experiences with it: http://forums.debian.net/viewtopic.php?t=15612 -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: license packages
Daniel Baumann wrote: Michal Suchanek wrote: There is a difference here. Aptitude cleans up the dependencies automatically when you remove whatever needed them. Unfortunately, neither tool seems to be configurable to do what the other does. Messy. apt can do that as well: APT::Get:AutomaticRemove "true"; in /etc/apt/apt.conf (for those interested: for other values, it may be worth to have a look at preseed-apt from http://git.debian.net/?p=debian-custom/preseed-apt.git which is a preseeding interface for apt.conf, i did this do configure stuff through a preseeding file e.g. in live systems). The most important part, though, is that apt does not track automatically installed packages on stable (etch) so it might have been ages but not long enough ages for Debian. i do totally agree that one should use aptitude on etch, because at the time etch was released, aptitude was better than etch. for lenny, i beg to differ - i think that apt-get is much better in lenny and newer than aptitude is. that is also reflected in live-helper: for building etch images, we default to use aptitude, for everything later, we default to use apt. Nice thing to try out when Lenny is released and I manage to get rid of any etch systems. ^5, i'm so looking forward to getting rid of etch as well Now I'm in doubt whether aptitude or apt-get is preferable for a mixed testing/unstable system.. What do you advise and why? And do you know both aptitude and apt-get well? \r -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
include .sh installer script
Hi, Any ideas how to include the newest lilypond, which should be installed using a .sh script installer? http://lilypond.org/web/install/#2.12 \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: include .sh installer script
Daniel Baumann wrote: schoappied wrote: Hi, Hi, Any ideas how to include the newest lilypond, which should be installed using a .sh script installer? "we don't do that" [tm] in general, you should wait for/bug/whatever the lilypond maintainer. That package is pretty outdated and lilypond users advise to use the newest... however, you could do do ugly stuff with includes or hooks, but you really should not do this. thanks -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
virtualization vesa bug
Hi, I can't set my screen resolutions right in virtualbox :/ Seems to be a bug in the vesa driver.. I tried it with the testing/unstable/experimental driver, no success. Regards, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
language support
Hi, How can I set the language for the live-cd to dutch? What software packages should I install for a broad area of language support, e.g. as many languages as possible? How does it work with the installer? If I want people to be able to choose their default language, should I already have those on my live-cd or does the installer download it from internet? Is it also possible to change the country of the mirror of the default repo's? Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
gconftool-2: custom desktop settings
Hi, I want to change some settings of the live-cd desktop and I'm wondering how to do it. I've heard you better do it with gconftool. This is what I want: 1) change desktop theme 2) remove icons from the menu 3) add icons to entries in the menu which don't have an icon 4) remove the top panel 5) add gnome-main-menu to the low panel and some other things like networkmanager, fast user switch etc. 6) add bookmarks to bookmark menu in iceweasel and also to the bookmark toolbar. 7) add a new search engine to iceweasel 8) edit the applications preferences (icedove for email for instance) Ok.. maybe you know some commands and can tell me. Of course I will search the internet for it myself too. If you have some good weblinks to good information, please share them. Kind regards, \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: virtualization vesa bug
mariodebian wrote: El vie, 16-01-2009 a las 14:55 +0100, schoappied escribió: Hi, I can't set my screen resolutions right in virtualbox :/ Seems to be a bug in the vesa driver.. I tried it with the testing/unstable/experimental driver, no success. Regards, \d Seems to be related to this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489051 Closed with vesa driver in experimental, but vesa in experimental is compiled with Xorg > 1.4.99 which is not in sid/testing... Apply my patch and recompile vesa driver: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489051#46 Thanks. But I don't have experience with patching unfortunately... Maybe I can learn it? ... \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: virtualization vesa bug
mariodebian wrote: El vie, 16-01-2009 a las 14:55 +0100, schoappied escribió: Hi, I can't set my screen resolutions right in virtualbox :/ Seems to be a bug in the vesa driver.. I tried it with the testing/unstable/experimental driver, no success. Regards, \d Seems to be related to this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489051 Closed with vesa driver in experimental, but vesa in experimental is compiled with Xorg > 1.4.99 which is not in sid/testing... Apply my patch and recompile vesa driver: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489051#46 With the patch (thanks for that) I can change the resolution in qemu. But not to 1024x768 :( Only below that \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: virtualization vesa bug
schoappied wrote: mariodebian wrote: El vie, 16-01-2009 a las 14:55 +0100, schoappied escribió: Hi, I can't set my screen resolutions right in virtualbox :/ Seems to be a bug in the vesa driver.. I tried it with the testing/unstable/experimental driver, no success. Regards, \d Seems to be related to this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489051 Closed with vesa driver in experimental, but vesa in experimental is compiled with Xorg > 1.4.99 which is not in sid/testing... Apply my patch and recompile vesa driver: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489051#46 With the patch (thanks for that) I can change the resolution in qemu. But not to 1024x768 :( Only below that A while ago you had to set the right xorg settings by 'dpkg-reconfigure-xserver-xorg' But that doesn't work anymore for screen settings is it? What is now 'The' way? In qemu I've only the choice 800x600 or 640x480 I've installed xorg and xserver-xorg (and drivers). \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: language support
Hans Ekbrand wrote: On Fri, Jan 16, 2009 at 02:58:59PM +0100, schoappied wrote: Hi, How can I set the language for the live-cd to dutch? Start with reading http://live.debian.net/manual/html/language.html thanks -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
{Spam?} mouse problem
Hi, I don't have a mouse function anymore on my live-cd :( I got some gconfd related errors and 'problems connecting configuration server' And some xorg messages... Is there a way to check that boot log of the live-cd? Sometimes I got this message: http://img401.imageshack.us/my.php?image=gnomesettingszy7.png Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
packages list
Hi, I've been playing now for a while with live-cd and now I'm wondering how to make a good packagelist. What is your workflow? And where can I find good info about what packages you need for what? I want to make a user/newbiefriendly desktop as possible. So audio, printer, desktop, laptop, etc. should work 'out of the box' for as many people/ hardware as possible without getting a to big iso file. Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: packages list
Daniel Baumann wrote: why then not just stick with tasks from tasksel and extend these with packages you personally miss. Cause I never heard of tasksel ;) but this could be a useful tool for me, thanks. How can I use tasksel to build a packagelist for a live-cd? \regards -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: gconftool-2: custom desktop settings
Daniel Baumann wrote: Hans Ekbrand wrote: There is a mailing-list specialised for gnome in debian, try posting there instead. jup, thanks for pointing it out. We do not have the ressources to help you with *generic* debian or linux stuff, you need to solve these problems yourself. Also, there are a lot of other mailinglists and people in and around debian that already do this (particulary worth mentioning is debian-u...@lists.debian.org for broad issues). however, what we are here for is to help you integrate your solution when you have found one into a live image and how to make it work best for you wrt/ live-helper and live-initramfs. I understand and will subscribe to those mailinglists for generic questions, thanks. \r -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: language support
Daniel Baumann wrote: last but not least, some word of advertisement: we'll more than happy to get patches for the manual in order to document undocumented stuff or to improve already documented things. After a bit of successful experimenting and having a good working live-cd, I'll see what I've learned which is not yet in the wiki and will write some patches if needed. Regards, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: packages list
schoappied wrote: How can I use tasksel to build a packagelist for a live-cd? Sorry, I was to fast with that question, I think I can find it myself ;) \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
d-i build error: wrong package/kernel version?
Hi, At the end of the build process I got an error (see below). The build system points to a wrong kernel version or something, e.g. 1.75 doesn't exist, 1.76 does The following packages will be REMOVED: squashfs-tools{p} 0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 238kB will be freed. Writing extended state information... (Reading database ... 113664 files and directories currently installed.) Removing squashfs-tools ... Processing triggers for man-db ... Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Writing extended state information... Reading task descriptions... P: Begin creating manifest... P: Begin installing local packages lists... P: Begin install linux-image... P: Begin installing debian-installer... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: dosfstools efibootmgr grub-common mbr Suggested packages: grub-legacy-doc multiboot-doc mdadm lilo-doc The following NEW packages will be installed: dosfstools efibootmgr elilo grub grub-common lilo mbr 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. Need to get 1236kB of archives. After this operation, 3080kB of additional disk space will be used. Get:1 http://ftp.us.debian.org lenny/main dosfstools 3.0.1-1 [85.1kB] Get:2 http://ftp.us.debian.org lenny/main efibootmgr 0.5.4-2 [34.9kB] Get:3 http://ftp.us.debian.org lenny/main elilo 3.8-1 [135kB] Get:4 http://ftp.us.debian.org lenny/main grub-common 1.96+20080724-12 [188kB] Get:5 http://ftp.us.debian.org lenny/main grub 0.97-47lenny1 [388kB] Get:6 http://ftp.us.debian.org lenny/main mbr 1.1.10-2 [22.9kB] Get:7 http://ftp.us.debian.org lenny/main lilo 1:22.8-7 [382kB] Fetched 1236kB in 1s (625kB/s) Download complete and in download only mode http://ftp.us.debian.org/debian//pool/main/l/linux-kernel-di-i386-2.6/acpi-modules-2.6.26-1-486-di_1.75_i386.udeb: 2009-01-19 02:11:56 Fout 404: Not Found. P: Begin unmounting filesystems... -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
permissions problems after installing the live-cd
Hi, After installing the live-cd in vbox, I couldn't log in and got this message: ERROR I can't write to /tmp/orbit-rooz, ORB init failed, aborting With some help of the IRC channel I could solve this by: 'chmod 1777 /tmp' But the question is, what causes this problem and what is a long-term solution? This is a part of the log file with also a strange gdm message: Setting up sudo (1.6.9p17-1) ... No /etc/sudoers found... creating one for you. Setting up gnome-keyring (2.22.3-2) ... Setting up gksu (2.0.0-6) ... Setting up gdm (2.20.7-4) ... Adding group `gdm' (GID 109) ... Done. Warning: The home dir /var/lib/gdm you specified already exists. Adding system user `gdm' (UID 104) ... Adding new user `gdm' (UID 104) with group `gdm' ... The home directory `/var/lib/gdm' already exists. Not copying from `/etc/skel'. adduser: Warning: The home directory `/var/lib/gdm' does not belong to the user you are currently creating. usermod: no changes usermod: no changes usermod: no changes -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: permissions problems after installing the live-cd
schoappied wrote: Hi, After installing the live-cd in vbox, I couldn't log in and got this message: ERROR I can't write to /tmp/orbit-rooz, ORB init failed, aborting With some help of the IRC channel I could solve this by: 'chmod 1777 /tmp' But the question is, what causes this problem and what is a long-term solution? This is a part of the log file with also a strange gdm message: Setting up sudo (1.6.9p17-1) ... No /etc/sudoers found... creating one for you. Setting up gnome-keyring (2.22.3-2) ... Setting up gksu (2.0.0-6) ... Setting up gdm (2.20.7-4) ... Adding group `gdm' (GID 109) ... Done. Warning: The home dir /var/lib/gdm you specified already exists. Adding system user `gdm' (UID 104) ... Adding new user `gdm' (UID 104) with group `gdm' ... The home directory `/var/lib/gdm' already exists. Not copying from `/etc/skel'. adduser: Warning: The home directory `/var/lib/gdm' does not belong to the user you are currently creating. usermod: no changes usermod: no changes usermod: no changes Is this a bug in live-helper? -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: sudo enabled after install live-cd to hdd
Daniel Baumann wrote: schoappied wrote: you talk about d-i , I guess that mean debian installer? yes. I've to configure the debian installer? you don't have to, but you can. I tried to preseed, but I think it fails... I've this in the binary file: # $LH_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url # (Default: ) LH_DEBIAN_INSTALLER_PRESEEDFILE="/home/d/debianlive/preseed.cfg" This are the options specified in the preseed.cfg to enable sudo and have a custom sources.list: ### Account setup # Skip creation of a root account (normal user account will be able to # use sudo). d-i passwd/root-login boolean false # Alternatively, to skip creation of a normal user account. #d-i passwd/make-user boolean false # Root password, either in clear text #d-i passwd/root-password password r00tme #d-i passwd/root-password-again password r00tme # or encrypted using an MD5 hash. #d-i passwd/root-password-crypted password [MD5 hash] # To create a normal user account. #d-i passwd/user-fullname string Debian User #d-i passwd/username string debian # Normal user's password, either in clear text #d-i passwd/user-password password insecure #d-i passwd/user-password-again password insecure # or encrypted using an MD5 hash. #d-i passwd/user-password-crypted password [MD5 hash] # Create the first user with the specified UID instead of the default. #d-i passwd/user-uid string 1010 # The user account will be added to some standard initial groups. To # override that, use this. #d-i passwd/user-default-groups string audio cdrom video ### Apt setup # You can choose to install non-free and contrib software. #d-i apt-setup/non-free boolean true #d-i apt-setup/contrib boolean true # Uncomment this if you don't want to use a network mirror. d-i apt-setup/use_mirror boolean false # Select which update services to use; define the mirrors to be used. # Values shown below are the normal defaults. #d-i apt-setup/services-select multiselect security, volatile #d-i apt-setup/security_host string security.debian.org #d-i apt-setup/volatile_host string volatile.debian.org # Additional repositories, local[0-9] available d-i apt-setup/local0/repository string \ # http://local.server/debian stable main ftp://ftp.debian.us/debian/ testing main contrib non-free d-i apt-setup/local1/repository string \ http://www.debian-multimedia.org/ testing main d-i apt-setup/local2/repository string \ http://ftp.us.debian.org/debian/ unstable main contrib non-free d-i apt-setup/local3/repository string \ http://ftp.uni-kl.de/debian-multimedia/ unstable main d-i apt-setup/local4/repository string \ http://security.debian.org lenny/updates main contrib non-free #d-i apt-setup/local0/comment string local server # Enable deb-src lines d-i apt-setup/local0/source boolean true # URL to the public key of the local repository; you must provide a key or # apt will complain about the unauthenticated repository and so the # sources.list line will be left commented out #d-i apt-setup/local0/key string http://local.server/key # By default the installer requires that repositories be authenticated # using a known gpg key. This setting can be used to disable that # authentication. Warning: Insecure, not recommended. d-i debian-installer/allow_unauthenticated string true Regards, ~d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: sudo enabled after install live-cd to hdd
schoappied wrote: Daniel Baumann wrote: schoappied wrote: you talk about d-i , I guess that mean debian installer? yes. I've to configure the debian installer? you don't have to, but you can. I tried to preseed, but I think it fails... I've this in the binary file: # $LH_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url # (Default: ) LH_DEBIAN_INSTALLER_PRESEEDFILE="/home/d/debianlive/preseed.cfg" Ok I think I fixed this with some kind help from IRC. This are parts from my binary file. preseed.cfg did I put in /config/binary_debian-installer/ # $LH_BOOTAPPEND_INSTALL: set boot parameters # (Default: empty) LH_BOOTAPPEND_INSTALL="file=/cdrom/install/preseed.cfg -- ${LH_BOOTAPPEND_LIVE}" # $LH_BOOTLOADER: set bootloader # (Default: syslinux) LH_BOOTLOADER="syslinux" # $LH_CHECKSUMS: set checksums # (Default: enabled) LH_CHECKSUMS="enabled" # ${LH_CHROOT_BUILD: control if we build binary images chrooted # (Default: enabled) # DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to disabled. LH_CHROOT_BUILD="enabled" # $LH_DEBIAN_INSTALLER: set debian-installer # (Default: disabled) LH_DEBIAN_INSTALLER="live" # $LH_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite # (Default: empty) LH_DEBIAN_INSTALLER_DISTRIBUTION="daily" # $LH_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url # (Default: ) LH_DEBIAN_INSTALLER_PRESEEDFILE="/home/d/debianlive/preseed.cfg" -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: permissions problems after installing the live-cd
Daniel Baumann wrote: schoappied wrote: Is this a bug in live-helper? no. mmh ok.. I keep having problems after installing. Now the /tmp folder looks fine but I can only login as root.. You do lh_clean and lh_build as root right? Regards, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: sudo enabled after install live-cd to hdd
Daniel Baumann wrote: schoappied wrote: # $LH_BOOTAPPEND_INSTALL: set boot parameters # (Default: empty) LH_BOOTAPPEND_INSTALL="file=/cdrom/install/preseed.cfg -- ${LH_BOOTAPPEND_LIVE}" this is not required, it gets set automatically if you do what i said before. # $LH_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url # (Default: ) LH_DEBIAN_INSTALLER_PRESEEDFILE="/home/d/debianlive/preseed.cfg" as i said before, this is wrong. Sorry, I must have missed your previous message. Thanks for your help. Kind regards, ~d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: gconftool-2: custom desktop settings
Daniel Baumann wrote: Hans Ekbrand wrote: There is a mailing-list specialised for gnome in debian, try posting there instead. however, what we are here for is to help you integrate your solution when you have found one into a live image and how to make it work best for you wrt/ live-helper and live-initramfs. Regards, Daniel I found some documentation about it: http://library.gnome.org/admin/system-admin-guide/stable/gconf-8.html.en So I'm ready for experimenting. Now I wonder how to work with gconftool-2 to edit the to build live-cd Thanks in advance, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: sudo enabled after install live-cd to hdd
Daniel Baumann wrote: schoappied wrote: # $LH_BOOTAPPEND_INSTALL: set boot parameters # (Default: empty) LH_BOOTAPPEND_INSTALL="file=/cdrom/install/preseed.cfg -- ${LH_BOOTAPPEND_LIVE}" this is not required, it gets set automatically if you do what i said before. I think this is needed... I tried without and with. first failed, second succeed... -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: gconftool-2: custom desktop settings
Daniel Baumann wrote: schoappied wrote: So I'm ready for experimenting. Now I wonder how to work with gconftool-2 to edit the to build live-cd put all your gconftool-2 calls into a shell script, place that shellscript into config/chroot_local-hooks/my-gconf-hook (or whatever filename you find appropriate). other examples hooks are in /usr/share/live-helper/examples/hooks/. Ok, thanks And what if the gconftool-2 should load a 'my-panel-setup.entries' file, to set the panel? Where do I place the file and how do I point to it? ( http://library.gnome.org/admin/system-admin-guide/stable/gconf-8.html.en ) Regards, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: gconftool-2: custom desktop settings
Daniel Baumann wrote: schoappied wrote: And what if the gconftool-2 should load a 'my-panel-setup.entries' file, to set the panel? Where do I place the file and how do I point to it? include it with local-includes. at the time where the hooks are processed, the includes are already copied into the system. Does it mather which place I put the file? Is there a recommend place on the file system? And/or should I add a line in the script which removes the file after it is used? Regards, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Building a Debian mixed live-cd
Hi, I try to build a Debian live cd. Thing are going well. I put a apt.conf file in chroot_apt, with the content: APT::Default-Release "testing"; In the package list I set packages which should be installed from unstable as follows: package/unstable When I build the live-cd and when booted, it seems to work ok. I'm only wondering why there does a preferences file excist in etc/apt: # Added by lh_chroot_apt remove Package: * Pin: release o=chroot_local-packages Pin-Priority: 99 Package: * Pin: release o=debian Pin-Priority: 99 Is this because I installed a few local packages? Does this harm my system and/or can it be removed? I've noticed when I installed the live-cd, the mixed system isn't working properly from the start (it installs from Unstable only). I think I have to do 'aptitude update' first, before it works ok. Is there a way to let this work ok from the start? Regards, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Building a Debian mixed live-cd
schoappied wrote: Hi, I try to build a Debian live cd. Thing are going well. I put a apt.conf file in chroot_apt, with the content: APT::Default-Release "testing"; In the package list I set packages which should be installed from unstable as follows: package/unstable edit: I have testing and unstable in my sources of course... When I build the live-cd and when booted, it seems to work ok. I'm only wondering why there does a preferences file excist in etc/apt: # Added by lh_chroot_apt remove Package: * Pin: release o=chroot_local-packages Pin-Priority: 99 Package: * Pin: release o=debian Pin-Priority: 99 Is this because I installed a few local packages? Does this harm my system and/or can it be removed? I've noticed when I installed the live-cd, the mixed system isn't working properly from the start (it installs from Unstable only). I think I have to do 'aptitude update' first, before it works ok. Is there a way to let this work ok from the start? Regards, \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Building a Debian mixed live-cd
Daniel Baumann wrote: I think I have to do 'aptitude update' first, before it works ok. Is there a way to let this work ok from the start? lh_chroot_apt should do that automatically. mmh strange... -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: gconftool-2: custom desktop settings
Daniel Baumann wrote: schoappied wrote: Does it mather which place I put the file? Is there a recommend place on the file system? And/or should I add a line in the script which removes the file after it is used? as once the file is imported it's not needed anymore, you probably want to remove it in the last line of your hook. for such temporary things, live-helper does stuff in /root, but you can do it everywhere you want, it doesn't matter. Thanks, works nice! \d -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
livehelper on ubuntu
Hi, Is live-helper also good for making ubuntu live cd's or do you recommend an other tool? Is it for example possible to add an 'ubuntu-installer'? I'm asking this, cause I have some (good) experience with live-helper and it would be nice if I could use an comparable tool for Ubuntu cd's And do you know a good tool to make Ubuntu alternate cd's? Thanks in advance, \r -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Some d-i errors
Hi, I got these errors when trying to add d-i P: Begin installing debian-installer... 2009-05-01 13:22:11 URL:http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/vmlinuz [1920472/1920472] -> "/home/d/ubuntu-live/cache/binary_debian-installer/http:__archive.ubuntu.com_ubuntu__dists_hardy_main_installer-i386_current_images__cdrom_vmlinuz" [1] 2009-05-01 13:22:32 URL:http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/initrd.gz [5305592/5305592] -> "/home/d/ubuntu-live/cache/binary_debian-installer/http:__archive.ubuntu.com_ubuntu__dists_hardy_main_installer-i386_current_images__cdrom_initrd.gz" [1] http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/gtk/vmlinuz: 2009-05-01 13:22:32 Fout 404: Not Found. E: Could not download file: http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/gtk/vmlinuz P: Begin unmounting filesystems... It's for an Ubuntu cd. Tried to get help on #ubuntu-live, but it was empty there. Maybe someone here can help me? Would be great! Thanks in advance, \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Some d-i errors
schoappied wrote: Hi, I got these errors when trying to add d-i P: Begin installing debian-installer... 2009-05-01 13:22:11 URL:http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/vmlinuz [1920472/1920472] -> "/home/d/ubuntu-live/cache/binary_debian-installer/http:__archive.ubuntu.com_ubuntu__dists_hardy_main_installer-i386_current_images__cdrom_vmlinuz" [1] 2009-05-01 13:22:32 URL:http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/initrd.gz [5305592/5305592] -> "/home/d/ubuntu-live/cache/binary_debian-installer/http:__archive.ubuntu.com_ubuntu__dists_hardy_main_installer-i386_current_images__cdrom_initrd.gz" [1] http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/gtk/vmlinuz: 2009-05-01 13:22:32 Fout 404: Not Found. E: Could not download file: http://archive.ubuntu.com/ubuntu//dists/hardy/main/installer-i386/current/images//cdrom/gtk/vmlinuz P: Begin unmounting filesystems... It's for an Ubuntu cd. Tried to get help on #ubuntu-live, but it was empty there. Maybe someone here can help me? Would be great! Hi again, I love to work with live-helper and already made some Debian live cd's with it. But now I need to make some Ubuntu live cd's too, and it should contain an d-i. I know that this is mainly an Debian list and that this isn't for Ubuntu support in principle.. But I already invested time and effort in learning to work with Live-helper and like to know what I can expect concerning d-i support for live-helper on Ubuntu. It should be possible to make this possible right? And isn't an aim to have d-i support for Ubuntu too? I read on IRC that there is some kind of hook which makes d-i possible for Ubuntu cd's. I really like to learn how it works. Maybe I can help test it and provide some documentation for it. Thanks in advance, \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
d-i fails on package install
Hi, I've added d-i to the live-system, everything seems to work fine but 'configure package manager' fails. I've choosen the d-i live option. What could be the problem? Thanks in advance, \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
{Spam?} Re: d-i fails on package install
Chris Lamb wrote: schoappied wrote: What could be the problem? As mentioned on IRC, check tty4 for the actual error message. I got these errors: http://img239.imageshack.us/img239/5938/livesystemdierrors.png I don't know if it's an live-helper configuration problem or if It's an specific ubuntu related problem. \s -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org