Lars Bamberger | 13 Apr 2013 17:06
Picon
Favicon

Hint update cryptrootfs part 1

This is a resubmit as the list moderator has obviously not reviewed my
submission dated 9 April 13. It is being held because of its size, so
I'm braking it into two parts.

Original message:

I have updated my hint on how to encrypt the file system on an (B)LFS
machine. Major changes include an adjustment to LFS 7.2 (I know the
latest version is LFS-7.3, but I just can't keep up with the spare time
I have.)
Also, the scripts have been removed from the hint and into attachments.
The locations of the attachments need to be changed in the hint.

Please find attached the hint and all attachments.

Cheers,
Lars
#!/bin/sh
########################################################################
# Begin checkbootfs
#
# Description : Calculates checksums of the boot partition to detect changes
#
# Authors     : Lars Bamberger
#
# Version     : LFS 7.2
#
# Notes       : The MD5 algorithm has been broken, so we will calculate
(Continue reading)

LordJaxom | 25 Mar 2013 03:53
Picon

Installing and using pacman as a package manager for LFS

AUTHOR: James Kimball <LordJaxom NOBOTSmail NOBOTScom>

DATE: 2013-03-15

LICENSE: Creative Commons Attribution-ShareAlike 3.0

SYNOPSIS: Installing and using pacman as a package manager for LFS

DESCRIPTION: This hint tells you how to add a basic pacman setup to LFS
and provides some tips on using it. It assumes that you are in the process
of building a LFS system or are willing to rebuild it, but it could apply
to a working system with modification. It is for people who intend to build,
use, and maintain a LFS/BLFS system over some period of time. There isn't
much use for package management if you don't.

PREREQUISITES: You should have built the LFS at least once. You need enough
general Linux knowledge to solve typical system setup issues. Building and
installing packages with a package manager will require changes to the book
directions, occasionally substantial changes. It is not that difficult, but
expect some trial and error and browsing for answers to be necessary. I
assume you can easily edit text files on the LFS partition as you are doing
the hint; how you do that is up to you. Read and understand the hint before
starting it.

HINT:

General notes:
The information herein is based on my opinion/understanding of things. I
could well be wrong in places, or your ideas could differ. I used the
development version of LFS as of 7.3, and the latest sources of the pacman
(Continue reading)

Tomasz Sekściński | 7 Mar 2013 23:42
Picon

su in more control and pkg man hint

Hi,

Hint
http://www.linuxfromscratch.org/hints/downloads/files/more_control_and_pkg_man.txt
needs a little correction i think.

In section '6. Pre-Chroot Phase (Chapter 5)' informations about su and
coreutils are outdated. From about year coreutils dont provide su.
Program su is now in package shadow in LFS Book.

