Changeset fedf8f4 in freewrt
- Timestamp:
- Jul 22, 2006, 4:58:57 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- fa281a9
- Parents:
- a7b530b
- Location:
- package/base-files
- Files:
-
- 2 edited
-
Makefile (modified) (2 diffs)
-
default/etc/preinit (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
ra7b530b rfedf8f4 3 3 include $(TOPDIR)/rules.mk 4 4 5 PKG_NAME:= base-files6 PKG_RELEASE:= 65 PKG_NAME:= base-files 6 PKG_RELEASE:= 7 7 7 WRKSRC= ${WRKDIR}/base-files 8 8 … … 70 70 echo $(BR2_RUNTIME_SSHKEY) >$(IDIR_BASE)/etc/dropbear/authorized_keys; \ 71 71 ) 72 rng=/dev/arandom; test -e $$rng || rng=/dev/urandom; \ 73 dd if=$$rng of=$(IDIR_BASE)/etc/.rnd bs=512 count=1; \ 74 chmod 600 $(IDIR_BASE)/etc/.rnd 72 75 mkdir -p $(IDIR_BASE)/dev 73 76 mkdir -p $(IDIR_BASE)/etc/crontabs -
package/base-files/default/etc/preinit
ra7b530b rfedf8f4 2 2 export PATH=/bin:/sbin:/usr/bin:/usr/sbin 3 3 mount none /proc -t proc 4 cat /etc/.rnd >/dev/urandom 2>&1 4 5 failsafe_if=eth0 5 6 [ -f /etc/preinit.arch ] && . /etc/preinit.arch
Note:
See TracChangeset
for help on using the changeset viewer.
