Remove reiser4 (no longer supported by kernel patch these days)
livecd-gnome: add vlc, gimp and gconf-editor
This commit is contained in:
parent
8568df74e4
commit
8c34c0071e
@ -2,7 +2,7 @@
|
||||
for K in $KERNEL_EXTRAVER $KERNEL_MORE_EXTRAVER; do
|
||||
chroot $MOUNTDIR depmod -a ${KERNEL_MAJVER}${K}
|
||||
LANG=${LANGUAGE}_${COUNTRY} chroot $MOUNTDIR dracut \
|
||||
--filesystems "ext3 ext4 unionfs squashfs isofs reiserfs reiser4" \
|
||||
--filesystems "ext3 ext4 unionfs squashfs isofs reiserfs" \
|
||||
--nomdadmconf --nolvmconf \
|
||||
/boot/initramfs-${KERNEL_MAJVER}${K}.img.gz \
|
||||
${KERNEL_MAJVER}${K}
|
||||
|
@ -11,7 +11,7 @@ $(MAKEDIST_TARGET)-livecd-gnome: \
|
||||
gdm gnome-session gnome-common gnome-control-center gnome-desktop gnome-desktop-sharp \
|
||||
gnome-keyring gnome-menus gnome-mime-data gnome-packagekit gnome-panel gnome-settings-daemon \
|
||||
gnome-sharp gnome-terminal nautilus gnome-themes evolution gnome-utils gnome-system-log \
|
||||
desktop-base-gnome
|
||||
desktop-base-gnome gimp vlc gconf-editor
|
||||
|
||||
#kitchensync4 kontact4 kmail4 akregator4 kdeplasma-addons amarok
|
||||
$(MAKEDIST_TARGET)-livecd-libreoffice: libreoffice-calc libreoffice-writer libreoffice-impress
|
||||
|
@ -11,7 +11,7 @@ ISOID=
|
||||
for K in $KERNEL_EXTRAVER $KERNEL_MORE_EXTRAVER; do
|
||||
chroot $MOUNTDIR depmod -a ${KERNEL_MAJVER}${K}
|
||||
LANG=${LANGUAGE}_${COUNTRY} chroot $MOUNTDIR dracut \
|
||||
--filesystems "ext3 ext4 unionfs squashfs isofs reiserfs reiser4" \
|
||||
--filesystems "ext3 ext4 unionfs squashfs isofs reiserfs" \
|
||||
--nomdadmconf --nolvmconf \
|
||||
/boot/initramfs-${KERNEL_MAJVER}${K}.img.gz \
|
||||
${KERNEL_MAJVER}${K}
|
||||
|
@ -11,7 +11,7 @@ ISOID=
|
||||
for K in $KERNEL_EXTRAVER $KERNEL_MORE_EXTRAVER; do
|
||||
chroot $MOUNTDIR depmod -a ${KERNEL_MAJVER}${K}
|
||||
LANG=${LANGUAGE}_${COUNTRY} chroot $MOUNTDIR dracut \
|
||||
--filesystems "ext3 ext4 unionfs squashfs isofs reiserfs reiser4" \
|
||||
--filesystems "ext3 ext4 unionfs squashfs isofs reiserfs" \
|
||||
--nomdadmconf --nolvmconf \
|
||||
/boot/initramfs-${KERNEL_MAJVER}${K}.img.gz \
|
||||
${KERNEL_MAJVER}${K}
|
||||
|
@ -8,7 +8,7 @@ $(MAKEDIST_TARGET)-sdk-root: openssh-server usbutils wireless_tools parted \
|
||||
NetworkManager ModemManager net-tools mc \
|
||||
timezone wireless_tools openmamba-release openssh-clients \
|
||||
man iptables iputils xinetd less mtd-utils bluez \
|
||||
reiserfsprogs reiser4progs ppp usbutils ftp telnet eject \
|
||||
reiserfsprogs ppp usbutils ftp telnet eject \
|
||||
tcpdump pcmcia-utils xdg-utils iproute syslog-ng \
|
||||
rpm autospec autodist nfs-utils patch sudo smart \
|
||||
pkgconfig diffutils autoconf automake libtool gettext xorg-server \
|
||||
|
@ -88,7 +88,7 @@ if [ ! "$KERNEL_IGNORE" ]; then
|
||||
|
||||
# create universal initramfs
|
||||
LANG=${LANGUAGE}_${COUNTRY} chroot $MOUNTDIR dracut \
|
||||
--filesystems "ext3 ext4 reiserfs reiser4" \
|
||||
--filesystems "ext3 ext4 reiserfs" \
|
||||
--nomdadmconf --nolvmconf \
|
||||
/boot/initramfs-${KERNEL_MAJVER}${KERNEL_EXTRAVER}.img.gz \
|
||||
${KERNEL_MAJVER}${KERNEL_EXTRAVER}
|
||||
|
Loading…
Reference in New Issue
Block a user