After install all packages from Chapter 5 i suggest to install
additionaly package shadow with instructions from Chapter 6 (without 'mv
-v /usr/bin/passwd /bin' and configuration)

I modify only 'configure' switches. They should be:

 ./configure --prefix=/tools --sysconfdir=/tools/etc

Next in Chapter 6 after chroot and before install first package some
files related to shadow must be copied:

cp -r /tools/etc/default/ /etc/ 
cp /tools/etc/{limits,login.access,login.defs} /etc/

-- 
Pozdrawiam,
Tomasz Sekściński
--

-- 
http://linuxfromscratch.org/mailman/listinfo/hints
FAQ: http://www.linuxfromscratch.org/faq/
(Continue reading)

bdubbs | 13 Dec 2012 21:06
Picon
Favicon

r1129 - trunk

Author: bdubbs
Date: 2012-12-13 13:06:22 -0700 (Thu, 13 Dec 2012)
New Revision: 1129

Added:
   trunk/LFS-HINT-PDF-printer.txt
Log:
Add printer hint

Added: trunk/LFS-HINT-PDF-printer.txt
===================================================================
--- trunk/LFS-HINT-PDF-printer.txt	                        (rev 0)
+++ trunk/LFS-HINT-PDF-printer.txt	2012-12-13 20:06:22 UTC (rev 1129)
 <at>  <at>  -0,0 +1,113  <at>  <at> 
+AUTHOR: Thomas de Roo <thomas <at> de-roo.org>
+
+ACKNOWLEDGEMENTS:
+
+DATE:2012-011-30
+
+LICENSE: GNU Free Documentation License
+
+SYNOPSIS:
+
+Install a PDF-printer using CUPS and Ghostscript
+
+DESCRIPTION:
+
+This hint describes how you can install a PDF-printer on your (B)LFS-system. 
+
(Continue reading)

Chris Staub | 10 Dec 2012 09:37

Test message

Testing...
bdubbs | 8 Oct 2012 23:08
Picon
Favicon

r1128 - trunk

Author: bdubbs
Date: 2012-10-08 15:08:52 -0600 (Mon, 08 Oct 2012)
New Revision: 1128

Added:
   trunk/syslinuxen.txt
Log:
Add syslinux alternate boot loader

Added: trunk/syslinuxen.txt
===================================================================
--- trunk/syslinuxen.txt	                        (rev 0)
+++ trunk/syslinuxen.txt	2012-10-08 21:08:52 UTC (rev 1128)
 <at>  <at>  -0,0 +1,128  <at>  <at> 
+AUTHOR : Denis Mugnier <myou72 at orange point fr>
+
+DATE : 2012-15-06
+
+LICENSE : Creative Commons Attribution-Share Alike 3.0
+         (http://creativecommons.org/licenses/by-sa/3.0/)
+
+SYNOPSIS : Installation of syslinux instead of grub
+
+DESCRIPTION :
+ Syslinux is a small and fast bootloader.
+
+PRE-REQUISITIES :
+A working LFS (tested with a LFS 7.0). 
+  It is useful to have a LFS with GRUB installed, which can already boot.
+nasm (see BLFS)
(Continue reading)

bdubbs | 3 Oct 2012 22:11
Picon
Favicon

r1127 - trunk

Author: bdubbs
Date: 2012-10-03 14:11:29 -0600 (Wed, 03 Oct 2012)
New Revision: 1127

Added:
   trunk/systemd.txt
Log:
New systemd hint

Added: trunk/systemd.txt
===================================================================
--- trunk/systemd.txt	                        (rev 0)
+++ trunk/systemd.txt	2012-10-03 20:11:29 UTC (rev 1127)
 <at>  <at>  -0,0 +1,477  <at>  <at> 
+AUTHOR: Chris Wagner <wagnerlia-lists at yahoo.com>
+
+DATE: 2012-10-03
+
+LICENSE: GNU Free Documentation License Version 1.2
+
+SYNOPSIS: How to install Systemd, an alternative system and service
+          manager, on LFS
+
+### DESCRIPTION:
+
+I wanted to better understand the inner workings of systemd. Just having
+finished a LFS install on a test server, I thought LFS 7.2 might be a
+good basis for this. My goal was to eventually replace SysVinit
+completely with systemd. I fully expected lots of things to break, but
+was pleasantly surprised, that getting systemd to work was not all that
(Continue reading)

wagnerlia-lists@yahoo.com | 3 Oct 2012 09:06
Picon
Favicon

Hint Submission: How to install Systemd on LFS

_AUTHOR:_ Chris Wagner <wagnerlia-lists at yahoo.com>

_DATE:_ 2012-10-03

_LICENSE:_ GNU Free Documentation License Version 1.2

_SYNOPSIS:_ How to install Systemd, an alternative system and service
            manager, on LFS

### DESCRIPTION:

I wanted to better understand the inner workings of systemd. Just having
finished a LFS install on a test server, I thought LFS 7.2 might be a
good basis for this. My goal was to eventually replace SysVinit
completely with systemd. I fully expected lots of things to break, but
was pleasantly surprised, that getting systemd to work was not all that
hard. I started out with a guide from Lemon Lime which he posted on this
list a year ago. Because LFS 7.2 is using a customized non-standard
installation of Systemd/Udevd, additional steps were required. Systemd
has matured quite a bit since last year and more distributions are using
it, among them Arch Linux. Having lots of unit files available from
other distributions, makes the switch a lot easier. 

I have everything working on my test server with a Plone CMS installed
and find the built-in monitoring and logging capabilities of systemd
quite remarkable. Bootup and shutdown times are considerably faster than
with SysVinit. The following guide was put together as I documented the
steps I took, and is intended help others to get started with systemd. I
have put it in a similar format as instructions in the BLFS book to make
it easier to apply. 
(Continue reading)

Jean-Philippe MENGUAL | 10 Sep 2012 03:03
Picon
Favicon

Re: a hint

Hi,

I don't remember what was the answer for my last message with this
subject. So I decided to submit you the hint project attached. Don't
hesitate to review it as it's a translation into English. If you accept
it, I'll put online the French release after the English one release.

Please tell me if you Refuse it and why.

Best regards,

--

-- 
       Jean-Philippe MENGUAL
       Président de l'association traduc.org 
       Coordinateur du projet Linux From Scratch
       Coordinateur au sein du projet Trad GNU de l'April
       Animateur suppléant du groupe de travail Accessibilité de l'April

AUTHOR : Denis Mugnier <myou72 at orange point fr>

DATE : 2012-15-06

LICENSE : Creative Commons Attribution-Share Alike 3.0
         (http://creativecommons.org/licenses/by-sa/3.0/)

SYNOPSIS : Installation of syslinux instead of grub

DESCRIPTION :
(Continue reading)

Lars Bamberger | 16 May 2012 07:58
Picon
Favicon

Hint update - cryptrootfs, adjust to lfs-7.1

After many headaches, I've upgraded my system to lfs-7.1, so here's the new crypt-rootfs hint in diff -aur
and as the new version.

Lars

Attachment (crypt-rootfs.diff): application/octet-stream, 14 KiB
AUTHOR: Lars Bamberger <Lars.Bamberger at gmx dot de>

DATE: 2012-05-15

LICENSE: GNU Free Documentation License Version 1.2

SYNOPSIS: How to setup an encrypted file system including the rootfs.

DESCRIPTION:
This describes one possible way of encrypting your hard drive, including the
root file system. It is intended for experienced users and tries to
circumnavigate the pitfalls of encrypting your root file system in a
straightforward way.

PREREQUISITES:
This hint requires that you have sufficient knowledge of BeyondLinuxFromScratch
and reasonably up to date software. You must be comfortable building software,
finding, reading and understanding other pertinent documentation.
You must know how to set up an initramfs. (See
'filesystems/ramfs-rootfs-initramfs.txt' in the kernel's documentation.)
You must be aware why you'd want an encrypted file system and you must
understand the nature of the threat you're trying to protect yourself against.
(Continue reading)

tomasz | 7 May 2012 15:55
Picon

more control helpers

Hi,

1. Link to attachments in line 20 is
http://www.linuxfromscratch.org/hints/downloads/attachments/more_control_and_pkg_man/more_control_helpers.tar.bz2
should be
http://www.linuxfromscratch.org/hints/downloads/files/ATTACHMENTS/more_control_and_pkg_man/more_control_helpers.tar.bz2

2. Script $LFS/etc/pkgusr/build does not support xz compression. There
should be additional line 55:

z*.tar.xz)  dir=$(tar tJf "$archive" | grep / | head -n 1) ; tar xJf
"$archive"  ;;

-- 
Pozdrawiam,
Tomasz Sekściński
--

-- 
http://linuxfromscratch.org/mailman/listinfo/hints
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page


Gmane