-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhacklive.sh
More file actions
executable file
·21 lines (21 loc) · 971 Bytes
/
hacklive.sh
File metadata and controls
executable file
·21 lines (21 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
lb clean --binary
lb config -b iso -d squeeze --archive-areas "main contrib non-free" -a i386
lb config --packages-lists gnome-core
lb config --virtual-root-size 4000
lb config --packages "\
vim gedit kwrite tweak parcellite k3b \
iceweasel iceweasel-l10n-es-es epiphany-browser chromium \
ssh less flashplugin-nonfree yarssr \
network-manager-gnome wireshark harden-remoteaudit \
gparted partimage chntpw wipe testdisk clamtk cairo-dock virtualbox-ose checkgmail "
lb config --repositories "ftp.us.debian.org/debian"
lb config --mirror-binary http://ftp.us.debian.org/debian/
#lb config --aptitude
lb config --bootappend-live "locale=es_CO.UTF-8 keyb=es"
#Aunque funciona cuando uno le pone el username con otro nombre, los datos quedan en un usuario user
#lb config --bootappend-live "username=pupilo"
#This tasks make the cd doesn't be created
#lb config --tasks "spanish spanish-desktop spanish-gnome-desktop"
lb config --debian-installer false
lb build