This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#=========================================================================================== | |
# BOOT SEQUENCE CONFIGURATIONS START | |
# ENDの設定のところまではDVDメディア、USBメディアに同梱している場合にのみ有効になる設定。 | |
# PXEブートの場合はこのセクションは無視される。 | |
# この場合はpxelinuxのconfigのappendに直接記述する必要がある。 | |
#=========================================================================================== | |
d-i debian-installer/language string en | |
d-i debian-installer/country string US | |
d-i debian-installer/locale string en_US.UTF-8 | |
d-i localechooser/supported-locales en_US.UTF-8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
killall.sh; netcfg |