Here is my conf file> # Relinux Template Configuration File
# Copy and paste below this line into another configuration file # ALL OPTIONS BELOW ARE CASE SENSITIVE, INCLUDING Y/N OPTIONS # NAME=Work Directory # DESCRIPTION=This option is the work directory for relinux # TYPE=filename WORKDIR="/home/relinux" # NAME=Excludes from CD # DESCRIPTION=This option is the files you want to exclude from the CD # TYPE=space_seperated_values EXCLUDES="$WORKDIR*" # NAME=Remove after install # DESCRIPTION=This option lets you decide packages that you want to remove after install # TYPE=space_seperated_values REMOVEAFTERINSTALL="ubiquity" # NAME=Keep relinux in CD # DESCRIPTION=This option lets you decide if you want to keep relinux in the CD # TYPE=yn KEEPRELINUX="N" # NAME=Keep log files # DESCRIPTION=This option lets you decide if you want to keep log files in the CD # TYPE=yn KEEPLOG="N" # NAME=Keep backup files # DESCRIPTION=This option lets you decide if you want to keep backup files in the CD # TYPE=yn KEEPBACKUP="N" # NAME=Keep old files # DESCRIPTION=This option lets you decide if you want to keep old files in the CD # TYPE=yn KEEPOLD="N" # NAME=Keep deb files # DESCRIPTION=This option lets you decide if you want to keep .deb files in the CD # TYPE=yn KEEPDEB="N" # NAME=Keep Work Directory # DESCRIPTION=This option lets you decide if you want to keep the relinux work directory. NOT RECOMMENDED AT ALL # TYPE=yn KEEPWORKDIR="N" # NAME=Live CD Username # DESCRIPTION=This option is the username of the LiveCD user # TYPE=custom LIVEUSER="artistx" # NAME=Live CD Name # DESCRIPTION=This option is the name of the LiveCD user # TYPE=custom LIVENAME="ArtistX User" # NAME=Live CD Hostname # DESCRIPTION=This option is the temporary hostname of the LiveCD # TYPE=custom HOSTNAME="artistx12" # NAME=Name of your OS # DESCRIPTION=This option is the name of your OS # TYPE=custom SYSNAME="ArtistX GNU/Linux" # NAME=Version of your OS # DESCRIPTION=This option is the version of your OS # TYPE=custom SYSVERSION="1.2" # NAME=Description of your OS # DESCRIPTION=This option is the description of your OS # TYPE=custom SYSDESC="ArtistX GNU/Linux" # NAME=Codename of your OS # DESCRIPTION=This option is the codename of your OS # TYPE=custom SYSCODE="resist" # NAME=Splash Image Location # DESCRIPTION=This option is the location of the splash image # TYPE=filename SPLASHIMAGE=/etc/relinux/relinux/splash/splash.png # NAME=Preseed file Location # DESCRIPTION=This option is the location of the preseed file # TYPE=filename PRESEED="/etc/relinux/relinux/preseed/custom.seed" # NAME=ISOlinux configuration file location # DESCRIPTION=This option is the location of the ISOlinux configuration file # TYPE=filename ISOLINUX=/etc/relinux/relinux/isolinux/isolinux.cfg.vesamenu # NAME=LiveCD Label # DESCRIPTION=This option is the label of the LiveCD # TYPE=custom LIVECDLABEL="ArtistX live DVD" # NAME=LiveCD Timeout # DESCRIPTION=This option is the timeout of the LiveCD Splash (in 1/10 of a second) # TYPE=custom LIVECDTIMEOUT="300" # NAME=ISO filename # DESCRIPTION=This option is the ISO filename # TYPE=custom CUSTOMISO="artistx12.iso" # NAME=URL of the system # DESCRIPTION=This option is the URL of the system (homepage) # TYPE=custom LIVECDURL="http://www.artistx.org/" # NAME=Allow change to sources.list # DESCRIPTION=This option lets you decide if you want Ubiquity (the installer) to change the apt sources.list # TYPE=yn ALLOWCHANGESOURCESLIST="N" # NAME=Generate Casper files # DESCRIPTION=This option lets you decide if you want Relinux to generate the casper.conf file # TYPE=yn GENERATECASPER="Y" # NAME=Generate LSB_Release files # DESCRIPTION=This option lets you decide if you want Relinux to generate the lsb_release file # TYPE=yn GENERATELSBRELEASE="Y" # NAME=Enable WUBI # DESCRIPTION=This option lets you decide if you want WUBI enabled in the CD # TYPE=yn WUBI="Y" # NAME=WUBI Location # DESCRIPTION=This option lets you decide the location of wubi.exe # TYPE=filename WUBILOCATION="/etc/relinux/relinux/wubi/wubi.exe" -- You received this bug notification because you are a member of relinux development team, which is subscribed to relinux. https://bugs.launchpad.net/bugs/897581 Title: Ubiquity not working / Live CD/DVD User not added to "sudo" group? Status in relinux: New Bug description: I discovered by chance downloading the last .tar.gz that we should have a regression. Basically when you remaster a live CD/DVD with http://launchpad.net/relinux/0.3/0.3.0a2/+download/relinux_0.3.0a2.tar.gz the installer ubiquity will not launch, asking for a password (which is not set because we are running live). "sudo su" in a terminal will ask also for a password, but this time I can press enter twice and I'm drop to the root prompt, so it seems the password is only blank or something like this. Let me know how can I help, debug? Marco To manage notifications about this bug go to: https://bugs.launchpad.net/relinux/+bug/897581/+subscriptions -- Mailing list: https://launchpad.net/~relinux-dev Post to : relinux-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~relinux-dev More help : https://help.launchpad.net/ListHelp