启动新会话:
tmux [new -s 会话名 -n 窗口名]
恢复会话:
tmux at [-t 会话名]
Add the following chunk to your existing ISC dhcpd.conf file.
if exists user-class and ( option user-class = "iPXE" ) {
filename "http://boot.smidsrod.lan/boot.ipxe";
}
else {
filename "undionly.kpxe";
}
(or see https://gist.github.com/4008017 for a more elaborate setup
| #!/bin/sh | |
| # | |
| # Create a rootfs environment for chroot building. | |
| # | |
| # Requires | |
| # - OS installing CDROM at the current directory, | |
| # - the root authority. | |
| # | |
| # mount install cd |