1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | <!DOCTYPE profile SYSTEM "/usr/share/YaST2/include/autoinstall/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <install> <bootloader> <write_bootloader config:type="boolean">true</write_bootloader> <activate config:type="boolean">true</activate> <kernel_parameters></kernel_parameters> <lba_support config:type="boolean">false</lba_support> <linear config:type="boolean">false</linear> <location>mbr</location> </bootloader> <general> <clock> <hwclock>GMT</hwclock> <timezone>America/New_York</timezone> </clock> <keyboard> <keymap>english-us</keymap> </keyboard> <language>en_US</language> <mode> <confirm config:type="boolean">false</confirm> <forceboot config:type="boolean">false</forceboot> <interactive_boot config:type="boolean">false</interactive_boot> <reboot config:type="boolean">true</reboot> </mode> <mouse> <id>non</id> </mouse> </general> <partitioning config:type="list"> <drive> <device>/dev/sda</device> <initialize config:type="boolean">true</initialize> <use>all</use> </drive> </partitioning> <software> <patterns config:type="list"> <pattern>base</pattern> <pattern>x11</pattern> </patterns> </software> </install> <configure> <users config:type="list"> </users> <networking> <interfaces config:type="list"> <interface> <bootproto>dhcp</bootproto> <device>eth0</device> <startmode>onboot</startmode> </interface> </interfaces> </networking> <scripts> </scripts> </configure> </profile> |
1 2 3 4 5 6 7 | SERIAL 0 19200 DEFAULT sles LABEL sles KERNEL sles11/x86/linux APPEND initrd=sles11/x86/initrd autoyast=http://192.168.0.1/install/autoyast install=http://192.168.0.1/install/sles11/x86 netdevice=eth0 console=tty0 console=ttyS0,19200n8r noipv6 |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |