Skip to content

Commit

Permalink
Merge pull request #1392 from Fourdee/preparation_apt_minor
Browse files Browse the repository at this point in the history
DietPi-Prep | Minor APT package adjustments
  • Loading branch information
Fourdee authored Jan 13, 2018
2 parents bb3fc17 + 3282bc1 commit 8ba39b8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ _EOF_
'debconf' # APT package configuration, e.g. 'debconf-set-selections'
'dosfstools' # DietPi-Drive_Manager + fat (boot) drive file system check
'dphys-swapfile' # Swap file management
'dropbear' # DietPi sefault SSH-Client
'dropbear-run' # DietPi default SSH-Client (excluding initramfs integration)
'ethtool' # Ethernet link checking
'fake-hwclock' # Hardware clock emulation, to allow correct timestamps during boot before network time sync
'fbset' # DietPi-Config display settings
Expand All @@ -540,8 +540,7 @@ _EOF_
'psmisc' # DietPi-Boot + DietPi-Software: e.g. killall
'resolvconf' # System name server updater
'sudo' # DietPi-Software + general use
'systemd' # Basic system control
'systemd-sysv' # Additional: Poweroff/shutdown etc
'systemd-sysv' # Includes systemd and additional commands: poweroff, shutdown etc.
'tzdata' # Time zone data for system clock, auto summer/winter time adjustment
'unzip' # .zip unwrapper
'usbutils' # DietPi-Software + DietPi-Bugreport: e.g. lsusb
Expand Down Expand Up @@ -615,6 +614,12 @@ _EOF_

G_AGI device-tree-compiler #Kern

# VM
elif (( $G_HW_MODEL == 20 )); then

# No network firmware necessary and hard drive power management stays at host system.
apt-mark auto firmware-realtek hdparm

# Asus TB
# elif (( $G_HW_MODEL == 100 )); then

Expand Down

0 comments on commit 8ba39b8

Please sign in to comment.