← Back to team overview

relinux-dev team mailing list archive

Re: [Question #181942]: Ubiquity not working / Live CD/DVD User not added to "sudo" group?

 

Question #181942 on relinux changed:
https://answers.launchpad.net/relinux/+question/181942

John Milton posted a new comment:
Another note, while in the live usb, I went to users and created a new
admin account. Logged out and back in with the new account, and the
installer came right up. Just more info, hope it helps. Thanks again!

Here is the relinux.conf file for the above:

# 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="/media/Extra2_/relinux"

# NAME=Excludes from CD
# DESCRIPTION=This option is the files you want to exclude from the CD
# TYPE=space_seperated_values
EXCLUDES="$WORKDIR* /home/ijmilton/relinux.conf"

# 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="guest1"

# NAME=Live CD Name
# DESCRIPTION=This option is the name of the LiveCD user
# TYPE=custom
LIVENAME="guest2"

# NAME=Live CD Hostname
# DESCRIPTION=This option is the temporary hostname of the LiveCD
# TYPE=custom
HOSTNAME="MUNG"

# NAME=Name of your OS
# DESCRIPTION=This option is the name of your OS
# TYPE=custom
SYSNAME="MyUbuntuNG"

# NAME=Version of your OS
# DESCRIPTION=This option is the version of your OS
# TYPE=custom
SYSVERSION="11.10"

# NAME=Description of your OS
# DESCRIPTION=This option is the description of your OS
# TYPE=custom
SYSDESC="Clean, easy workflow."

# NAME=Codename of your OS
# DESCRIPTION=This option is the codename of your OS
# TYPE=custom
SYSCODE="mung11.10"

# NAME=Splash Image Location
# DESCRIPTION=This option is the location of the splash image
# TYPE=filename
SPLASHIMAGE=/etc/relinux/relinux/splash/Lake_mapourika_NZ.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="MyUbuntuNG"

# 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="MyUbuntuNG1110.iso"

# NAME=URL of the system
# DESCRIPTION=This option is the URL of the system (homepage)
# TYPE=custom
LIVECDURL="http://linux.ddayweb.com/";

# 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="N"

# 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 question notification because you are a member of
relinux development team, which is an answer contact for relinux.