diff options
Diffstat (limited to 'scripts/install-system.in')
-rwxr-xr-x | scripts/install-system.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/install-system.in b/scripts/install-system.in index c4e46217..6454b8d0 100755 --- a/scripts/install-system.in +++ b/scripts/install-system.in @@ -472,8 +472,7 @@ install_root_filesystem () { echo -e "/dev/$ROOT_PARTITION\t/\text3\tdefaults\t0 1" >> $rootfsdir/etc/fstab #setup the hostname file - rm -f $rootfsdir/etc/hostname - echo vyatta > $rootfsdir/etc/hostname + cp /etc/hostname $rootfsdir/etc/ cp /etc/hosts $rootfsdir/etc/ progress_indicator "stop" |