Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Aug 18, 2015
1 parent 156a5f1 commit 57523e2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ Here are the availble *initrd variables*:
- **boot={nbd|rescue|nfs|live}**: change the [boot mode](#Boot-modes)
- **INITRD_DEBUG=1**: enable initrd debug (apply a global `set -x`)
- **INITRD_VERBOSE=1**: enable initrd verbose
- **INITRD_PRE_SHELL=1**: drop a shell just after starting the initrd
- **INITRD_POST_SHELL=1**: drop a shell just before leaving the initrd
- **INITRD_DROPBEAR=1**: start a dropbear sshd server
- **init=/sbin/init**: init script executed when leaving the initrd
- **rescue_image=http://example.com/my-image.tar**: Tarball *URL* used to boot (no effect with *nfs* and *nbd* boot mode
- **NO_NTPDATE=1**: disable NTP time synchronization
Expand All @@ -57,6 +59,23 @@ Here are the availble *initrd variables*:
- **NFS**: boot on a NFS rootfs
- **LIVE**: mix between **NBD** and **RESCUE**, download a rootfs using http and write it to /dev/nbd0
## Changelog
### v3
- Worked on the fancyness
- Added multiple boot mode: nfs, live, nbd, rescue
- Added dropbear shell
- Initrd version is now printed during boot
- Size reduced
### v2
Initial open source version of the initrd
### v1
Initial version of the initrd, closed source
## Developement dependencies
Expand Down

0 comments on commit 57523e2

Please sign in to comment.