distro: remove softlink, use independent build script

Change-Id: I874845f75c5eabfc9037af5ba92374e26981896c
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2024-01-21 13:26:43 +09:00
parent f285257283
commit 6052e54374
23 changed files with 119 additions and 3 deletions

View File

@@ -1 +0,0 @@
buster

View File

@@ -0,0 +1,6 @@
network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: true

View File

@@ -0,0 +1,2 @@
isc-dhcp-client
plymouth

View File

@@ -0,0 +1,7 @@
sudo
openssh-server
fdisk
parted
neofetch
net-tools
netplan.io

View File

@@ -1 +0,0 @@
buster

View File

@@ -0,0 +1,2 @@
isc-dhcp-client
plymouth

View File

@@ -0,0 +1,7 @@
sudo
openssh-server
fdisk
parted
neofetch
net-tools
netplan.io

View File

@@ -1 +0,0 @@
jammy

View File

@@ -0,0 +1,4 @@
cloud-guest-utils
cloud-init
cloud-initramfs-copymods
cloud-initramfs-dyn-netconf

View File

@@ -0,0 +1,6 @@
network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: true

View File

@@ -0,0 +1 @@
linux-firmware

View File

@@ -0,0 +1,3 @@
get_default_apt_options() {
echo "-y"
}

View File

@@ -0,0 +1 @@
SESSION=ubuntu-wayland

View File

@@ -0,0 +1,5 @@
ubuntu-desktop^
openssh-server
neofetch
net-tools
netplan.io

View File

@@ -0,0 +1,3 @@
get_default_apt_options() {
echo "-y"
}

View File

@@ -0,0 +1,6 @@
kubuntu-desktop^
openssh-server
neofetch
net-tools
netplan.io
plasma-workspace-wayland

View File

@@ -0,0 +1,5 @@
lubuntu-desktop^
openssh-server
neofetch
net-tools
netplan.io

View File

@@ -0,0 +1,5 @@
ubuntu-mate-desktop^
openssh-server
neofetch
net-tools
netplan.io

View File

@@ -0,0 +1,7 @@
openssh-server
neofetch
fdisk
parted
vim
net-tools
netplan.io

View File

@@ -0,0 +1,7 @@
#!/bin/sh
sed -i "s/^User=.*/User=@@DEFAULT_USER@@/g" \
/etc/systemd/system/weston.service
chmod 644 /etc/systemd/system/weston.service
systemctl enable weston

View File

@@ -0,0 +1,35 @@
[Unit]
Description=Weston Wayland Compositor (on tty7)
RequiresMountsFor=/run
Conflicts=getty@tty7.service plymouth-quit.service
After=systemd-user-sessions.service getty@tty7.service plymouth-quit-wait.service
[Service]
User=root
PermissionsStartOnly=true
# Log us in via PAM so we get our XDG & co. environment and
# are treated as logged in so we can use the tty:
PAMName=login
# Grab tty7
UtmpIdentifier=tty7
TTYPath=/dev/tty7
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
# stderr to journal so our logging doesn't get thrown into /dev/null
StandardOutput=tty
StandardInput=tty
StandardError=journal
EnvironmentFile=-/etc/default/weston
# Weston does not successfully change VT, nor does systemd place us on
# the VT it just activated for us. Switch manually:
ExecStartPre=/bin/chvt 7
ExecStart=/usr/bin/weston-launch -- --log=/var/log/weston.log --xwayland $OPTARGS
IgnoreSIGPIPE=no
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1,2 @@
weston
openssh-server

View File

@@ -0,0 +1,5 @@
xubuntu-desktop^
openssh-server
neofetch
net-tools
netplan.io