|
1 | 1 | ---
|
2 |
| ---- |
3 |
| - |
4 |
| -# Roll your own OpenBSD Live CD |
5 |
| ---- |
6 | 2 | Author: Pantelis Roditis
|
7 |
| -Based: Based on a guide that can find online :( |
| 3 | +Based: Based on a guide that I cant find online :( |
8 | 4 | Created: 2006/08/14 01:45
|
9 | 5 | ---
|
10 |
| -- [Roll your own OpenBSD Live CD](#roll-your-own-openbsd-live-cd) |
11 |
| - - [Created: 2006/08/14 01:45](#created-20060814-0145) |
12 |
| - - [Introduction](#introduction) |
13 |
| - - [Create the main system](#create-the-main-system) |
14 |
| - - [Configuring basic system](#configuring-basic-system) |
15 |
| - - [Fixing backups](#fixing-backups) |
16 |
| - - [Configuring Memory Filesystems](#configuring-memory-filesystems) |
17 |
| - - [Create the devices we need to boot](#create-the-devices-we-need-to-boot) |
18 |
| - - [Compiling new kernel](#compiling-new-kernel) |
19 |
| - - [Patching the Makefile.inc](#patching-the-makefileinc) |
20 |
| - - [fstab creation](#fstab-creation) |
21 |
| - - [Create an ISO](#create-an-iso) |
| 6 | + |
| 7 | +# Roll your own OpenBSD Live CD |
| 8 | +- [Introduction](#introduction) |
| 9 | +- [Create the main system](#create-the-main-system) |
| 10 | +- [Configuring basic system](#configuring-basic-system) |
| 11 | +- [Fixing backups](#fixing-backups) |
| 12 | +- [Configuring Memory Filesystems](#configuring-memory-filesystems) |
| 13 | +- [Create the devices we need to boot](#create-the-devices-we-need-to-boot) |
| 14 | +- [Compiling new kernel](#compiling-new-kernel) |
| 15 | +- [Patching the Makefile.inc](#patching-the-makefileinc) |
| 16 | +- [fstab creation](#fstab-creation) |
| 17 | +- [Create an ISO](#create-an-iso) |
22 | 18 |
|
23 | 19 | ## Introduction
|
24 | 20 | Since there isn't (unfortunately) an official OpenBSD Live CD we will create one.
|
|
0 commit comments