Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
9802e37b
Commit
9802e37b
authored
Dec 07, 2010
by
Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LiveCD no passwd for user
parent
676c08d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
src/tools/livecd/README
src/tools/livecd/README
+22
-0
src/tools/livecd/pwr_install.sh
src/tools/livecd/pwr_install.sh
+6
-0
No files found.
src/tools/livecd/README
0 → 100644
View file @
9802e37b
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
src/tools/livecd/pwr_install.sh
View file @
9802e37b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment