Skip to content

GRNL/freepto-lb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freepto-lb

crypto-usb for activist

Chroot Debian Sid

  1. Make chroot:

$ sudo debootstrap --include=debian-keyring,debian-archive-keyring,cryptsetup,live-build,git,ca-certificates --arch i386 sid ~/freepto-lb/

  1. User chroot:

$ sudo chroot ~/freepto-lb /bin/bash

  1. Cache for APT (optional):

$ apt-get install apt-cacher-ng

$ /etc/init.d/apt-cacher-ng start

$ export http_proxy=http://localhost:3142/

Build

  1. Make your build.img

$ git clone https://github.com/vinc3nt/freepto-lb.git

$ lb config && lb build

Make Freepto

  1. Use "dmesg" to identify the usb device:

$ dmesg

  1. Run make-freepto.sh

$ bash make-freepto.sh /dev/sdd

About

debian crypto-usb for activist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Shell 2.7%