Removed old, and unused Netscript.
This commit is contained in:
parent
e587c279ee
commit
c733458294
@ -127,7 +127,7 @@ AddSymlinkToPackage bin : gzip : zcat ;
|
||||
AddSymlinkToPackage bin : zdiff : zcmp ;
|
||||
|
||||
# scripts and data files
|
||||
local bootScripts = Bootscript Bootscript.cd SetupEnvironment Netscript
|
||||
local bootScripts = Bootscript Bootscript.cd SetupEnvironment
|
||||
InstallerInitScript InstallerFinishScript ;
|
||||
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
|
||||
AddFilesToPackage boot : $(bootScripts) ;
|
||||
|
@ -124,7 +124,7 @@ AddSymlinkToPackage bin : gzip : zcat ;
|
||||
AddSymlinkToPackage bin : zdiff : zcmp ;
|
||||
|
||||
# scripts and data files
|
||||
local bootScripts = Bootscript Bootscript.cd SetupEnvironment Netscript
|
||||
local bootScripts = Bootscript Bootscript.cd SetupEnvironment
|
||||
InstallerInitScript InstallerFinishScript ;
|
||||
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
|
||||
AddFilesToPackage boot : $(bootScripts) ;
|
||||
|
@ -1,6 +0,0 @@
|
||||
# That is a static version of the network interface setup.
|
||||
# You have to edit it to match your driver/ip/subnet.
|
||||
#ifconfig /dev/net/ipro1000/0 192.168.0.10 up
|
||||
|
||||
# This adds the default gateway. Edit it for your needs
|
||||
#route add /dev/net/ipro1000/0 default gw 192.168.0.1
|
Loading…
x
Reference in New Issue
Block a user