/[pxelator]/tftp/live-helper/build.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /tftp/live-helper/build.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 121 - (show annotations)
Mon Aug 3 08:57:12 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: application/x-sh
File size: 645 byte(s)
experiment with nfs cow which oops kernel for now

1 #!/bin/sh -x
2
3 # sudo apt-get install live-helper nfs-kernel-server
4
5 mkdir binary/hosts
6
7 sudo lh_clean
8 lh_config --binary-images net \
9 --net-root-server 172.16.10.1 --net-root-path `pwd`/binary \
10 --union-filesystem unionfs \
11 --net-cow-server 172.16.10.1 --net-cow-path `pwd`/hosts/client_mac_address \
12 --apt-http-proxy http://192.168.1.20:3142 --apt-ftp-proxy http://192.168.1.20:3142 \
13 || exit
14
15 time sudo lh_build || exit
16
17 sudo chown dpavlin tftpboot/pxelinux.cfg/default
18 cat > tftpboot/pxelinux.cfg/default << ____
19 include debian-live/i386/boot-screens/live.cfg
20 default debian-live/i386/boot-screens/vesamenu.c32
21 prompt 0
22 timeout 00
23 ____

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26