Skip to content

Commit

Permalink
Add rescue.mk example
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
  • Loading branch information
legionus committed Nov 24, 2009
1 parent dad6f10 commit e0f95ea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions initrd.mk.d/rescue.mk.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
IMAGE_SUFFIX = -rescue

# trying to detect modules for root and input devices(like keyboard)
AUTODETECT = root input net

FEATURES = autodetect add-modules compress bootsplash cleanup

MODULES_ADD += usbcore ehci-hcd

PUT_FILES += \
/bin/dmesg \
/bin/openvt \
/sbin/chroot \
/sbin/badblocks \
/sbin/fsck.*

0 comments on commit e0f95ea

Please sign in to comment.