From 277f565c61c4e77301d73bdf8471f79ae40e042d Mon Sep 17 00:00:00 2001 From: crims0n Date: Wed, 23 Jun 2021 17:30:36 +0300 Subject: [PATCH] Update --- linux-live/basesystem/01-core/minimal.list | 4 +++- linux-live/buildconfig | 2 +- linux-live/initramfs/initramfs_create | 3 ++- linux-live/modules/03-xfce-desktop/install | 12 ++++++------ linux-live/modules/04-xfce-apps/minimal.list | 3 +-- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/linux-live/basesystem/01-core/minimal.list b/linux-live/basesystem/01-core/minimal.list index 13beb1b..c584ca0 100644 --- a/linux-live/basesystem/01-core/minimal.list +++ b/linux-live/basesystem/01-core/minimal.list @@ -1,4 +1,5 @@ mc +bash-completion squashfs-tools genisoimage zip @@ -38,4 +39,5 @@ dvd+rw-tools usb-modeswitch pm-utils wget -gnupg \ No newline at end of file +gnupg +network-manager \ No newline at end of file diff --git a/linux-live/buildconfig b/linux-live/buildconfig index 0081111..649f2b6 100644 --- a/linux-live/buildconfig +++ b/linux-live/buildconfig @@ -4,7 +4,7 @@ DISTRIBUTION_TYPE="debian" # -DISTRIBUTION="bullseye" +DISTRIBUTION="buster" # DISTRIBUTION_ARCH="amd64" diff --git a/linux-live/initramfs/initramfs_create b/linux-live/initramfs/initramfs_create index 9978003..76e7d39 100755 --- a/linux-live/initramfs/initramfs_create +++ b/linux-live/initramfs/initramfs_create @@ -85,9 +85,10 @@ copy_including_deps /$LMK/kernel/fs/nls copy_including_deps /$LMK/kernel/fs/fuse copy_including_deps /$LMK/kernel/fs/isofs copy_including_deps /$LMK/kernel/fs/ntfs -copy_including_deps /$LMK/kernel/fs/reiserfs +#copy_including_deps /$LMK/kernel/fs/reiserfs copy_including_deps /$LMK/kernel/fs/squashfs + # crc32c is needed for ext4, but I don't know which one, add them all, they are small find /$LMK/kernel/ | grep crc32c | while read LINE; do copy_including_deps $LINE diff --git a/linux-live/modules/03-xfce-desktop/install b/linux-live/modules/03-xfce-desktop/install index 6a22f17..a04e15a 100644 --- a/linux-live/modules/03-xfce-desktop/install +++ b/linux-live/modules/03-xfce-desktop/install @@ -134,7 +134,7 @@ EOF echo $WHISKERMENU >>/home/live/.config/xfce4/panel/whiskermenu-1.rc else #read -r -d MINIMAL_PANEL '' </etc/skel/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml +cat </etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -225,7 +225,7 @@ cat </etc/skel/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml EOF -cat </root/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml +cat </root/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -316,7 +316,7 @@ cat </root/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml EOF -cat </home/live/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml +cat </home/live/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -407,7 +407,7 @@ cat </home/live/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml EOF - #echo $MINIMAL_PANEL >>/etc/skel/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml - #echo $MINIMAL_PANEL >>/root/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml - #echo $MINIMAL_PANEL >>/home/live/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml + #echo $MINIMAL_PANEL >>/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml + #echo $MINIMAL_PANEL >>/root/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml + #echo $MINIMAL_PANEL >>/home/live/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml fi diff --git a/linux-live/modules/04-xfce-apps/minimal.list b/linux-live/modules/04-xfce-apps/minimal.list index 86b6ab7..81ee1ec 100644 --- a/linux-live/modules/04-xfce-apps/minimal.list +++ b/linux-live/modules/04-xfce-apps/minimal.list @@ -1,4 +1,3 @@ mousepad xarchiver -ristretto -xfce4-terminal \ No newline at end of file +ristretto \ No newline at end of file