[scripts] properly setup /boot fstab for the Efika MX, Odroid and Raspi
This commit is contained in:
@@ -44,6 +44,13 @@ setup_desktop_environment() {
|
||||
fi
|
||||
}
|
||||
|
||||
setup_bootfs_fstab() {
|
||||
# add /dev/mmcblk0p1 to /etc/fstab
|
||||
local boot_part_type="${1}"
|
||||
echo "/dev/mmcblk0p1 /boot ${boot_part_type} defaults 0 2" >> /etc/fstab
|
||||
}
|
||||
|
||||
|
||||
setup_boot() {
|
||||
sd_enable sshd
|
||||
sd_enable vixie-cron
|
||||
@@ -68,4 +75,4 @@ setup_users() {
|
||||
# also add "sabayon" to disk group
|
||||
usermod -a -G disk sabayon
|
||||
) || return 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user