1
This commit is contained in:
commit
20394f6e8e
22
Makefile
Normal file
22
Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
all:
|
||||
echo OK
|
||||
|
||||
install-neovim:
|
||||
apt update
|
||||
apt install -y neovim
|
||||
|
||||
install-nvim: install-neovim
|
||||
|
||||
install-cloud-init:
|
||||
apt update
|
||||
apt install -y cloud-init
|
||||
|
||||
install-lxd:
|
||||
apt install -y lxd lxc bridge-utils uidmap
|
||||
|
||||
install-zfs:
|
||||
sed -r -i'.BAK' 's/^deb(.*)$$/deb\1 contrib/g' /etc/apt/sources.list
|
||||
apt update
|
||||
apt install -y linux-headers-cloud-amd64 linux-headers-amd64 zfsutils-linux zfs-dkms zfs-zed
|
||||
modprobe zfs
|
||||
zfs version
|
3
REFRENCES.md
Normal file
3
REFRENCES.md
Normal file
@ -0,0 +1,3 @@
|
||||
* <https://www.cyberciti.biz/faq/installing-zfs-on-debian-12-bookworm-linux-apt-get/>
|
||||
* <https://installati.one/install-lxc-debian-12/>
|
||||
* <https://www.cyberciti.biz/faq/how-to-install-lxd-on-debian-11-linux/>
|
13
init-packages
Normal file
13
init-packages
Normal file
@ -0,0 +1,13 @@
|
||||
make
|
||||
vim
|
||||
tmux
|
||||
sudo
|
||||
htop
|
||||
net-tools
|
||||
netfilter-persistent
|
||||
iptables-persistent
|
||||
git
|
||||
iptstate
|
||||
conntrack
|
||||
rsync
|
||||
iproute2
|
Loading…
Reference in New Issue
Block a user