Last change
on this file since 628 was
581,
checked in by sebas@…, 15 years ago
|
documentacion + TODO + debug del client ltsp
|
File size:
764 bytes
|
Line | |
---|
1 | # |
---|
2 | # Example usage with a proxy of packages: |
---|
3 | # ltsp::buildclient { dist: |
---|
4 | # mirror => "http://debproxy:3142/ar.archive.ubuntu.com/ubuntu", |
---|
5 | # securitymirror => "http://debproxy:3142/security.ubuntu.com" |
---|
6 | # } |
---|
7 | # |
---|
8 | # to debug inside ltsp client |
---|
9 | # # chroot /opt/ltsp/i386 |
---|
10 | # # mount /proc -t proc /proc && mount /sys -t sysfs /sys |
---|
11 | # |
---|
12 | # to end correctly |
---|
13 | # # umount /sys && umount /proc |
---|
14 | # # exit |
---|
15 | |
---|
16 | |
---|
17 | ## TODO: |
---|
18 | # - set root password |
---|
19 | # - configure munin-node |
---|
20 | # - ocsinventory (with a preseed) |
---|
21 | # - update client con pilotos de red + scripts |
---|
22 | # - sourcelist for the security |
---|
23 | # - cleanup packages after an update because it grows the image |
---|
24 | # - http://bazaar.launchpad.net/~jigish-gohil/kiwi-ltsp/trunk/annotate/head%3A/trunk/kiwi-ltsp/ltsp/include/kiwi-ltsp-functions.sh# |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.