Reorganize package lists
This commit is contained in:
parent
ec5cf62b33
commit
9e7d8ee31b
@ -1,35 +1,18 @@
|
||||
keyboard-configuration
|
||||
sudo
|
||||
sshfs
|
||||
nfs-common
|
||||
cifs-utils
|
||||
smbclient
|
||||
avahi-daemon
|
||||
bridge-utils
|
||||
usbutils
|
||||
file
|
||||
python
|
||||
python2
|
||||
python3
|
||||
e2fsprogs
|
||||
btrfs-progs
|
||||
lvm2
|
||||
mdadm
|
||||
ntfs-3g
|
||||
dosfstools
|
||||
exfat-utils
|
||||
cryptsetup-bin
|
||||
libblockdev-crypto2
|
||||
libblockdev-lvm2
|
||||
python3-pip
|
||||
genisoimage
|
||||
bash-completion
|
||||
vim
|
||||
rsync
|
||||
tree
|
||||
nmap
|
||||
htop
|
||||
progress
|
||||
pv
|
||||
wget
|
||||
os-prober
|
||||
gzip
|
||||
pigz
|
||||
@ -38,31 +21,13 @@ lbzip2
|
||||
xz-utils
|
||||
p7zip-full
|
||||
p7zip-rar
|
||||
grub-pc-bin
|
||||
grub-efi-amd64-bin
|
||||
grub2-common
|
||||
efibootmgr
|
||||
hwinfo
|
||||
lshw
|
||||
pciutils
|
||||
f2fs-tools
|
||||
xfsprogs
|
||||
mc
|
||||
squashfs-tools
|
||||
iperf3
|
||||
libimage-exiftool-perl
|
||||
hdparm
|
||||
net-tools
|
||||
eject
|
||||
console-data
|
||||
console-setup
|
||||
lm-sensors
|
||||
smartmontools
|
||||
partclone
|
||||
renameutils
|
||||
qemu-utils
|
||||
ca-certificates
|
||||
wireguard
|
||||
openssh-client
|
||||
openssh-sftp-server
|
||||
dnsutils
|
20
config/package-lists/disk.list.chroot
Normal file
20
config/package-lists/disk.list.chroot
Normal file
@ -0,0 +1,20 @@
|
||||
e2fsprogs
|
||||
btrfs-progs
|
||||
lvm2
|
||||
mdadm
|
||||
ntfs-3g
|
||||
dosfstools
|
||||
mtools
|
||||
exfat-utils
|
||||
cryptsetup-bin
|
||||
libblockdev-crypto2
|
||||
libblockdev-lvm2
|
||||
partclone
|
||||
f2fs-tools
|
||||
xfsprogs
|
||||
eject
|
||||
grub-pc-bin
|
||||
grub-efi-amd64-bin
|
||||
grub2-common
|
||||
efibootmgr
|
||||
hdparm
|
12
config/package-lists/dm-common.list.chroot
Normal file
12
config/package-lists/dm-common.list.chroot
Normal file
@ -0,0 +1,12 @@
|
||||
xauth
|
||||
lightdm
|
||||
x11-xserver-utils
|
||||
task-french
|
||||
task-french-desktop
|
||||
adwaita-icon-theme
|
||||
gnome-themes-standard
|
||||
qt5ct
|
||||
qt5-style-plugins
|
||||
adwaita-qt
|
||||
gvfs-backends
|
||||
gvfs-fuse
|
@ -1,13 +1,3 @@
|
||||
xauth
|
||||
lightdm
|
||||
x11-xserver-utils
|
||||
task-french
|
||||
task-french-desktop
|
||||
adwaita-icon-theme
|
||||
gnome-themes-standard
|
||||
qt5ct
|
||||
qt5-style-plugins
|
||||
adwaita-qt
|
||||
gnome-terminal
|
||||
dconf-cli
|
||||
gnome-system-monitor
|
||||
@ -16,8 +6,6 @@ pulseaudio
|
||||
pavucontrol
|
||||
pulseaudio-module-bluetooth
|
||||
file-roller
|
||||
gvfs-backends
|
||||
gvfs-fuse
|
||||
chromium
|
||||
chromium-l10n
|
||||
chromium-sandbox
|
||||
|
@ -16,3 +16,6 @@ rpcbind
|
||||
dbus
|
||||
apparmor
|
||||
user-setup
|
||||
keyboard-configuration
|
||||
console-data
|
||||
console-setup
|
17
config/package-lists/net.list.chroot
Normal file
17
config/package-lists/net.list.chroot
Normal file
@ -0,0 +1,17 @@
|
||||
sshfs
|
||||
nfs-common
|
||||
cifs-utils
|
||||
smbclient
|
||||
avahi-daemon
|
||||
bridge-utils
|
||||
nmap
|
||||
wget
|
||||
curl
|
||||
git
|
||||
net-tools
|
||||
iperf3
|
||||
dnsutils
|
||||
ca-certificates
|
||||
wireguard
|
||||
openssh-client
|
||||
openssh-sftp-server
|
8
make.sh
8
make.sh
@ -32,13 +32,13 @@ fi
|
||||
|
||||
KERNEL_PARAM="boot=live components lang=fr_FR.UTF-8 locales=fr_FR.UTF-8 keyboard-layouts=fr keyboard-model=pc105 timezone=Europe/Paris utc=yes"
|
||||
|
||||
pack_full=(live cli firmware xfce4 gui cinnamon gui_opt)
|
||||
pack_full=(live cli disk net firmware xfce4 cinnamon dm-common gui gui_opt)
|
||||
|
||||
pack_xfce=(live cli firmware xfce4 gui)
|
||||
pack_xfce=(live cli disk net firmware xfce4 dm-common gui)
|
||||
|
||||
pack_cinnamon=(live cli firmware cinnamon gui)
|
||||
pack_cinnamon=(live cli disk net firmware cinnamon dm-common gui)
|
||||
|
||||
pack_vmxfce=(live cli firmware xfce4 gui vm)
|
||||
pack_vmxfce=(live cli disk net firmware xfce4 dm-common gui vm)
|
||||
|
||||
export http_proxy="http://192.168.110.1:3142"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user