Update of /cvsroot/wisp/wisp/users/pisi/winix/beast
In directory sc8-pr-cvs1:/tmp/cvs-serv30926
Modified Files:
Makefile
Log Message:
beast-initrd/
Index: Makefile
===================================================================
RCS file: /cvsroot/wisp/wisp/users/pisi/winix/beast/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 22 Feb 2003 22:46:15 -0000 1.2
+++ Makefile 22 Feb 2003 22:57:21 -0000 1.3
@@ -15,7 +15,7 @@
rdev ./beast-eltorito/boot/kernel /dev/rd/0
touch .kernel
-
+# generate the romfs for initrd
beast.initrd: beast-initrd/linuxrc
@printf "**********\nINITRD\n**********\n"
chown -R root.root beast-initrd
@@ -24,6 +24,7 @@
gzip -9 beast.initrdfs
mv beast.initrdfs.gz beast.initrd
+# create the eltorito boot media
beast.eltorito: beast.initrd .kernel ./beast-eltorito/boot/grub/menu.lst
@printf "**********\nBOOT DISK\n**********\n"
dd if=/dev/zero of=beast.eltorito bs=1024 count=2880
@@ -44,7 +45,7 @@
flesh:
@printf "**********\nFLESH\n**********\n"
- genromfs -d beast-flesh -f beast.flesh
+ genromfs -d beast-flesh -f beast.flesh -V 'The Beast'
|