Commit 9802e37b authored by Claes's avatar Claes

LiveCD no passwd for user

parent 676c08d2
Description of how to create a Proview Live CD.
Install Ubuntu Customization Kit, UCK.
On Ubuntu 10.10 gfxboot-dev has to be installed and
> ln -s /usr/bin/gfxboot-compile /usr/bin/mkbootmsg
Check the versions of libmysql++, libjs-mootools, midori, thttp and pv in
build.sh. Also in pwr_install.sh.
Download pwr48 and pwrdemo48 packages to HOME directory. Check versions
in build.sh and pwr_install.sh.
Check the host name and plc version in pwr_renamenode.sh.
Download the Ubuntu iso image file.
Run build.sh to download packages.
Run uck-gui and follow the instructions from the previous command.
Run 'build.sh copy' when the customization console is opened.
\ No newline at end of file
...@@ -24,6 +24,12 @@ cp ./casper.conf /etc/ ...@@ -24,6 +24,12 @@ cp ./casper.conf /etc/
cp ./custom.conf /etc/gdm/ cp ./custom.conf /etc/gdm/
sed -i 's/no/yes/g' /etc/default/thttpd sed -i 's/no/yes/g' /etc/default/thttpd
sed -i 's/sudo:x:27:/sudo:x:27:pwrp/g' /etc/group sed -i 's/sudo:x:27:/sudo:x:27:pwrp/g' /etc/group
#
# Add pwrp to sudoers
chmod u+s /etc/sudoers
echo "pwrp ALL= NOPASSWD: ALL" >> /etc/sudoers
chmod u-s /etc/sudoers
# #
# Rename host nodename to livecd nodename in proview files # Rename host nodename to livecd nodename in proview files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment