Included the files for the previous commit
This commit is contained in:
parent
e210ea8cd6
commit
0002aa3bb5
5 changed files with 16 additions and 11 deletions
2
build.sh
2
build.sh
|
@ -162,7 +162,7 @@ export DEPLOY_DIR=${DEPLOY_DIR:-"${BASE_DIR}/deploy"}
|
|||
export DEPLOY_ZIP="${DEPLOY_ZIP:-0}"
|
||||
export LOG_FILE="${WORK_DIR}/build.log"
|
||||
|
||||
export TARGET_HOSTNAME=${TARGET_HOSTNAME:-raspberrypi}
|
||||
export TARGET_HOSTNAME=${TARGET_HOSTNAME:-octoprintkiosk}
|
||||
|
||||
export FIRST_USER_NAME=${FIRST_USER_NAME:-pi}
|
||||
export FIRST_USER_PASS=${FIRST_USER_PASS:-raspberry}
|
||||
|
|
|
@ -5,6 +5,5 @@ firmware-brcm80211
|
|||
firmware-libertas
|
||||
firmware-misc-nonfree
|
||||
firmware-realtek
|
||||
raspberrypi-net-mods
|
||||
net-tools
|
||||
network-manager
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
install -v -d "${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d"
|
||||
install -v -m 644 files/wait.conf "${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d/"
|
||||
#install -v -d "${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d"
|
||||
#install -v -m 644 files/wait.conf "${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d/"
|
||||
|
||||
install -v -d "${ROOTFS_DIR}/etc/wpa_supplicant"
|
||||
install -v -m 600 files/wpa_supplicant.conf "${ROOTFS_DIR}/etc/wpa_supplicant/"
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
xserver-xorg-video-fbdev xserver-xorg xorg xinit xserver-xorg-video-fbturbo
|
||||
mousepad
|
||||
lxde lxtask menu-xdg
|
||||
zenity xdg-utils
|
||||
gvfs-backends gvfs-fuse
|
||||
lightdm gnome-themes-standard-data gnome-icon-theme
|
||||
xserver-xorg-video-fbdev
|
||||
xserver-xorg
|
||||
xinit
|
||||
xserver-xorg-video-fbturbo
|
||||
menu-xdg
|
||||
zenity
|
||||
xdg-utils
|
||||
gvfs-backends
|
||||
gvfs-fuse
|
||||
lightdm
|
||||
gnome-themes-standard-data
|
||||
gnome-icon-theme
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
rm -f "${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d/wait.conf"
|
||||
#rm -f "${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d/wait.conf"
|
||||
|
|
Loading…
Reference in a new issue