Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 18 years ago
parent
commit
4a9771bc3d
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      package/base/stone/stone_mod_setup.sh

+ 7
- 0
package/base/stone/stone_mod_setup.sh

@ -74,6 +74,12 @@ EOT
rm -f $tmp1 $tmp2
}
set_hostname() {
gui_input "Set a hostname (without domain part)" "localhost" hn
echo "$hn" > /etc/HOSTNAME
hostname "$hn"
}
set_rootpw() {
if [ "$SETUPG" = dialog ] ; then
tmp1="`mktemp`" ; tmp2="`mktemp`" ; rc=0
@ -102,6 +108,7 @@ main() {
make_fstab
$STONE general set_keymap
set_hostname
while ! set_rootpw; do :; done
$STONE general set_tmarea
$STONE general set_dtime

Loading…
Cancel
Save