From: kokkiemouse Date: Mon, 21 Sep 2020 02:08:28 +0000 (+0900) Subject: added lxde X-Git-Tag: 2020-11-20-a~151 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5a8d187a6a66c1a6298ed7420c6b9d4fd3081f17;p=alterlinux%2FLFBS.git added lxde Signed-off-by: kokkiemouse --- diff --git a/channels/lxde/airootfs/etc/systemd/system/getty@tty2.service.d/autologin.conf.old b/channels/lxde/airootfs/etc/systemd/system/getty@tty2.service.d/autologin.conf.old new file mode 100644 index 0000000..6122938 --- /dev/null +++ b/channels/lxde/airootfs/etc/systemd/system/getty@tty2.service.d/autologin.conf.old @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin %USERNAME% --noclear %I 38400 linux diff --git a/channels/lxde/airootfs/etc/systemd/system/getty@tty2.service.d/override.conf b/channels/lxde/airootfs/etc/systemd/system/getty@tty2.service.d/override.conf new file mode 100644 index 0000000..7c3cf5e --- /dev/null +++ b/channels/lxde/airootfs/etc/systemd/system/getty@tty2.service.d/override.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin %USERNAME% --noclear %I $TERM diff --git a/channels/lxde/airootfs/etc/systemd/system/getty@tty3.service.d/autologin.conf.old b/channels/lxde/airootfs/etc/systemd/system/getty@tty3.service.d/autologin.conf.old new file mode 100644 index 0000000..6122938 --- /dev/null +++ b/channels/lxde/airootfs/etc/systemd/system/getty@tty3.service.d/autologin.conf.old @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin %USERNAME% --noclear %I 38400 linux diff --git a/channels/lxde/airootfs/etc/systemd/system/getty@tty3.service.d/override.conf b/channels/lxde/airootfs/etc/systemd/system/getty@tty3.service.d/override.conf new file mode 100644 index 0000000..7c3cf5e --- /dev/null +++ b/channels/lxde/airootfs/etc/systemd/system/getty@tty3.service.d/override.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin %USERNAME% --noclear %I $TERM diff --git a/channels/lxde/airootfs/etc/systemd/system/getty@tty4.service.d/autologin.conf.old b/channels/lxde/airootfs/etc/systemd/system/getty@tty4.service.d/autologin.conf.old new file mode 100644 index 0000000..6122938 --- /dev/null +++ b/channels/lxde/airootfs/etc/systemd/system/getty@tty4.service.d/autologin.conf.old @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin %USERNAME% --noclear %I 38400 linux diff --git a/channels/lxde/airootfs/etc/systemd/system/getty@tty4.service.d/override.conf b/channels/lxde/airootfs/etc/systemd/system/getty@tty4.service.d/override.conf new file mode 100644 index 0000000..7c3cf5e --- /dev/null +++ b/channels/lxde/airootfs/etc/systemd/system/getty@tty4.service.d/override.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin %USERNAME% --noclear %I $TERM diff --git a/channels/lxde/codename.x86_64 b/channels/lxde/codename.x86_64 new file mode 100644 index 0000000..fe962c1 --- /dev/null +++ b/channels/lxde/codename.x86_64 @@ -0,0 +1,2 @@ +# Codename list +32 \ No newline at end of file diff --git a/channels/lxde/description.txt b/channels/lxde/description.txt new file mode 100644 index 0000000..8215924 --- /dev/null +++ b/channels/lxde/description.txt @@ -0,0 +1 @@ +lxde \ No newline at end of file diff --git a/channels/lxde/packages.x86_64 b/channels/lxde/packages.x86_64 new file mode 100644 index 0000000..bbc1117 --- /dev/null +++ b/channels/lxde/packages.x86_64 @@ -0,0 +1,6 @@ +# base +powerline-go +zsh-autosuggestions +zsh-syntax-highlighting +neofetch +@lxde-desktop \ No newline at end of file diff --git a/lfbs b/lfbs index 7fefc64..6cbcb4c 100755 --- a/lfbs +++ b/lfbs @@ -254,7 +254,7 @@ prepare_build() { mkdir -p "${work_dir}/squashfsroot/LiveOS/" mkdir -p "${work_dir}/airootfs/" _msg_info "Make rootfs image..." - truncate -s 4G "${work_dir}/squashfsroot/LiveOS/rootfs.img" + truncate -s 5G "${work_dir}/squashfsroot/LiveOS/rootfs.img" _msg_info "Format rootfs image..." mkfs.ext4 -F "${work_dir}/squashfsroot/LiveOS/rootfs.img" fi