Skip to content

douggr/jessie-post-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Create lightweight, portable, self-sufficient [desktop] environment.

How?

  1. Install a clean Debian Jessie system
  • Unmark all options in the package selection list
  1. Log in as root and run:
wget --no-check-certificate -O install.sh http://git.io/vYz9n
wget --no-check-certificate -O packages http://git.io/vYz9C
chmod +x install.sh

# Edit `packages` to add or remove any packages you want
./install.sh
# Follow the setup
  1. In the kexec menu, choose Yes and press Enter.
  2. Wait a few minutes
  3. Reboot your system

Notes

  • The default packages file, adds Xorg and Xfce desktop
  • Oracle's Java binaries will take a while to download, just wait
  • This will install ~850 packages in the default setup, get a cup of coffee
  • The application will exit in any error, if any package fails just start over with ./install.sh
  • A install log is saved in install.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages