diff --git a/CONTENTS b/CONTENTS index 5068375..2adf570 100644 --- a/CONTENTS +++ b/CONTENTS @@ -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) @@ -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