New VimWiki Stuff

This commit is contained in:
Brian Buller 2015-01-22 09:08:14 -06:00
parent 1fbdc3052e
commit 2e1c2791e0
4 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,12 @@
=== Slackware: Installing GRUB ===
After the message "Installation of Slackware Linux is complete"
chroot in:
`# chroot /mnt`
Then install GRUB:
{{{
# grub-install /dev/sda
# grub-mkconfig -o /boot/grub/grub.cfg
# exit
# reboot
}}}

View File

@ -0,0 +1,4 @@
==== Parallels Tools in Slackware ====
before installing:
`export def_sysconfdir=/etc/rc.d`

View File

@ -0,0 +1,28 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<title>Slackware_GRUB</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h3 id="toc_0.0.1">Slackware: Installing GRUB</h3>
<p>
After the message "Installation of Slackware Linux is complete"
chroot in:
<code># chroot /mnt</code>
</p>
<p>
Then install GRUB:
</p>
<pre>
# grub-install /dev/sda
# grub-mkconfig -o /boot/grub/grub.cfg
# exit
# reboot
</pre>
</body>
</html>

View File

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<title>Slackware_Parallels</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h4 id="toc_0.0.0.1">Parallels Tools in Slackware</h4>
<p>
before installing:
<code>export def_sysconfdir=/etc/rc.d</code>
</p>
</body>
</html>