Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
misile00 committed Apr 4, 2024
1 parent 2453a97 commit 37e3854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fi
# Configure system
echo -e "allowed_users=anybody\nneeds_root_rights=yes" > /etc/X11/Xwrapper.config
cp usr/local/resize-fs.sh misilix/usr/local/
cp etc/ misilix/etc/
cp -r etc/ misilix/etc/
chmod a+x misilix/etc/profile.d/pacman-init.sh misilix/usr/local/resize-fs.sh
chroot misilix /usr/bin/systemctl enable pacman-init.service resize-fs.service NetworkManager.service sshd.service avahi-daemon.service
sed -i s/#NTP=/NTP=0.pool.ntp.org/g misilix/etc/systemd/timesyncd.conf
Expand Down Expand Up @@ -195,4 +195,4 @@ sync
umount /mnt
losetup -d /dev/loop0
xz -T0 -9 misilix-desktop.img
# Done
# Done
2 changes: 1 addition & 1 deletion build_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ fi

# Configure system
cp usr/local/resize-fs.sh misilix/usr/local/
cp etc/ misilix/etc/
cp -r etc/ misilix/etc/
chmod a+x misilix/etc/profile.d/pacman-init.sh misilix/usr/local/resize-fs.sh
chroot misilix /usr/bin/systemctl enable pacman-init.service resize-fs.service NetworkManager.service sshd.service avahi-daemon.service
sed -i s/#NTP=/NTP=0.pool.ntp.org/g misilix/etc/systemd/timesyncd.conf
Expand Down

0 comments on commit 37e3854

Please sign in to comment.