Changeset 3379
- Timestamp:
- 08/02/07 14:24:29 (5 years ago)
- Files:
-
- trunk/freewrt/package/Config.in.runtime (modified) (1 diff)
- trunk/freewrt/target/image/common.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in.runtime
r3236 r3379 125 125 Paste your generated SSH public key here and it will be embedded into 126 126 the built image, so you can use it to login instantly. 127 128 config FWRT_KILL_FWCF129 bool "Make an image that kills fwcf on *every* boot"130 default n131 depends on FWRT_PACKAGE_FWCF132 depends on !FWRT_TARGET_NOKERNEL133 help134 This will create an image that, once booted, will erase the fwcf135 filesystem. After booting, you must replace it with an image built136 without this option to be able to use the device normally again.trunk/freewrt/target/image/common.mk
r3331 r3379 17 17 install-prepare-mi-post: 18 18 mkdir -p $(KDIR)/root/tmp 19 ifneq ($(strip ${FWRT_KILL_FWCF}),)20 -chmod 755 ${KDIR}/root/etc/preinit.arch >/dev/null 2>&121 echo fwcf erase >>${KDIR}/root/etc/preinit.arch22 -chmod 755 ${KDIR}/root/etc/preinit.arch >/dev/null 2>&123 endif24 19 rng=/dev/arandom; test -e $$rng || rng=/dev/urandom; \ 25 20 dd if=$$rng bs=512 count=1 >>${KDIR}/root/etc/.rnd; \


