Sepeated extra tools
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -18,3 +18,6 @@ config/includes.chroot/opt/custom/CustomBG.png
|
|||||||
config/includes.chroot/etc/NetworkManager/system-connections
|
config/includes.chroot/etc/NetworkManager/system-connections
|
||||||
config/bootloaders/isolinux/splash.png
|
config/bootloaders/isolinux/splash.png
|
||||||
config/bootloaders/grub-pc/splash.png
|
config/bootloaders/grub-pc/splash.png
|
||||||
|
customization/*
|
||||||
|
!customization/Default
|
||||||
|
config/package-lists/extrautils.list.chroot
|
||||||
3
Makefile
3
Makefile
@@ -20,6 +20,9 @@ download_extra: #For downloading extra's for iso (not needed/tested)
|
|||||||
enable_DKMS: #Add customizations to enable dkms drivers
|
enable_DKMS: #Add customizations to enable dkms drivers
|
||||||
cp -r config_DKMS/* config
|
cp -r config_DKMS/* config
|
||||||
|
|
||||||
|
enable_ExtraUtils: #Add exra gui utilities
|
||||||
|
cp -r config_ExtraUtils/* config
|
||||||
|
|
||||||
#Add 'download_extra' to build without third party software/dotfiles (not needed/tested)
|
#Add 'download_extra' to build without third party software/dotfiles (not needed/tested)
|
||||||
build: prep_buildenv install_buildenv build_amd64 build_i386 clean_env #Runs build for all architectures
|
build: prep_buildenv install_buildenv build_amd64 build_i386 clean_env #Runs build for all architectures
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Exec=transmission-gtk -m
|
|
||||||
NotShowIn=GNOME
|
|
||||||
Name[fr_FR]=Client Bittorrent Transmission
|
|
||||||
Name=Client Bittorrent Transmission
|
|
||||||
Comment[fr_FR]=Partager et recevoir des fichiers via Bittorrent
|
|
||||||
Comment=Share and receive files via Bittorrent
|
|
||||||
Icon=transmission
|
|
||||||
Hidden=true
|
|
||||||
@@ -13,9 +13,6 @@ vrms
|
|||||||
|
|
||||||
#Section: Task management/monitoring
|
#Section: Task management/monitoring
|
||||||
#Description: xfce4-taskmanager
|
#Description: xfce4-taskmanager
|
||||||
xfce4-taskmanager
|
|
||||||
htop
|
|
||||||
iotop
|
|
||||||
lm-sensors
|
lm-sensors
|
||||||
hddtemp
|
hddtemp
|
||||||
inxi
|
inxi
|
||||||
@@ -27,8 +24,6 @@ strace
|
|||||||
#Description: gnome-disk-utility
|
#Description: gnome-disk-utility
|
||||||
#Description: gparted
|
#Description: gparted
|
||||||
#Description: baobab
|
#Description: baobab
|
||||||
gnome-disk-utility
|
|
||||||
#gparted
|
|
||||||
#baobab
|
#baobab
|
||||||
ncdu
|
ncdu
|
||||||
dfc
|
dfc
|
||||||
|
|||||||
@@ -26,22 +26,6 @@ xfce4-xkb-plugin
|
|||||||
#Section: Archive management
|
#Section: Archive management
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
|
|
||||||
#Section: Text editors
|
|
||||||
#Description: mousepad
|
|
||||||
#Description: nano
|
|
||||||
mousepad
|
|
||||||
nano
|
|
||||||
|
|
||||||
|
|
||||||
#Section: Screenshots
|
|
||||||
xfce4-screenshooter
|
|
||||||
|
|
||||||
|
|
||||||
#Section: Terminal emulators
|
|
||||||
#Description: xfce4-terminal
|
|
||||||
xfce4-terminal
|
|
||||||
|
|
||||||
|
|
||||||
#Section: Desktop configuration utilities
|
#Section: Desktop configuration utilities
|
||||||
xfce4-settings
|
xfce4-settings
|
||||||
dconf-cli
|
dconf-cli
|
||||||
|
|||||||
25
config_ExtraUtils/package-lists/extrautils.list.chroot
Normal file
25
config_ExtraUtils/package-lists/extrautils.list.chroot
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
#Title: Extra utilities
|
||||||
|
#Section: Text editors
|
||||||
|
#Description: mousepad
|
||||||
|
#Description: nano
|
||||||
|
mousepad
|
||||||
|
nano
|
||||||
|
|
||||||
|
#Section: Screenshots
|
||||||
|
xfce4-screenshooter
|
||||||
|
|
||||||
|
|
||||||
|
#Section: Terminal emulators
|
||||||
|
#Description: xfce4-terminal
|
||||||
|
xfce4-terminal
|
||||||
|
|
||||||
|
#Section: Task management/monitoring
|
||||||
|
#Description: xfce4-taskmanager
|
||||||
|
xfce4-taskmanager
|
||||||
|
htop
|
||||||
|
iotop
|
||||||
|
|
||||||
|
#Section: Disk management
|
||||||
|
#Description: gnome-disk-utility
|
||||||
|
gnome-disk-utility
|
||||||
|
#gparted
|
||||||
Reference in New Issue
Block a user