Browse Source

Update

master
crims0n 4 years ago
parent
commit
277f565c61
  1. 2
      linux-live/basesystem/01-core/minimal.list
  2. 2
      linux-live/buildconfig
  3. 3
      linux-live/initramfs/initramfs_create
  4. 12
      linux-live/modules/03-xfce-desktop/install
  5. 1
      linux-live/modules/04-xfce-apps/minimal.list

2
linux-live/basesystem/01-core/minimal.list

@ -1,4 +1,5 @@
mc mc
bash-completion
squashfs-tools squashfs-tools
genisoimage genisoimage
zip zip
@ -39,3 +40,4 @@ usb-modeswitch
pm-utils pm-utils
wget wget
gnupg gnupg
network-manager

2
linux-live/buildconfig

@ -4,7 +4,7 @@
DISTRIBUTION_TYPE="debian" DISTRIBUTION_TYPE="debian"
# #
DISTRIBUTION="bullseye" DISTRIBUTION="buster"
# #
DISTRIBUTION_ARCH="amd64" DISTRIBUTION_ARCH="amd64"

3
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/fuse
copy_including_deps /$LMK/kernel/fs/isofs copy_including_deps /$LMK/kernel/fs/isofs
copy_including_deps /$LMK/kernel/fs/ntfs 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 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 # 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 find /$LMK/kernel/ | grep crc32c | while read LINE; do
copy_including_deps $LINE copy_including_deps $LINE

12
linux-live/modules/03-xfce-desktop/install

@ -134,7 +134,7 @@ EOF
echo $WHISKERMENU >>/home/live/.config/xfce4/panel/whiskermenu-1.rc echo $WHISKERMENU >>/home/live/.config/xfce4/panel/whiskermenu-1.rc
else else
#read -r -d MINIMAL_PANEL '' <<EOF #read -r -d MINIMAL_PANEL '' <<EOF
cat <<EOF >/etc/skel/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml cat <<EOF >/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-panel" version="1.0"> <channel name="xfce4-panel" version="1.0">
@ -225,7 +225,7 @@ cat <<EOF >/etc/skel/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml
</channel> </channel>
EOF EOF
cat <<EOF >/root/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml cat <<EOF >/root/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-panel" version="1.0"> <channel name="xfce4-panel" version="1.0">
@ -316,7 +316,7 @@ cat <<EOF >/root/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml
</channel> </channel>
EOF EOF
cat <<EOF >/home/live/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml cat <<EOF >/home/live/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-panel" version="1.0"> <channel name="xfce4-panel" version="1.0">
@ -407,7 +407,7 @@ cat <<EOF >/home/live/.config/xfce4/xconf/xfce-perchannel-xml/xfce4-panel.xml
</channel> </channel>
EOF EOF
#echo $MINIMAL_PANEL >>/etc/skel/.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/xconf/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/xconf/xfce-perchannel-xml/xfce4-panel.xml #echo $MINIMAL_PANEL >>/home/live/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
fi fi

1
linux-live/modules/04-xfce-apps/minimal.list

@ -1,4 +1,3 @@
mousepad mousepad
xarchiver xarchiver
ristretto ristretto
xfce4-terminal
Loading…
Cancel
Save