John Mann's Weblog (on sng)
 

String around my finger
A 'blog to remember things I found.
Tie a string around your finger
My Home Page
I work for NIS ITS Monash University Australia.

Index

Flavours

  • index
  • circa 1993
  • RSS
  • Links
    These are a few of my favourite links.

  • Home Page
  • Live weblog
  • Static weblog
  • raelity bytes ;-)
  • Slashdot
  • Subscribe
    Subscribe to a syndicated feed of my weblog, brought to you by the wonders of RSS.


    blosxom

    GeoURL

    IP Geotargeting
    Visit eBay

    Click to call me FWD# 61159

       
    Mon, 11 Apr 2005

    K12LTSP

    Installing on top of normal Fedora.

    # ncftpget ftp://k12linux.mesd.k12.or.us/pub/K12LTSP/4.2.1/i386/Fedora/RPMS/\
     apt-0.5.15cnc6-0.fdr.11.2.k12ltsp.0.4.2.i386.rpm
    # cd /
    # rpm2cpio /home/local/in/apt-0.5.15cnc6-0.fdr.11.2.k12ltsp.0.4.2.i386.rpm | \
     cpio -i ./etc/apt/sources.list.d/k12ltsp.list
    # cat ./etc/apt/sources.list.d/k12ltsp.list
    rpm http://k12linux.mesd.k12.or.us/ apt/fc3 extras k12ltsp meta non-free os updates
    rpm-src http://k12linux.mesd.k12.or.us/ apt/fc3 extras k12ltsp meta non-free os updates
    # rpm -e   ltsp-sound ltsp-utils
     
    # apt-get install k12ltsp-core
    The following NEW packages will be installed:
      MToolsFM cabextract caching-nameserver-ltsp dhcp-ltsp-config
      diskcheck k12ltsp-core k12ltsp-release k12ltsp-scripts
      lts-eb-bootroms ltsp_config ltsp_desktop_reset ltsp_esound_i386
      ltsp_esound_server ltsp_floppyd ltsp_i386 ltsp_i386-kernel
      ltsp_kernel_kitchen-sink ltsp_ppc ltsp_x_vesa nat nc
      root-desktop-urls verynice vnc-ltsp-config
     
    1:caching-nameserver-ltspwarning: /etc/named.conf created as /etc/named.conf.rpmnew
    3:ltsp_config            warning: /etc/ltsp.conf created as /etc/ltsp.conf.rpmnew
    please run: /opt/ltsp/templates/k12linux/K12Linux-LTSP-initialize
    14:dhcp-ltsp-config       warning: /etc/dhcpd.conf saved as /etc/dhcpd.conf.rpmorig

    [ /linux | # ]