Skip to content

Commit

Permalink
Update for image 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed May 23, 2015
1 parent 458e137 commit 378de2a
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions CONTENTS
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ COPYING
GPL 3.0 license text
README.md
Brief description of the project, image installation and use
configs/b2_blinktest_config
The .config used to build the special purpose 'blinktest' image
kernel
configs/b2_live_usb_config
The .config used on the live-USB image kernel (assumes you have an
internal hard drive in your B2, the most usual case); command line
set to wait 5 seconds after boot, then look for a root on /dev/sdb3
configs/b2_live_usb_diskless_config
As above, but targeting the case where you have no internal drive in
your B2 (looks for root on /dev/sda3 instead)
The .config used to build the kernel on the boot partition of the
USB image; command line set to wait 5 seconds after boot, then
look for a root on PARTUUID=BBF82D16-03
configs/b2_sda3_root_config
The .config used when booting directly from the internal hard drive
(looks for a root on /dev/sda3, but no rootdelay)
Expand All @@ -31,11 +31,8 @@ reference/fstab-on-b2
The /etc/fstab to be used if installing onto the internal drive; has
boot on /dev/sda1, swap on /dev/sda2, and root on /dev/sda3
reference/fstab-on-live-usb
The /etc/fstab from the main USB image; has boot on /dev/sdb1,
swap on /dev/sdb2, and root on /dev/sdb3 (we preserve the swap even when
booting from USB, as the B2 is so memory constrained)
reference/fstab-on-live-usb-diskless
The /etc/fstab from the diskless USB image; identical to fstab-on-b2
The /etc/fstab from the main USB image; has boot, swap and root
indexed by UUID
reference/genup-lite.pdf
PDF version of the manpage for the genup-lite utility; explains the stepwise
process of updating a Gentoo system
Expand Down

0 comments on commit 378de2a

Please sign in to comment.