Gentoo Archives: gentoo-user

From: Brian Hesdorfer <zerophnx@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Portable Gentoo (Pen Drive Linux)
Date: Sat, 22 Mar 2014 12:11:45
Message-Id: 532D7DF3.6060002@gmail.com
In Reply to: [gentoo-user] Portable Gentoo (Pen Drive Linux) by Nilesh Govindrajan
1 On 3/21/2014 9:53 PM, Nilesh Govindrajan wrote:
2 > Hi,
3 >
4 > Since I don't have a laptop, I'm thinking of installing Gentoo on my
5 > USB 3 pen drive. I'll use binpkgs from my desktop so that pen drive
6 > lives long.
7 >
8 > Has anybody tried Samsung's F2FS? I heard it performs better than the
9 > traditional ext4/xfs/etc on flash drives.
10 >
11 > Also the pen drive will be used on random hardware (which can be a
12 > laptop or a desktop), so what else do I need to consider other than
13 > using genkernel's default configuration (the livecd config, which
14 > enables all modules)?
15 >
16
17 FWIW, I've been F2FS plus encryption with Arch and haven't had any
18 problems. I'd suggest having anything important backed up somewhere else
19 since it's still seen as experimental (I think).
20
21 If you're using it on random hardware and want X, you'll have to include
22 the variety of video cards you might run into (Intel, ATI, Nvidia) in
23 your USE flags.
24
25 Also, be wary of the predictable naming for network interfaces (enp5s0,
26 enp9s2,etc). You might want to disable that feature using something like
27 "net.ifnames=0" in your bootloader or a udev rule so you can just set
28 eth0 to DHCP and it will work on most machines.

Replies

Subject Author
Re: [gentoo-user] Portable Gentoo (Pen Drive Linux) Nilesh Govindrajan <me@××××××××.com>