Changeset bc4f4ce in freewrt
- Timestamp:
- Aug 13, 2025, 3:33:21 AM (4 months ago)
- Branches:
- freewrt_2_0
- Children:
- 13348923
- Parents:
- 1e7baba
- git-author:
- Waldemar Brodkorb <wbx@…> (08/13/25 02:58:59)
- git-committer:
- Waldemar Brodkorb <wbx@…> (08/13/25 03:33:21)
- Location:
- package/base-files
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
files/etc/preinit (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
r1e7baba rbc4f4ce 108 108 mkdir -p $(IDIR_BASE)/mnt 109 109 mkdir -p $(IDIR_BASE)/proc 110 mkdir -p $(IDIR_BASE)/sys 111 mkdir -p $(IDIR_BASE)/run 110 112 mkdir -p $(IDIR_BASE)/tmp 111 113 mkdir -p $(IDIR_BASE)/usr/lib -
package/base-files/files/etc/preinit
r1e7baba rbc4f4ce 2 2 export PATH=/bin:/sbin:/usr/bin:/usr/sbin 3 3 mount none /proc -t proc 4 mount none /sys -t sysfs 4 5 [ -f /etc/preinit.arch ] && . /etc/preinit.arch 5 6 failsafe || /bin/sh
Note:
See TracChangeset
for help on using the changeset viewer.
