live-sdk

simple distro kit (livecd edition)
git clone git://parazyd.org/live-sdk.git
Log | Files | Refs | Submodules | README | LICENSE

config (1333B)


      1 #!/usr/bin/env zsh
      2 ## configuration file for devuan-desktop-live blend -- ASCII release
      3 
      4 
      5 version="2.0.0"
      6 
      7 
      8 base_packages+=(
      9 	lsof
     10 	bash-completion
     11 	texinfo
     12 	acpi-support-base
     13 	aptitude
     14 	apt-listchanges
     15 	discover
     16 	dnsutils
     17 	doc-debian
     18 	docutils-common
     19 	docutils-doc
     20 	ftp
     21 	gettext
     22 	gnupg2
     23 	gparted
     24 	grub-pc-bin
     25 	grub-efi-ia32-bin
     26 	grub-efi-amd64-bin
     27 	$grubversion
     28 	iw
     29 	laptop-detect
     30 	lvm2
     31 	mdadm
     32 	mlocate
     33 	mutt
     34 	ncurses-term
     35 	net-tools
     36 	netcat-traditional
     37 	nfs-common
     38 	procmail
     39 	reportbug
     40 	telnet
     41 	traceroute
     42 	usbutils
     43 	util-linux-locales
     44 	w3m
     45 	whois
     46 )
     47 
     48 
     49 extra_packages+=(
     50 
     51 	task-desktop
     52 	task-laptop
     53 	task-xfce-desktop
     54 	fontsnaps
     55 	task-print-server
     56 	popularity-contest
     57 	refractainstaller-base
     58 	refractasnapshot-base
     59 	yad
     60 	refractainstaller-gui
     61 #	refractasnapshot-gui
     62 	setnet
     63 	
     64 )
     65 
     66 
     67 extra_packages+=(
     68 	firmware-atheros
     69 	firmware-bnx2
     70 	firmware-bnx2x
     71 	firmware-brcm80211
     72 	firmware-intelwimax
     73 	firmware-iwlwifi
     74 	firmware-libertas
     75 	firmware-linux-nonfree
     76 	firmware-myricom
     77 	firmware-netxen
     78 	firmware-qlogic
     79 	firmware-realtek
     80 	firmware-ti-connectivity
     81 	firmware-zd1211
     82 )
     83 
     84 
     85 purge_packages=(
     86 #	btrfs-tools
     87 	debian-keyring
     88 	elinks
     89 	elinks-data
     90 	git
     91 	git-core
     92 	git-man
     93 	liberror-perl
     94 	libfsplib0
     95 	libtre5
     96 	openntpd
     97 	openssh-server
     98 	openssh-sftp-server
     99 	tmux
    100 	zsh
    101 	zsh-common
    102 )
    103 
    104 
    105 
    106 custom_deb_packages+=(
    107 
    108 	refractasnapshot-gui_10.0.2_all.deb
    109 )