Changeset bc4f4ce in freewrt


Ignore:
Timestamp:
Aug 13, 2025, 3:33:21 AM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
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)
Message:

base-files: mount sysfs in preinit

Location:
package/base-files
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/base-files/Makefile

    r1e7baba rbc4f4ce  
    108108        mkdir -p $(IDIR_BASE)/mnt
    109109        mkdir -p $(IDIR_BASE)/proc
     110        mkdir -p $(IDIR_BASE)/sys
     111        mkdir -p $(IDIR_BASE)/run
    110112        mkdir -p $(IDIR_BASE)/tmp
    111113        mkdir -p $(IDIR_BASE)/usr/lib
  • package/base-files/files/etc/preinit

    r1e7baba rbc4f4ce  
    22export PATH=/bin:/sbin:/usr/bin:/usr/sbin
    33mount none /proc -t proc
     4mount none /sys -t sysfs
    45[ -f /etc/preinit.arch ] && . /etc/preinit.arch
    56failsafe || /bin/sh
Note: See TracChangeset for help on using the changeset viewer.