OSDN Git Service

added lxde
authorkokkiemouse <kokkiemouse@gmail.com>
Mon, 21 Sep 2020 02:08:28 +0000 (11:08 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Mon, 21 Sep 2020 02:08:28 +0000 (11:08 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
channels/lxde/airootfs/etc/systemd/system/getty@tty2.service.d/autologin.conf.old [new file with mode: 0644]
channels/lxde/airootfs/etc/systemd/system/getty@tty2.service.d/override.conf [new file with mode: 0644]
channels/lxde/airootfs/etc/systemd/system/getty@tty3.service.d/autologin.conf.old [new file with mode: 0644]
channels/lxde/airootfs/etc/systemd/system/getty@tty3.service.d/override.conf [new file with mode: 0644]
channels/lxde/airootfs/etc/systemd/system/getty@tty4.service.d/autologin.conf.old [new file with mode: 0644]
channels/lxde/airootfs/etc/systemd/system/getty@tty4.service.d/override.conf [new file with mode: 0644]
channels/lxde/codename.x86_64 [new file with mode: 0644]
channels/lxde/description.txt [new file with mode: 0644]
channels/lxde/packages.x86_64 [new file with mode: 0644]
lfbs

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 (file)
index 0000000..6122938
--- /dev/null
@@ -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 (file)
index 0000000..7c3cf5e
--- /dev/null
@@ -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 (file)
index 0000000..6122938
--- /dev/null
@@ -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 (file)
index 0000000..7c3cf5e
--- /dev/null
@@ -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 (file)
index 0000000..6122938
--- /dev/null
@@ -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 (file)
index 0000000..7c3cf5e
--- /dev/null
@@ -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 (file)
index 0000000..fe962c1
--- /dev/null
@@ -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 (file)
index 0000000..8215924
--- /dev/null
@@ -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 (file)
index 0000000..bbc1117
--- /dev/null
@@ -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 (executable)
--- 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