mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-27 16:49:00 +00:00
Add newer flavors to customization script
Also add hint about `$SDCARD`
This commit is contained in:
parent
0443bb082d
commit
98fc5586df
1 changed files with 7 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
# NOTE: If you want to transfer files between chroot and host
|
# NOTE: If you want to transfer files between chroot and host
|
||||||
# userpatches/overlay directory on host is bind-mounted to /tmp/overlay in chroot
|
# userpatches/overlay directory on host is bind-mounted to /tmp/overlay in chroot
|
||||||
|
# The sd card's root path is accessible via $SDCARD variable.
|
||||||
|
|
||||||
RELEASE=$1
|
RELEASE=$1
|
||||||
LINUXFAMILY=$2
|
LINUXFAMILY=$2
|
||||||
|
@ -18,9 +19,6 @@ BUILD_DESKTOP=$4
|
||||||
|
|
||||||
Main() {
|
Main() {
|
||||||
case $RELEASE in
|
case $RELEASE in
|
||||||
xenial)
|
|
||||||
# your code here
|
|
||||||
;;
|
|
||||||
stretch)
|
stretch)
|
||||||
# your code here
|
# your code here
|
||||||
# InstallOpenMediaVault # uncomment to get an OMV 4 image
|
# InstallOpenMediaVault # uncomment to get an OMV 4 image
|
||||||
|
@ -28,9 +26,15 @@ Main() {
|
||||||
buster)
|
buster)
|
||||||
# your code here
|
# your code here
|
||||||
;;
|
;;
|
||||||
|
bullseye)
|
||||||
|
# your code here
|
||||||
|
;;
|
||||||
bionic)
|
bionic)
|
||||||
# your code here
|
# your code here
|
||||||
;;
|
;;
|
||||||
|
focal)
|
||||||
|
# your code here
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
} # Main
|
} # Main
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue