2009-06-11 12:26:54 +00:00
|
|
|
# initrd template
|
|
|
|
|
|
|
|
#include includes/initrd/initrd.common
|
|
|
|
|
|
|
|
# loader
|
|
|
|
copy @instroot@/usr/lib/anaconda-runtime/loader/init to @initrd@/sbin/init
|
|
|
|
link @initrd@/sbin/reboot to init
|
|
|
|
link @initrd@/sbin/halt to init
|
|
|
|
link @initrd@/sbin/poweroff to init
|
|
|
|
|
|
|
|
# screenfont
|
|
|
|
copy @instroot@/usr/lib/anaconda-runtime/screenfont-@buildarch@.gz to @initrd@/etc/screenfont.gz
|
2009-08-19 14:51:32 +00:00
|
|
|
|
|
|
|
# keymaps
|
|
|
|
copy @instroot@/keymaps to @initrd@/etc/keymaps.gz
|