| Last change
 on this file since 47edfd4 was             7df280d, checked in by Joe Ciccone <jciccone@…>, 18 years ago | 
        
          | 
Change /bin/sh to /bin/bash in the bootscripts because the bootscripts use bashisms. Having ash linked to sh will cause errors. Thanks to Bigdassaved for providing the diff and Copper for bring up the issue.
 | 
        
          | 
              
Property                 mode
 set to                 100755 | 
        
          | File size:
            397 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/bash | 
|---|
| 2 | ######################################################################## | 
|---|
| 3 | # Begin /rc.1 | 
|---|
| 4 | # | 
|---|
| 5 | # Description : Modified Bootscript for NFSRoot booting | 
|---|
| 6 | # | 
|---|
| 7 | # Authors     : Jim Gifford - jim@linuxfromscratch.org | 
|---|
| 8 | # | 
|---|
| 9 | # Version     : 00.00 | 
|---|
| 10 | # | 
|---|
| 11 | # Notes       : | 
|---|
| 12 | # | 
|---|
| 13 | ######################################################################## | 
|---|
| 14 |  | 
|---|
| 15 | export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/tools/sbin | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.