[dl-x86solaris-devel 88] CVS update: dlkit2/config

Back to archive index

SAWADA Keiji card_capto****@users*****
2006年 3月 12日 (日) 14:18:57 JST


Index: dlkit2/config/client.example.conf
diff -u /dev/null dlkit2/config/client.example.conf:1.1.2.1
--- /dev/null	Sun Mar 12 14:18:57 2006
+++ dlkit2/config/client.example.conf	Sun Mar 12 14:18:57 2006
@@ -0,0 +1,118 @@
+# -*- shell-script -*-
+# This is configuration file for diskless-kit of dl-x86solaris project.
+# Visit out web site for detail: http://dl-x86solaris.sourceforge.jp
+
+#----------------------------------------------------------------------
+# Part 2: Client info
+
+CL_IPADDR=192.168.1.xx
+CL_NAME=clentname
+CL_MAC=xx:xx:xx:xx:xx:xx
+CL_SWAPFILE=/var/swapfile
+CL_MOUNT_OPTION="vers=2"
+#CL_MOUNT_OPTION="vers=2,wsize=8192,rsize=8192"
+#CL_MOUNT_OPTION="vers=3,wsize=32768,rsize=32768"
+CL_NFS_CLIENT_VERSION=2
+#CL_NFS_CLIENT_VERSION=
+
+#----------------------------------------------------------------------
+# Part 5: Package info
+
+TOC_LOCALE=ja
+#PKG_CATEGORY=""			# none
+PKG_CATEGORY=l10nja			# Japanese
+#PKG_LOCALE=""				# none
+PKG_LOCALE=ja				# Japanese
+
+#PKG_CLUSTER=SUNWCXall		# Entire Distribution plus OEM support
+#PKG_CLUSTER=SUNWCall		# Entire Distribution
+#PKG_CLUSTER=SUNWCprog		# Developer System Support
+#PKG_CLUSTER=SUNWCuser		# End User System Support
+#PKG_CLUSTER=SUNWCrnet		# Reduced Networking Core System Support
+#PKG_CLUSTER=SUNWCreq		# Core System Support
+PKG_CLUSTER=SUNWCmreq		# Minimal Core System Support
+
+PKG_EXTRA="$PKG_EXTRA SUNWmdr"		# needed for SUNWCmreq and SUNWCreq
+
+PKG_CLUSTER="$PKG_CLUSTER SUNWCnfsc"	# needed for diskless client
+
+# tcsh
+PKG_EXTRA="$PKG_EXTRA SUNWtcsh"
+
+# less
+PKG_EXTRA="$PKG_EXTRA SUNWless"
+
+# needed if you want to forge hostid
+#PKG_EXTRA="$PKG_EXTRA SUNWmdb"
+
+# secure remote shell (ssh)
+#PKG_CLUSTER="$PKG_CLUSTER SUNWCssh"
+#PKG_EXTRA="$PKG_EXTRA SUNWgss"
+
+# sysidconfig
+PKG_EXTRA="$PKG_EXTRA SUNWadmap SUNWadmlib-sysid"
+
+# autofs
+#PKG_EXTRA="$PKG_EXTRA SUNWatfsr SUNWatfsu"
+
+# bare X11 window system
+#PKG_CLUSTER="$PKG_CLUSTER SUNWCxwrte SUNWCown SUNWCxorgserver SUNWCxorglibs"
+#PKG_EXTRA="$PKG_EXTRA SUNWxwfnt SUNWxwcft SUNWxsvc"
+
+#----------------------------------------------------------------------
+# Part 6: Client /etc file
+
+CL_ETC_INET_HOSTS="*minimum*"
+#CL_ETC_INET_HOSTS=site_cfg/hosts
+
+CL_ETC_INET_NTP_CONF=""
+#CL_ETC_INET_NTP_CONF=site_cfg/ntp.conf
+
+CL_ETC_NSSWITCH_CONF="*files*"
+#CL_ETC_NSSWITCH_CONF=site_cfg/nsswitch.conf
+CL_ETC_DEFAULTDOMAIN=""
+#CL_ETC_RESOLV_CONF=site_cfg/resolv.conf
+
+#CL_ETC_AUTO_MASTER=site_cfg/auto_master
+#CL_ETC_AUTO_HOME=site_cfg/auto_home
+
+CL_OWCONFIG=""
+#CL_OWCONFIG=site_cfg/OWconfig
+CL_XORGCONF=""
+#CL_XORGCONF=site_cfg/xorg.conf
+
+#CL_TIMEZONE=""
+CL_TIMEZONE=Japan
+
+CL_LANG=C
+#CL_LANG=ja
+
+#CL_KEYBOARD=""
+#CL_KEYBOARD="US-English"
+CL_KEYBOARD="Japanese(106)"
+
+#----------------------------------------------------------------------
+# Part 7: sysidcfg Support
+
+#CL_SYSIDCFG=yes
+#CL_SYSIDCFG_IPv6=no
+#CL_SYSIDCFG_TIMESERVER=127.0.0.1
+#CL_SYSIDCFG_X=site_cfg/kdmconfig.out
+
+#----------------------------------------------------------------------
+# Part 8: Other configuration
+
+#NON_STD_DRIVER=""
+#NON_STD_DRIVER=rh
+#CL_HOSTID=""
+CL_HOSTID=/dev/random
+CL_INST_BOOTRC=""
+CL_FIN_BOOTRC=""
+CL_FIN_BOOTFLAG="-v"
+CL_EXPORT_HOME_MODE="551"
+SV_DVDPATH=/Download/sol-10-u1-ga-x86-dvd-iso.iso
+ALT_ROOT=$SV_INSTROOT
+#SUN_SCRIPT=${SV_DVDDIR}/Solaris_10/Product/SUNWcakr.i/reloc/boot/solaris/bin/create_ramdisk
+SUN_SCRIPT=$SV_INSTROOT/boot/solaris/bin/create_ramdisk
+BOOT_ARCHIVE_FILE=boot_archive
+BOOT_ARCHIVE_SRC=platform/i86pc/boot_archive
Index: dlkit2/config/server00.conf.example
diff -u /dev/null dlkit2/config/server00.conf.example:1.1.2.1
--- /dev/null	Sun Mar 12 14:18:57 2006
+++ dlkit2/config/server00.conf.example	Sun Mar 12 14:18:57 2006
@@ -0,0 +1,24 @@
+# -*- shell-script -*-
+# This is configuration file for diskless-kit of dl-x86solaris project.
+# Visit out web site for detail: http://dl-x86solaris.sourceforge.jp
+
+#----------------------------------------------------------------------
+# Part 0: General config
+
+#Type of installation. Please choose one.
+#INSTALL_TYPE=disklessify
+#INSTALL_TYPE=netinstall
+#INSTALL_TYPE=diskless
+#INSTALL_TYPE=offline
+
+#Type of boot loader
+BOOT_TYPE=newboot
+
+#----------------------------------------------------------------------
+# Part 1: Subnet
+
+BROADCAST=192.168.1.255
+SUBNET_ADDR=192.168.1.0
+SUBNET_MASK=255.255.255.0
+ROUTER=192.168.1.1
+LEASE_RANGE='192.168.1.2 192.168.1.254'
Index: dlkit2/config/server99.conf.example
diff -u /dev/null dlkit2/config/server99.conf.example:1.1.2.1
--- /dev/null	Sun Mar 12 14:18:57 2006
+++ dlkit2/config/server99.conf.example	Sun Mar 12 14:18:57 2006
@@ -0,0 +1,22 @@
+#----------------------------------------------------------------------
+# Part 3: Server info
+
+SV_IPADDR=192.168.1.17
+SV_NAME=servername
+SV_DVDDIR=/export/install/sol10
+SV_PKGDIR=$SV_DVDDIR/Solaris_10/Product
+SV_INSTROOT=$SV_DVDDIR/mininfsroot
+SV_FIN_ROOT=/export/roots/root
+SV_SWAPFILE=/export/swaps/swapfile
+SV_SWAPSIZE=128
+SV_TFTPROOT=/tftpboot
+SV_PXEBOOTDIR=$SV_TFTPROOT/boot
+
+#----------------------------------------------------------------------
+# Part 4: Daemon info
+
+# WARNING: configuration file will be overwritten unless 'none' is set
+
+SV_DHCPD_PREF=none
+SV_NFSD_PREF=none
+SV_TFTPD_PREF=none


dl-x86solaris-devel メーリングリストの案内
Back to archive index