initial commit
This commit is contained in:
9
overlay/etc/systemd/scripts/livecd.fix.sh
Executable file
9
overlay/etc/systemd/scripts/livecd.fix.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#/bin/sh -
|
||||
|
||||
#chmod 4755 /opt/google/chrome-beta/chrome-sandbox
|
||||
mkdir -p /var/db/sudo/lectured
|
||||
touch /var/db/sudo/lectured/bdisk
|
||||
chmod 700 /var/db/sudo/lectured
|
||||
chgrp bdisk /var/db/sudo/lectured/bdisk
|
||||
chmod 600 /var/db/sudo/lectured/bdisk
|
||||
chmod 4755 /usr/bin/sudo
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
||||
1
overlay/etc/systemd/system/getty.target.wants/getty@tty1.service
Symbolic link
1
overlay/etc/systemd/system/getty.target.wants/getty@tty1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/getty@.service
|
||||
@@ -0,0 +1,5 @@
|
||||
#[Service]
|
||||
##Type=simple
|
||||
#Type=idle
|
||||
#ExecStart=
|
||||
#ExecStart=-/usr/bin/agetty --autologin bdisk --noclear %I 38400 linux
|
||||
11
overlay/etc/systemd/system/livecdfix.service
Normal file
11
overlay/etc/systemd/system/livecdfix.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Various LiveCD fixes
|
||||
After=pacmandb.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash /etc/systemd/scripts/livecd.fix.sh
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/NetworkManager.service
|
||||
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/livecdfix.service
|
||||
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/pacmandb.service
|
||||
1
overlay/etc/systemd/system/multi-user.target.wants/sshd.service
Symbolic link
1
overlay/etc/systemd/system/multi-user.target.wants/sshd.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/sshd.service
|
||||
10
overlay/etc/systemd/system/pacmandb.service
Normal file
10
overlay/etc/systemd/system/pacmandb.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Restoring Installed Packages DB
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/tar -Jxf /usr/local/pacman.db.tar.xz -C /var/lib/pacman/
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user