From 7e1247b426ae86d7c660a9ca87f76d43773670f6 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Mon, 2 Feb 2009 18:36:40 -0500 Subject: Import a sanitized version of Steel Toe, the provisioning system. --- yaboot.xsl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 yaboot.xsl (limited to 'yaboot.xsl') diff --git a/yaboot.xsl b/yaboot.xsl new file mode 100644 index 0000000..92e75bc --- /dev/null +++ b/yaboot.xsl @@ -0,0 +1,18 @@ + + + + + + + + +timeout=50 + +image=//vmlinuz + initrd=//ramdisk.image.gz + read-only + append="console= ks=//ks.cfg ksdevice= " + + -- cgit