Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
boot: update description for 'Writable Root'
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Dec 28, 2018
1 parent 96fe218 commit 14626a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/cstuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ int kmain() {
"network interface drivers.");

BOOT_OPTION(_migrate, 1, "Writable root",
"Migrates the ramdisk from ext2 to an in-memory",
"temporary filesystem at boot.");
"Migrates the ramdisk from tarball to an in-memory",
"temporary filesystem at boot. Needed for packages.");

BOOT_OPTION(_serialshell, 0, "Debug on serial",
"Start a kernel debug shell on the first",
Expand Down

0 comments on commit 14626a2

Please sign in to comment.