- Dec 13, 2012
-
-
Dave Reisner authored
-
- Dec 12, 2012
-
-
Dave Reisner authored
-
- Dec 09, 2012
-
-
Dave Reisner authored
'bind' is an option, not an fstype. In the case of a bind mount, the fstype is ignored.
-
Dave Reisner authored
-
- Dec 08, 2012
-
-
Dave Reisner authored
There's no particularly good reason for this limitation.
-
- Nov 24, 2012
-
-
Dave Reisner authored
-
- Nov 17, 2012
-
-
Dave Reisner authored
-
- Nov 15, 2012
-
-
Dave Reisner authored
-
Dave Reisner authored
leverage findmnt to match the source device to the root partition. I wonder how long until btrfs invalidates this approach.
-
- Nov 13, 2012
-
-
Dave Reisner authored
-
- Nov 12, 2012
-
-
Dave Reisner authored
lowercase tags do not exist, so case shouldn't be a user-facing concern.
-
Dave Reisner authored
Without a specified tag, the devnode should not be printed.
-
- Nov 11, 2012
-
-
Dave Reisner authored
This shouldn't have been added with the previous patch.
-
Dave Reisner authored
Add a -t option which accepts an arbitrary tag to lookup for source device identification. If the lookup fails, fallback on the kernel naming. With this change, -L and -U become synonyms for -t LABEL and -t UUID, respectively.
-
Dave Reisner authored
We're kind enough to provide DM names for non-swap devices, but simply use the /dev/dm-X nodes for swap, since that's what /proc/swaps provides us with. Resolve the DM name out of sysfs and use this instead. Fixes FS#32609.
-
- Oct 09, 2012
-
-
Dave Reisner authored
bash getopts stops parsing options at the first non-option argument. Rather than import some overblown option parser such as the one used in makepkg or mkinitcpio, just correct the usage. FS#31862.
-
- Oct 04, 2012
-
-
Dave Reisner authored
-
Dave Reisner authored
I grappled with the inability of pacstrap to do this while trying to setup an i686 chroot for myself based on a pacman config from devtools, rather than my own config which bombs on a "missing" multilib repo.
-
Dave Reisner authored
-
- Oct 03, 2012
-
-
Dave Reisner authored
I added this for util-linux 2.22 so I could avoid parsing out the subvolume from the target. Might as well make use of it.
-
Dave Reisner authored
-
- Sep 24, 2012
-
-
Dave Reisner authored
-
- Sep 18, 2012
-
-
Dave Reisner authored
-
Dave Reisner authored
Create /var/log in $newroot
-
- Sep 17, 2012
-
-
techryda authored
Allows pacman.log to be created
-
- Sep 15, 2012
-
-
Dave Reisner authored
Add -G and -M which tells pacstrap to avoid copying pacman's gnupg.d directory and mirrorlist, respectively, to the new root.
-
Dave Reisner authored
-
- Sep 08, 2012
-
-
Dave Reisner authored
-
- Sep 07, 2012
-
-
Dave Reisner authored
-
- Sep 06, 2012
-
-
Dave Reisner authored
-
Dave Reisner authored
-
- Aug 09, 2012
-
-
Dave Reisner authored
-
Dave Reisner authored
-
- Aug 03, 2012
-
-
Dave Reisner authored
-
Pierre Schmitz authored
By default chroot uses SHELL as default shell on the target if not specified otherwise. As our install iso uses zsh this might fail if zsh is not installed on the target. [dave: changed shell to /bin/sh]
-
Dave Reisner authored
This doesn't actually work since we don't shift off the chroot directory. This reverts commit 67c4b0fd.
-
Dave Reisner authored
-
Dave Reisner authored
chroot(1) will default to ${SHELL:-/bin/sh} which might not work, given SHELL being /bin/zsh instead. Immediately default to /bin/sh, which will exist in any sane chroot.
-
Daniel Wallace authored
use -i (interactive) to allow for choosing packages from groups [dave: alter option description]
-
- Jul 25, 2012
-
-
Dave Reisner authored
What happened to v2? I HAVE NO IDEA.
-