mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
320 B

rockinitrd_main() {
mkdir -p $root/etc/conf/initrd
install -m 644 ${confdir}/initrd_base.txt $root/etc/conf/initrd/initrd_base
install -m 755 ${confdir}/linuxrc $root/etc/conf/initrd/linuxrc
install -m 755 ${confdir}/mkinitrdnew.sh $root/sbin/mkinitrdnew.sh
}
autoextract=0
srctar="none"
custmain="rockinitrd_main"