diff options
author | Bill Nottingham <notting@redhat.com> | 2001-07-10 14:28:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-07-10 14:28:56 +0000 |
commit | 28fd2a3cce91b93c5ce98cb82e032b5336e469b2 (patch) | |
tree | 4d96bc307f66105158f253edf449fdc050dd5132 | |
parent | 9c044b48c820ed295f4993c0b352e9bf7a9ccf79 (diff) | |
download | initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.tar initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.tar.gz initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.tar.bz2 initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.tar.xz initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.zip |
*** empty log message ***r6-00
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ install: mkdir -p $(ROOT)/etc/sysconfig/networking/profiles mv $(ROOT)/etc/sysconfig/network-scripts/ifcfg-lo \ $(ROOT)/etc/sysconfig/networking + ln -s ../networking/ifcfg-lo \ + $(ROOT)/etc/sysconfig/network-scripts/ifcfg-lo mkdir -p $(ROOT)/etc/sysconfig/console if uname -m | grep -q s390 ; then \ install -m644 sysconfig/init.s390 $(ROOT)/etc/sysconfig/init ; \ |