mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-03 10:00:18 -05:00
Add NetBSD guide (QubesOS/qubes-issues#1202)
This commit is contained in:
parent
8561b1b01d
commit
d44e19a9d5
2
doc.md
2
doc.md
@ -72,7 +72,7 @@ Managing Operating Systems within Qubes
|
||||
* [Upgrading the Fedora 20 Template](/doc/fedora-template-upgrade-20/)
|
||||
* [Upgrading the Fedora 18 Template](/doc/fedora-template-upgrade-18/)
|
||||
* [Tips for Using Linux in an HVM](/doc/linux-hvm-tips/)
|
||||
* [Creating NetBSD VM](https://groups.google.com/group/qubes-devel/msg/4015c8900a813985)
|
||||
* [Creating a NetBSD VM](/doc/netbsd/)
|
||||
|
||||
|
||||
Security Guides
|
||||
|
23
managing-os/netbsd.md
Normal file
23
managing-os/netbsd.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
layout: doc
|
||||
title: How to Create a NetBSD VM
|
||||
permalink: /doc/netbsd/
|
||||
---
|
||||
|
||||
How to Create a NetBSD VM
|
||||
=========================
|
||||
|
||||
1. Create a StandaloneVM with the default template.
|
||||
2. Replace `vmlinuz` with the `netbsd-INSTALL_XEN3_DOMU` kernel.
|
||||
3. During setup, chose to install on the `xbd1` hard disk.
|
||||
4. Attach the CD to the VM.
|
||||
5. Configure the networking.
|
||||
6. Optionally enable SSHD during the post-install configuration.
|
||||
7. Replace the kernel with `netbsd-XEN3_DOMU`.
|
||||
8. The VM may fail to boot automatically, in which case you must explicitly
|
||||
specify `xbd1a` as the root device when prompted.
|
||||
|
||||
For further discussion, please see this [thread] and this [guide].
|
||||
|
||||
[thread]: https://groups.google.com/group/qubes-devel/msg/4015c8900a813985
|
||||
[guide]: http://wiki.xen.org/wiki/How_to_install_a_NetBSD_PV_domU_on_a_Debian_Squeeze_host_%28Xen_4.0.1%29
|
Loading…
x
Reference in New Issue
Block a user