apt-get install devscripts
apt-get install genisoimage
apt-get install mingetty
apt-get install syslinux
apt-get install nfs-common
apt-get install cifs-utils
cd /usr/local/src
git clone https://github.com/rear/rear.git
cd rear
make deb
find / -name *rear*.deb
dpkg -i /usr/local/src/rear/dist/rear_2.5-git.3641.36106f44.master_amd64.deb
コメント