New VimWiki Stuff
This commit is contained in:
parent
1fbdc3052e
commit
2e1c2791e0
12
.vim/vimwiki/vimwiki/Slackware_GRUB.wiki
Normal file
12
.vim/vimwiki/vimwiki/Slackware_GRUB.wiki
Normal 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
|
||||
}}}
|
4
.vim/vimwiki/vimwiki/Slackware_Parallels.wiki
Normal file
4
.vim/vimwiki/vimwiki/Slackware_Parallels.wiki
Normal file
@ -0,0 +1,4 @@
|
||||
==== Parallels Tools in Slackware ====
|
||||
|
||||
before installing:
|
||||
`export def_sysconfdir=/etc/rc.d`
|
28
.vim/vimwiki/vimwiki_html/Slackware_GRUB.html
Normal file
28
.vim/vimwiki/vimwiki_html/Slackware_GRUB.html
Normal 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>
|
18
.vim/vimwiki/vimwiki_html/Slackware_Parallels.html
Normal file
18
.vim/vimwiki/vimwiki_html/Slackware_Parallels.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user