Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
packagelist.in for archlinux
latest archlinux has some small changes:

btrfs-progs-unstable --> btrfs-progs
genisoimage --> cdrkit
iproute --> iproute2
module-init-tools --> kmod
procps --> procps-ng
udev --> systemd
util-linux-ng --> util-linux

and could you plz add the below packages

lrzip
less
sed

RWMJ: I took this opportunity to make some general cleanups to the file:

- add 'less' and 'sed' for everyone
- 'module-init-tools' & 'kmod'[1]
- 'procps' & 'procps-ng'[1]
- 'util-linux' & 'util-linux-ng'[1]
- sort the ArchLinux packages into order

[1] Note that febootstrap is supposed to ignore packages it doesn't
know about.
  • Loading branch information
Evaggelos Balaskas authored and rwmjones committed Dec 3, 2012
1 parent 57009f0 commit f92b4a7
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions appliance/packagelist.in
Expand Up @@ -26,11 +26,13 @@
e2fsprogs
/* e4fsprogs only exists on RHEL 5, will be ignored everywhere else. */
e4fsprogs
genisoimage
gfs-utils
gfs2-utils
grub
hfsplus-tools
hivex
iproute
iputils
kernel
MAKEDEV
Expand All @@ -41,7 +43,6 @@
reiserfs-utils
libselinux
systemd /* for /sbin/reboot and udevd */
util-linux-ng
vim-minimal
xz
zfs-fuse
Expand All @@ -52,6 +53,7 @@
btrfs-tools
cryptsetup
e2fsprogs
genisoimage
gfs-tools
gfs2-tools
grub-pc
Expand All @@ -66,28 +68,30 @@
openssh-client
reiserfsprogs
ufsutils
util-linux
vim-tiny
xz-utils
zfs-fuse
#endif /* DEBIAN */

#ifdef ARCHLINUX
linux
vim
btrfs-progs-unstable
cryptsetup
augeas
hivex
zfs-fuse
btrfs-progs
cdrkit
cryptsetup
e2fsprogs
grub
hivex
iproute2
iputils
linux
lrzip
nilfs-utils
ntfsprogs
ntfs-3g
reiserfsprogs
util-linux-ng
systemd
vim
zfs-fuse
xz
#endif /* ARCHLINUX */

Expand All @@ -103,11 +107,11 @@ dosfstools
file
findutils
gawk
genisoimage
grep
gzip
iproute
jfsutils
kmod
less
libxml2
lsof
lsscsi
Expand All @@ -122,12 +126,16 @@ ocfs2-tools
*/
parted
procps
procps-ng
psmisc
rsync
scrub
sed
strace
tar
udev
util-linux
util-linux-ng
#ifndef UBUNTU
/* on Ubuntu contains a file in /lib64 which conflicts with libc6 that has
* /lib64 as a symbolic link
Expand Down

0 comments on commit f92b4a7

Please sign in to comment.