Mount Internal SSD on Startup
- Add mount command for internal SSD
This commit is contained in:
@@ -35,6 +35,7 @@ declare -a delay_array=(\
|
|||||||
# System Restore Processes
|
# System Restore Processes
|
||||||
"/usr/bin/autorandr --change --force" \ # Auto restore screen layout
|
"/usr/bin/autorandr --change --force" \ # Auto restore screen layout
|
||||||
"/usr/bin/numlockx on" \ # Enable numlock
|
"/usr/bin/numlockx on" \ # Enable numlock
|
||||||
|
"/usr/bin/udisksctl mount -b /dev/sda1" \ # Mount internal SSD
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -a kill_delay_array=(\
|
declare -a kill_delay_array=(\
|
||||||
|
@@ -8106,6 +8106,7 @@ declare -a delay_array=(\
|
|||||||
# System Restore Processes
|
# System Restore Processes
|
||||||
"/usr/bin/autorandr --change --force" \ # Auto restore screen layout
|
"/usr/bin/autorandr --change --force" \ # Auto restore screen layout
|
||||||
"/usr/bin/numlockx on" \ # Enable numlock
|
"/usr/bin/numlockx on" \ # Enable numlock
|
||||||
|
"/usr/bin/udisksctl mount -b /dev/sda1" \ # Mount internal SSD
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -a kill_delay_array=(\
|
declare -a kill_delay_array=(\
|
||||||
|
Reference in New Issue
Block a user