Added default "services" configuration that enables telnetd for now.
To log in, user is "baron" (if you haven't overridden the $USER environment variable), and the password is empty (ie. just press return). Note, the password is currently hardcoded into src/system/libroot/posix/pwd.c. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
679cd7d84b
commit
c913d07f6d
@ -315,6 +315,11 @@ SEARCH on $(driverSettingsFiles)
|
||||
AddFilesToHaikuImage home config settings kernel drivers
|
||||
: $(driverSettingsFiles) ;
|
||||
|
||||
local networkSettingsFiles = <network-settings>services ;
|
||||
SEARCH on $(networkSettingsFiles)
|
||||
= [ FDirName $(HAIKU_TOP) data settings network ] ;
|
||||
AddFilesToHaikuImage common config settings network : $(networkSettingsFiles) ;
|
||||
|
||||
AddSymlinkToHaikuImage home config settings
|
||||
: /boot/beos/etc/timezones/Europe/Paris : timezone ;
|
||||
|
||||
|
3
data/settings/network/services
Normal file
3
data/settings/network/services
Normal file
@ -0,0 +1,3 @@
|
||||
service telnet {
|
||||
launch telnetd
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user