livecd-light-root, rootfs-light: switch from lxde to lxqt
This commit is contained in:
parent
32d4c09d08
commit
9dd986c81e
@ -2,7 +2,7 @@ $(MAKEDIST_TARGET)-livecd-light: openssh-server usbutils wireless_tools parted i
|
|||||||
ppp minicom locales mc alsa-utils \
|
ppp minicom locales mc alsa-utils \
|
||||||
man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \
|
man-db curl zip unzip iptables iproute wpa_supplicant mtd-utils nfs-utils \
|
||||||
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
||||||
lxde timezone sudo vixie-cron logrotate \
|
lxqt-session openbox lxdm lxqt-archiver lximage-qt timezone sudo vixie-cron logrotate \
|
||||||
openobex liblame expect NetworkManager ModemManager \
|
openobex liblame expect NetworkManager ModemManager \
|
||||||
network-manager-applet Mesa-tools \
|
network-manager-applet Mesa-tools \
|
||||||
x11vnc xorg-server xorg-drv-video-fbdev xorg-drv-input-evdev xorg-drv-input-keyboard \
|
x11vnc xorg-server xorg-drv-video-fbdev xorg-drv-input-evdev xorg-drv-input-keyboard \
|
||||||
@ -20,7 +20,7 @@ $(MAKEDIST_TARGET)-livecd-light-root: \
|
|||||||
xorg-drv-input-synaptics xorg-apps-extra xterm \
|
xorg-drv-input-synaptics xorg-apps-extra xterm \
|
||||||
ttf-freefont liberation-fonts-ttf \
|
ttf-freefont liberation-fonts-ttf \
|
||||||
gparted ntfs-3g libdvdcss \
|
gparted ntfs-3g libdvdcss \
|
||||||
midori livecd-tools \
|
livecd-tools \
|
||||||
Mesa-tools driconf parted testdisk \
|
Mesa-tools driconf parted testdisk \
|
||||||
vixie-cron logrotate \
|
vixie-cron logrotate \
|
||||||
mambatray \
|
mambatray \
|
||||||
|
@ -6,6 +6,10 @@ chroot $MOUNTDIR cp /usr/share/applications/openmamba-installer.desktop /home/li
|
|||||||
chroot $MOUNTDIR chmod +x /home/liveuser/Desktop/openmamba-installer.desktop
|
chroot $MOUNTDIR chmod +x /home/liveuser/Desktop/openmamba-installer.desktop
|
||||||
chroot $MOUNTDIR chown liveuser /home/liveuser/Desktop/openmamba-installer.desktop
|
chroot $MOUNTDIR chown liveuser /home/liveuser/Desktop/openmamba-installer.desktop
|
||||||
|
|
||||||
|
if [ -e $MOUNTDIR/etc/lxdm/lxdm.conf ]; then
|
||||||
|
sed -i "s|# session=.*|session=/usr/bin/startlxqt|" $MOUNTDIR/etc/lxdm/lxdm.conf
|
||||||
|
fi
|
||||||
|
|
||||||
# clean rpm database before doing other operations with internal rpm
|
# clean rpm database before doing other operations with internal rpm
|
||||||
# to fix cross x86/x86_64 installation error:
|
# to fix cross x86/x86_64 installation error:
|
||||||
# error: db4 error(-30986) from dbcursor->get: DB_PAGE_NOTFOUND: Requested page not found
|
# error: db4 error(-30986) from dbcursor->get: DB_PAGE_NOTFOUND: Requested page not found
|
||||||
|
@ -10,6 +10,7 @@ $(MAKEDIST_TARGET)-livecd-root: \
|
|||||||
xorg-drv-input-synaptics xorg-apps-extra xterm \
|
xorg-drv-input-synaptics xorg-apps-extra xterm \
|
||||||
ttf-freefont liberation-fonts-ttf \
|
ttf-freefont liberation-fonts-ttf \
|
||||||
partitionmanager ntfs-3g libdvdcss \
|
partitionmanager ntfs-3g libdvdcss \
|
||||||
|
NetworkManager ModemManager \
|
||||||
chromium vixie-cron logrotate \
|
chromium vixie-cron logrotate \
|
||||||
livecd-tools \
|
livecd-tools \
|
||||||
Mesa-tools driconf parted testdisk \
|
Mesa-tools driconf parted testdisk \
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
$(MAKEDIST_TARGET)-$(PLATFORM)-arm: \
|
$(MAKEDIST_TARGET)-$(PLATFORM)-arm: \
|
||||||
midori u-boot-tools
|
midori lxdm
|
||||||
|
|
||||||
$(MAKEDIST_TARGET)-$(PLATFORM)-i586: \
|
$(MAKEDIST_TARGET)-$(PLATFORM)-i586: \
|
||||||
kernel-mamba kernel-mamba-64GB chromium
|
kernel-mamba kernel-mamba-64GB chromium sddm
|
||||||
|
|
||||||
$(MAKEDIST_TARGET)-$(PLATFORM)-x86_64: \
|
$(MAKEDIST_TARGET)-$(PLATFORM)-x86_64: \
|
||||||
kernel-mamba-x86_64 chromium
|
kernel-mamba-x86_64 chromium sddm
|
||||||
|
|
||||||
$(MAKEDIST_TARGET)-$(PLATFORM): $(MAKEDIST_TARGET)-devel \
|
$(MAKEDIST_TARGET)-$(PLATFORM): $(MAKEDIST_TARGET)-devel \
|
||||||
lxde openssh-server usbutils wireless_tools screen \
|
lxqt-session openbox lxqt-archiver lximage-qt \
|
||||||
|
openssh-server usbutils wireless_tools screen \
|
||||||
parted iputils file rootfiles ppp minicom locales mc \
|
parted iputils file rootfiles ppp minicom locales mc \
|
||||||
man-db curl zip unzip iptables iproute wpa_supplicant nfs-utils \
|
man-db curl zip unzip iptables iproute wpa_supplicant nfs-utils \
|
||||||
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
openssh-clients binutils telnet ftp debianutils diffutils bluez traceroute \
|
||||||
|
Loading…
Reference in New Issue
Block a user