This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | LB_DIR=$(mktemp -d -p /run/shm precisely.XXXX) | |
| cd $LB_DIR | |
| apt-get install -y livecd-rootfs | |
| lb config \ | |
| --mode ubuntu \ | |
| --architecture amd64 \ | |
| --distribution precise \ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Discussed with Kiel using tinycore for initram (re-usable code) | |
| =============================================================== | |
| tinycore - | |
| #extended with tar.overlays for mountpoints | |
| overlayed into a ramdisk | |
| puppy linux - | |
| #built a distro thats compatible with precise | |
| uses precises package archives | |
| 123/M | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Discussed with Kiel using tinycore for initram (re-usable code) | |
| =============================================================== | |
| tinycore - | |
| #extended with tar.overlays for mountpoints | |
| overlayed into a ramdisk | |
| puppy linux - | |
| #built a distro thats compatible with precise | |
| uses precises package archives | |
| 123/M | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | require 'optparse' | |
| require 'pp' | |
| require 'watir-webdriver' | |
| def main() | |
| @b = Watir::Browser.new :chrome | |
| @hangout_url = "https://hangoutsapi.talkgadget.google.com/hangouts/_/" | |
| options = {} | |
| optparse = OptionParser.new do|opts| | 
NewerOlder